PHP 8.3.7 Released!

ReflectionFunctionAbstract::__toString

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

ReflectionFunctionAbstract::__toStringRetorna a representação em string do objeto ReflectionFunctionAbstract

Descrição

abstract public ReflectionFunctionAbstract::__toString(): void

Obtém uma descrição legível da função, seus parâmetros e valores de retorno.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

A string.

Veja Também

add a note

User Contributed Notes

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