创建对象的方式(字面量和构造函数)<?php class demo { public function __construct() { } } $obj = new demo();