コード例 #1
0
ファイル: class_inheritance.php プロジェクト: rex786/php2js
 function say_hello()
 {
     return person::say_hello();
 }