ReflectionFunctionAbstract::__toString

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::__toStringObtiene una representación textual de un objeto ReflectionFunctionAbstract

Descripción

abstract public ReflectionFunctionAbstract::__toString(): void

Obtiene una representación textual legible por humanos de la función, sus argumentos y su valor de retorno.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Un chaîne de caractères.

Ver también

add a note

User Contributed Notes

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