[PHP-DEV] CVS update: php3/doc/functions From: eschmid (php-dev <email protected>)
Date: 01/30/99

Date: Saturday January 30, 1999 @ 12:08
Author: eschmid

Update of /repository/php3/doc/functions
In directory asf:/u/temp/cvs-serv19715

Modified Files:
        misc.sgml
Log Message:
Syntax is now OK, I hope the void paramdef also.
Index: php3/doc/functions/misc.sgml
diff -c php3/doc/functions/misc.sgml:1.17 php3/doc/functions/misc.sgml:1.18
*** php3/doc/functions/misc.sgml:1.17 Fri Jan 29 01:26:44 1999
--- php3/doc/functions/misc.sgml Sat Jan 30 12:08:18 1999
***************
*** 17,27 ****
      <title>Description</title>
      <funcsynopsis>
       <funcdef>int <function>connection_aborted</function></funcdef>
      </funcsynopsis>
      <simpara>
! Returns true if client disconnected. See the Connection Handling
! description in the Feature chapter for a complete explanation.
! </simpara>
     </refsect1>
    </refentry>
  
--- 17,28 ----
      <title>Description</title>
      <funcsynopsis>
       <funcdef>int <function>connection_aborted</function></funcdef>
+ <paramdef>void <parameter></parameter></paramdef>
      </funcsynopsis>
      <simpara>
! Returns true if client disconnected. See the Connection Handling
! description in the Feature chapter for a complete explanation.
! </simpara>
     </refsect1>
    </refentry>
  
***************
*** 34,44 ****
      <title>Description</title>
      <funcsynopsis>
       <funcdef>int <function>connection_status</function></funcdef>
      </funcsynopsis>
      <simpara>
! Returns the connection status bitfield. See the Connection Handling
! description in the Feature chapter for a complete explanation.
! </simpara>
     </refsect1>
    </refentry>
  
--- 35,47 ----
      <title>Description</title>
      <funcsynopsis>
       <funcdef>int <function>connection_status</function></funcdef>
+ <paramdef>void <parameter></parameter></paramdef>
      </funcsynopsis>
      <simpara>
! Returns the connection status bitfield. See the Connection
! Handling description in the Feature chapter for a complete
! explanation.
! </simpara>
     </refsect1>
    </refentry>
  
***************
*** 51,61 ****
      <title>Description</title>
      <funcsynopsis>
       <funcdef>int <function>connection_timeout</function></funcdef>
      </funcsynopsis>
      <simpara>
! Returns true if script timed out. See the Connection Handling
! description in the Feature chapter for a complete explanation.
! </simpara>
     </refsect1>
    </refentry>
  
--- 54,65 ----
      <title>Description</title>
      <funcsynopsis>
       <funcdef>int <function>connection_timeout</function></funcdef>
+ <paramdef>void <parameter></parameter></paramdef>
      </funcsynopsis>
      <simpara>
! Returns true if script timed out. See the Connection Handling
! description in the Feature chapter for a complete explanation.
! </simpara>
     </refsect1>
    </refentry>
  
***************
*** 127,134 ****
       <paramdef>string <parameter>message</parameter></paramdef>
      </funcsynopsis>
      <simpara>
! This language construct outputs a message and terminates parsing of the script. It does not
! return.
      <para>
       <example>
        <title>die example</title>
--- 131,138 ----
       <paramdef>string <parameter>message</parameter></paramdef>
      </funcsynopsis>
      <simpara>
! This language construct outputs a message and terminates parsing
! of the script. It does not return.
      <para>
       <example>
        <title>die example</title>
***************
*** 155,162 ****
       <void>
      </funcsynopsis>
      <simpara>
! This language construct terminates parsing of the script. It does not
! return.
     </refsect1>
    </refentry>
  
--- 159,166 ----
       <void>
      </funcsynopsis>
      <simpara>
! This language construct terminates parsing of the script. It
! does not return.
     </refsect1>
    </refentry>
  
***************
*** 172,183 ****
       <paramdef>int <parameter><optional>setting</optional></parameter></paramdef>
      </funcsynopsis>
      <simpara>
! This function sets whether a client disconnect should cause a script to be aborted.
! It will return the previous setting and can be called without an argument to not
! change the current setting and only return the current setting. See the Connection
! Handling section in the Features chapter for a complete description of connection
! handling in PHP.
! </simpara>
     </refsect1>
    </refentry>
          
--- 176,188 ----
       <paramdef>int <parameter><optional>setting</optional></parameter></paramdef>
      </funcsynopsis>
      <simpara>
! This function sets whether a client disconnect should cause a
! script to be aborted. It will return the previous setting and
! can be called without an argument to not change the current
! setting and only return the current setting. See the Connection
! Handling section in the Features chapter for a complete
! description of connection handling in PHP.
! </simpara>
     </refsect1>
    </refentry>
          
***************
*** 185,192 ****
     <refnamediv>
      <refname>iptcparse</refname>
      <refpurpose>Parse a binary IPTC <ulink url="http://www.xe.net/iptc/">
! http://www.xe.net/iptc/> block into single tags.
! </refpurpose>
     </refnamediv>
     <refsect1>
      <title>Description</title>
--- 190,197 ----
     <refnamediv>
      <refname>iptcparse</refname>
      <refpurpose>Parse a binary IPTC <ulink url="
http://www.xe.net/iptc/">
! http://www.xe.net/iptc/> block into single tags.
! </refpurpose>
     </refnamediv>
     <refsect1>
      <title>Description</title>
***************
*** 195,204 ****
       <paramdef>string <parameter>iptcblock</parameter></paramdef>
      </funcsynopsis>
      <simpara>
! This function parses a binary IPTC block into its single tags. It
! returns an array using the tagmarker as an index and the value as the
! value. It returns false on error or if no IPTC data was found.
! See <function>GetImageSize</function> for a sample.
     </refsect1>
    </refentry>
  
--- 200,209 ----
       <paramdef>string <parameter>iptcblock</parameter></paramdef>
      </funcsynopsis>
      <simpara>
! This function parses a binary IPTC block into its single tags. It
! returns an array using the tagmarker as an index and the value as
! the value. It returns false on error or if no IPTC data was
! found. See <function>GetImageSize</function> for a sample.
     </refsect1>
    </refentry>
  
***************
*** 491,501 ****
       <paramdef>string <parameter>prefix</parameter></paramdef>
      </funcsynopsis>
      <simpara>
! <function>uniqid</function> returns a prefixed unique identifier based on
! current time in microseconds. The prefix can be useful for instance if you
! generate identifiers simultaneously on several hosts that might happen to
! generate the identifier at the same microsecond. The prefix can be up to 114
! characters long.
      <para>
       If you need a unique identifier or token and you intend to give
       out that token to the user via the network (i.e. session cookies),
--- 496,506 ----
       <paramdef>string <parameter>prefix</parameter></paramdef>
      </funcsynopsis>
      <simpara>
! <function>uniqid</function> returns a prefixed unique identifier
! based on current time in microseconds. The prefix can be useful
! for instance if you generate identifiers simultaneously on
! several hosts that might happen to generate the identifier at the
! same microsecond. The prefix can be up to 114 characters long.
      <para>
       If you need a unique identifier or token and you intend to give
       out that token to the user via the network (i.e. session cookies),

--
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>