Method objectp()
- Method
objectp
intobjectp(mixedarg)- Description
Returns
1ifargis an object,0(zero) otherwise.- See also
mappingp(), programp(), arrayp(), stringp(), functionp(), multisetp(), floatp(), intp()
int objectp(mixed arg)
Returns 1 if arg is an object, 0 (zero) otherwise.
mappingp(), programp(), arrayp(), stringp(), functionp(), multisetp(), floatp(), intp()