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.
protected function _return() { return 'something'; }
メソッドの内容を印刷するには? 文字列としてエコーしたいreturn 'something';...
return 'something';
実行中のコードから、メソッドのソース コードを取得するようなことはできません。
あなたはカンニングする必要があります: