Extracted from Pike v7.4 release 341 at 2005-11-30.
pike.ida.liu.se
[Top]
predef::

Method object_variablep()


Method object_variablep

int(0..1) object_variablep(object o, string var)

Description

Find out if an object identifier is a variable.

Returns

This function returns 1 if var exists as a non-static variable in o , and returns 0 (zero) otherwise.

See also

indices() , values()