ReflectionParameter::export

(PHP 5, PHP 7)

ReflectionParameter::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á fuertemente desaconsejado.

Descripción

public static ReflectionParameter::export(string $function, string $parameter, bool $return = ?): string

Exportación.

Advertencia

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

Parámetros

function

El nombre de la función.

parameter

El nombre del parámetro.

return

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

Valores devueltos

La reflexión exportada.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top