PHP 8.6.0 Beta 1 is available for testing

ReflectionObject::export

(PHP 5, PHP 7)

ReflectionObject::exportExportación

Advertencia

Esta función está OBSOLETA a partir de PHP 7.4.0, y ha sido ELIMINADA a partir de PHP 8.0.0. Depender de esta función está altamente desaconsejado.

Descripción

public static function ReflectionObject::export(string $argumento, bool $return = ?): string

Exporte una reflexión.

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

argumento

La reflexión a exportar.

return

Definirlo a true retornará la exportación en lugar de emitirla. Definirlo a false (por defecto) hará lo contrario.

Valores devueltos

Si el parámetro return se establece a true , entonces la exportación se devuelve como un string , de lo contrario se devuelve null .

Véase también

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /