update : 2015.11.03
php.shukuma.com검색:
|
rename_function(PECL apd >= 0.2) rename_function — Renames orig_name to new_name in the global function table 설명
bool rename_function
( string
$original_name
, string $new_name
)Renames a orig_name to new_name in the global function table. Useful for temporarily overriding built-in functions. 인수
반환값
성공 시 예제
Example #1 rename_function() example
<?php |