The exit function prints a message and exits the current script.
函数的作用是:退出当前脚本程序并输出一段信息。
The exit value is not 0 (zero), as returned in function main.
这个退出值不是0(零),如main函数中所返回的。
Trace hooks can be applied at the entry or exit of any function.
跟踪钩子可以应用于任何函数的入口或出口。
The function returns an integer, which represents the exit code for the child process.
这个函数返回一个整数,代表子进程的退出码。
The function returns an integer, which represents the exit code for the child process.
这个函数返回一个整数,代表子进程的退出码。
应用推荐