function_exists
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 26 行
TXT
26 行
ffffuuuunnnnccccttttiiiioooonnnn____eeeexxxxiiiissssttttssss((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) ffffuuuunnnnccccttttiiiioooonnnn____eeeexxxxiiiissssttttssss((((3333)))) NNNNAAAAMMMMEEEE function_exists() - find the file containing a given function in an object SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS string function_exists( string str, object ob ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Return the file name of the object that defines the function `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. SSSSEEEEEEEE AAAALLLLSSSSOOOO call_other(3), call_out(3), functionp(3), valid_shadow(4) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?