To simply enlist all methods and properties of an object simply write:
<?php ReflectionObject::export($yourObject); ?>
,which will cause an var_export-like output.
ReflectionObject クラス
(PHP 5)
導入
ReflectionObject クラスは オブジェクトについての情報を報告します。
クラス概要
プロパティ
- name
-
オブジェクトのクラス名。読み込み専用で、書き込もうとすると ReflectionException をスローします。
目次
- ReflectionObject::__construct — ReflectionObject を作成する
- ReflectionObject::export — エクスポートする
marcel dot nolte at noltecomputer dot de
02-Sep-2009 11:42
