[PHP-DEV] CVS update: php3/doc/functions From: eschmid (php-dev <email protected>)
Date: 12/19/98

Date: Saturday December 19, 1998 @ 22:07
Author: eschmid

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

Modified Files:
        strings.sgml
Log Message:
Minor cleanup.
Index: php3/doc/functions/strings.sgml
diff -c php3/doc/functions/strings.sgml:1.48 php3/doc/functions/strings.sgml:1.49
*** php3/doc/functions/strings.sgml:1.48 Sat Dec 19 15:44:07 1998
--- php3/doc/functions/strings.sgml Sat Dec 19 22:07:37 1998
***************
*** 127,143 ****
      <funcsynopsis>
       <funcdef>string <function>chunk_split</function></funcdef>
       <paramdef>string <parameter>string</parameter></paramdef>
! <paramdef>int <parameter><optional>chunklen</optional></parameter></paramdef>
! <paramdef>string <parameter><optional>end</optional></parameter></paramdef>
      </funcsynopsis>
      <para>
       Can be used to split a string into smaller chunks which is useful
! for e.g. converting <link linkend="function.base64-encode">base64_encode</a>
! output to match RFC 2045 behaviour. It inserts every
! <parameter>chunklen</parameter>
! (defaults to 76) chars the string <parameter>end</parameter>
! (defaults to "\r\n").
! It returns the new string leaving the original string untouched.
       <example>
        <title>chr_replace() example</title>
        <programlisting>
--- 127,145 ----
      <funcsynopsis>
       <funcdef>string <function>chunk_split</function></funcdef>
       <paramdef>string <parameter>string</parameter></paramdef>
! <paramdef>int <parameter><optional>chunklen</optional>
! </parameter></paramdef>
! <paramdef>string <parameter><optional>end</optional>
! </parameter></paramdef>
      </funcsynopsis>
      <para>
       Can be used to split a string into smaller chunks which is useful
! for e.g. converting <link
! linkend="function.base64-encode">base64_encode</link> output to
! match RFC 2045 behaviour. It inserts every
! <parameter>chunklen</parameter> (defaults to 76) chars the string
! <parameter>end</parameter> (defaults to "\r\n"). It returns the
! new string leaving the original string untouched.
       <example>
        <title>chr_replace() example</title>
        <programlisting>
***************
*** 147,153 ****
  
  </programlisting></example>
       
! This function is significantly faster than <function>ereg_replace</function>.
     </refsect1>
    </refentry>
  
--- 149,156 ----
  
  </programlisting></example>
       
! This function is significantly faster than
! <function>ereg_replace</function>.
     </refsect1>
    </refentry>
  

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