Note: export() method is deprecated in PHP 7.4, use __toString() instead - this method return same result.
(PHP 5, PHP 7)
ReflectionProperty::export — Export
$class
, string $name
, bool $return
= ?
) : stringExports a reflection.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
argument
Die Reflection, die exportiert werden soll.
name
The property name.
return
Wird dies auf true
gesetzt, so wird der Export
zurückgegeben anstelle ihn auszugeben. Wird dies auf false
gesetzt (der Standardwert), wird
das Gegenteil passieren.
Note: export() method is deprecated in PHP 7.4, use __toString() instead - this method return same result.