(PECL)
Syntax similar to create_function(). Overrides built-in functions (replaces them in the symbol table).
Example 1. override_function() example
<?phpoverride_function('test', '$a,$b', 'echo "DOING TEST"; return $a * $b;');?>
Hosting by: Hurra Communications Ltd.Generated: 2007-01-26 18:00:09