Method callablep()
- Method
callablep
intcallablep(mixedarg)- Description
Returns
1ifargis a callable,0(zero) otherwise.- See also
mappingp(), programp(), arrayp(), stringp(), objectp(), multisetp(), floatp(), intp()
int callablep(mixed arg)
Returns 1 if arg is a callable, 0 (zero) otherwise.
mappingp(), programp(), arrayp(), stringp(), objectp(), multisetp(), floatp(), intp()