Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Program

Method Program.defined()


Method defined

string Program.defined(program p)

Description

Returns a string with filename and linenumber describing where the program p was defined.

The returned string is of the format "filename:linenumber".

If it cannot be determined where the program was defined, 0 (zero) will be returned.