Warning: file_put_contents(): Only -1 of 61 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
runkit_function_remove runkit_import runkit PHP Manual runkit_function_rename (PECL runkit:0.7-0.9) — Change a function's name Description bool ( string $funcname , $newname ) Note : By def...
Forum und email

runkit_function_rename

(PECL runkit:0.7-0.9)

runkit_function_rename — Change a function's name

Description

bool runkit_function_rename ( string $funcname , string $newname )

Note: By default, only userspace functions may be removed, renamed, or modified. In order to override internal functions, you must enable the runkit.internal_override setting in the system-wide php.ini file.

Parameters

funcname

Current function name

newname

New function name

Return Values

Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.