ReflectionClass::export

ReflectionClass::export

(PHP 5, PHP 7)

ReflectionClass::exportExports a class

Description

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. Settin