📄 undefinedp
字号:
uuuunnnnddddeeeeffffiiiinnnneeeeddddpppp((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) uuuunnnnddddeeeeffffiiiinnnneeeeddddpppp((((3333)))) NNNNAAAAMMMMEEEE undefinedp() - determine whether or not a given variable is undefined. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS int undefinedp( mixed arg ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Return 1 if `arg' is undefined. 'arg' will be undefined in the following cases: 1. it is a variable set equal to the return value of a call_other to a non-existent method (e.g. arg = call_other(obj, "???")). 2. it is a variable set equal to the return value of an access of an element in a mapping that doesn't exist (e.g. arg = map[not_there]). SSSSEEEEEEEE AAAALLLLSSSSOOOO mapp(3), stringp(3), pointerp(3), objectp(3), intp(3), bufferp(3), floatp(3), functionp(3), nullp(3), errorp(3) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -