mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
reworded the exit() function docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48151 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
00d3e76930
commit
1b4a5ca59d
1 changed files with 4 additions and 4 deletions
|
@ -394,13 +394,13 @@ This is a cup with my coffee in it.
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>exit</function></funcdef>
|
||||
<paramdef>string <parameter>message</parameter></paramdef>
|
||||
<paramdef>mixed <parameter>status</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<simpara>
|
||||
The <function>exit</function> function terminates execution of the
|
||||
script. It has no return value, but will echo
|
||||
<parameter>message</parameter> to STDOUT. (i.e. the browser)
|
||||
The <function>exit</function> function terminates execution of
|
||||
the script. It has no return value, but will use
|
||||
<parameter>status</parameter> as its exit status.
|
||||
</simpara>
|
||||
<simpara>
|
||||
See also <function>die</function>.
|
||||
|
|
Loading…
Reference in a new issue