
function_exists(3)    LPC Library Functions    function_exists(3)

NNAAMMEE
       function_exists() - find the file containing a given func       tion in an object

SSYYNNOOPPSSYYSS
       string function_exists( string str, object ob );

DDEESSCCRRIIPPTTIIOONN
       Return the file name of the object that defines the  func       tion `str' in object `ob'. The returned value can be other
       than `file_name(ob)' if the  function  is  defined  by  an
       inherited object.

       0 is returned if the function was not defined.

       Note that function_exists() does not check shadows.

SSEEEE AALLSSOO
       call_other(3), call_out(3), functionp(3), valid_shadow(4)

Majik                      26 Jul 1997                          1

