MethodClass
extends Father
in package
这是method标签示例
官方给出的定义是,要在子类中声明父类使用魔术方法来实现的一些非显示存在方法
Table of Contents
Methods
__call()
public
__call(mixed $method, string $params) : mixed
Parameters
- $method : mixed
- $params : string
Return values
mixed —echo2()
public
echo2(string $string) :
打印带有换行符的字符串
Parameters
- $string : string