Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
名前空間なしでファイルに新しいオブジェクトを作成しました:
new My\Validator();
上記、私が持っているのと同じファイルで__autoload():
__autoload():
function __autoload($className) { var_dump($className); }
関数は__autoload()印刷します
__autoload()
'My\My\Validator'.
ダブルってどこ'My'から?
'My'