Created
June 13, 2014 05:59
-
-
Save Yosuke-Kawakami/ba3ebc4599dbf54e865c to your computer and use it in GitHub Desktop.
なんて PHP でクラスなんか書かされるんだよ*1 チクショウ……とか言いながらメモ(*1 他の言語で書いたほうがマシという意味)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- クラスの一覧を表示 --> | |
<pre> | |
<?php var_dump(get_class_methods(new Hoge())); ?> | |
</pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment