Extracted from Pike v7.6 release 112 at 2008-06-25.
pike.ida.liu.se
[Top]

Method object_program()


Method object_program

program|function object_program(mixed o)

Description

Return the program from which o was instantiated. If the object was instantiated from a class using parent references the generating function will be returned.

If o is not an object or has been destructed 0 (zero) will be returned.