プロパティとメソッドの参照ルール
int(3)
int(4)
string(16) "Test::func_pub_s"
array(2) {
["param_pub"]=>
int(1)
["param_pub_s"]=>
int(3)
}
array(2) {
[0]=>
string(8) "func_pub"
[1]=>
string(10) "func_pub_s"
}
int(1)
Warning: Undefined property: Test::$param_pub_s in /home/xs659233/xs659233.xsrv.jp/public_html/PHP_test/026.php on line 57
NULL
Warning: Undefined property: Test::$P_pub in /home/xs659233/xs659233.xsrv.jp/public_html/PHP_test/026.php on line 60
NULL
Warning: Undefined property: Test::$P_pri in /home/xs659233/xs659233.xsrv.jp/public_html/PHP_test/026.php on line 61
NULL
Warning: Undefined property: Test::$P_pro in /home/xs659233/xs659233.xsrv.jp/public_html/PHP_test/026.php on line 62
NULL
string(14) "Test::func_pub"
string(16) "Test::func_pub_s"
array(1) {
["param_pub"]=>
int(1)
}
array(2) {
[0]=>
string(8) "func_pub"
[1]=>
string(10) "func_pub_s"
}