[PHP-DEV] CVS update: php3/doc/functions From: rasmus (php-dev <email protected>)
Date: 10/26/98

Date: Monday October 26, 1998 @ 6:17
Author: rasmus

Update of /repository/php3/doc/functions
In directory asf:/u2/tmp/cvs-serv22914/doc/functions

Modified Files:
        misc.sgml
Log Message:
Document exit

Index: php3/doc/functions/misc.sgml
diff -c php3/doc/functions/misc.sgml:1.7 php3/doc/functions/misc.sgml:1.8
*** php3/doc/functions/misc.sgml:1.7 Fri Oct 23 07:35:44 1998
--- php3/doc/functions/misc.sgml Mon Oct 26 06:17:48 1998
***************
*** 64,69 ****
--- 64,85 ----
     </refsect1>
    </refentry>
  
+ <refentry id="function.exit">
+ <refnamediv>
+ <refname>exit</refname>
+ <refpurpose>Terminate current script</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>void <function>exit</function></funcdef>
+ </funcsynopsis>
+ <simpara>
+ This language construct terminates parsing of the script. It does not
+ return.
+ </refsect1>
+ </refentry>
+
    <refentry id="function.leak">
     <refnamediv>
      <refname>leak</refname>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>