class Car {
private $speed = 100;
public function getSpeed() {
}
()表示里面可以为空,可以传递参数
表示调用 Car 类中的方法 getSpeed()