Get the name of the function ?? |
[eluser]danmontgomery[/eluser]
debug_backtrace() is a lot of overhead for a function name... http://php.net/manual/en/language.consta...efined.php Quote:__FUNCTION__ The function name. (Added in PHP 4.3.0) As of PHP 5 this constant returns the function name as it was declared (case-sensitive). In PHP 4 its value is always lowercased. |
Messages In This Thread |
Get the name of the function ?? - by El Forum - 06-04-2010, 09:33 AM
Get the name of the function ?? - by El Forum - 06-04-2010, 09:53 AM
Get the name of the function ?? - by El Forum - 06-04-2010, 10:04 AM
Get the name of the function ?? - by El Forum - 06-04-2010, 10:09 AM
Get the name of the function ?? - by El Forum - 06-04-2010, 12:58 PM
Get the name of the function ?? - by El Forum - 06-04-2010, 03:39 PM
Get the name of the function ?? - by El Forum - 06-05-2010, 07:41 AM
|