PHP 8.3.4 Released!

ReflectionFunctionAbstract::__clone

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

ReflectionFunctionAbstract::__cloneClones function

Descrição

private ReflectionFunctionAbstract::__clone(): void

Clones a function.

Parâmetros

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

Valor Retornado

Nenhum valor é retornado.

Registro de Alterações

Versão Descrição
8.1.0 This method is no longer final.

Veja Também

add a note

User Contributed Notes

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