(PHP 5, PHP 7)
Exports a class
public static string ReflectionClass::export ( mixed $argument [, bool $return = false ] )
Exports a reflected class.
Parameters:
argument
The reflection to export.
return
Setting to TRUE will return the export, as opposed to emitting it. Setting to FALSE (the default) will do the opposite.