Thread
:
Request: test function(funcName);
View Single Post
#
32
06-19-2007, 01:28 PM
Novo
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
PHP Code:
function
hasFunction
(
funcName
)
{
return (
funcName
.
lower
()
in this
.
getFunctions
() );
}
For those who didn't find it out by reading.
Novo
View Public Profile
View GraalOnline Profile
Find all posts by Novo