|
PHP5中文手册
exit(PHP 4, PHP 5) exit — Output a message and terminate the current script 说明
void exit
([ string $status
] )
void exit
( int $status
)
Terminates execution of the script. 参数
返回值无返回值。 范例
Example#1 exit() example
<?php
Example#2 exit() status example
<?php |