|
update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::export(PHP 5) ReflectionClass::export — Exports a class 설명Exports a reflected class. 인수
반환값
예제
Example #1 Basic usage of ReflectionClass::export()
<?php위 예제의 출력 예시:
Class [ <user> class Apple ] {
@@ php shell code 1-8
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [2] {
Property [ <default> public $var1 ]
Property [ <default> public $var2 ]
}
- Methods [1] {
Method [ <user> public method type ] {
@@ php shell code 5 - 7
}
}
}
|