Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]

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-protected variable in o , and returns 0 (zero) otherwise.

See also

indices() , values()