PHP 8.3.4 Released!

ReflectionFunctionAbstract::__clone

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

ReflectionFunctionAbstract::__cloneClones function

Description

private ReflectionFunctionAbstract::__clone(): void

Clones a function.

Parameters

This function has no parameters.

Return Values

No value is returned.

Changelog

Version Description
8.1.0 This method is no longer final.

See Also

add a note

User Contributed Notes

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