ReflectionObject クラス
(PHP 5, PHP 7, PHP 8)
はじめに
ReflectionObject クラスは オブジェクトについての情報を報告します。
クラス概要
/* 継承した定数 */
/* 継承したプロパティ */
/* メソッド */
/* 継承したメソッド */
public ReflectionClass::resetAsLazyGhost(object
}$object
, callable $initializer
, int $options
= 0): void変更履歴
バージョン | 説明 |
---|---|
8.0.0 | ReflectionObject::export() は、削除されました。 |
目次
- ReflectionObject::__construct — ReflectionObject を作成する
- ReflectionObject::export — エクスポートする
+add a note
User Contributed Notes 1 note
marcel dot nolte at noltecomputer dot de ¶
15 years ago
To simply enlist all methods and properties of an object simply write:
<?php ReflectionObject::export($yourObject); ?>
,which will cause an var_export-like output.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google