Query: rename_function
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RENAME_FUNCTION(3) 1 RENAME_FUNCTION(3) rename_function - Renames orig_name to new_name in the global function tableSYNOPSISbool rename_function (string $original_name, string $new_name)DESCRIPTIONRenames a orig_name to new_name in the global function table. Useful for temporarily overriding built-in functions.PARAMETERSo $original_name - The original function name. o $new_name - The new name for the $original_name function.RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 rename_function(3) example <?php rename_function('mysql_connect', 'debug_mysql_connect' ); ?> PHP Documentation Group RENAME_FUNCTION(3)
| Related Man Pages | 
|---|
| alter_tablespace(7) - centos | 
| gd_rename(3) - debian | 
| lurename(1m) - sunos | 
| bcompiler_write_file(3) - php | 
| session_unregister(3) - php | 
| Similar Topics in the Unix Linux Community | 
|---|
| rename | 
| Reported Post by era | 
| Script for FTP (transfer only new files) | 
| Rsync script and backup problems. | 
| Quick script to rename files |