ReflectionClass::export
Экспортирует класс
&warn.deprecated.function-7-4-0.removed-8-0-0;
&reftitle.description;
public static stringReflectionClass::export
mixedargument
boolreturn&false;
Экспортирует reflected (отражённый) класс.
&reftitle.parameters;
argument
&reflection.export.param.name;
return
&reflection.export.param.return;
&reftitle.returnvalues;
&reflection.export.return;
&reftitle.examples;
Пример использования ReflectionClass::export
]]>
&example.outputs.similar;
class Apple ] {
@@ php shell code 1-8
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [2] {
Property [ public $var1 ]
Property [ public $var2 ]
}
- Methods [1] {
Method [ public method type ] {
@@ php shell code 5 - 7
}
}
}
]]>
&reftitle.seealso;
ReflectionClass::getName
ReflectionClass::__toString