📄 catch
字号:
ccccaaaattttcccchhhh((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) ccccaaaattttcccchhhh((((3333)))) NNNNAAAAMMMMEEEE catch() - catch an evaluation error SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS mixed catch( mixed expr ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Evaluate <expr>. If there is no error, 0 is returned. If there is a standard error, a string (with a leading '*') will be returned. The function throw() can also be used to immediately return any value, except 0. catch() is not really a function call, but a directive to the compiler. The catch() is somewhat costly, and should not be used just anywhere. Rather, use it at places where an error would destroy consistency. SSSSEEEEEEEE AAAALLLLSSSSOOOO error(3), throw(3), error_handler(4) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -