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

Date: Sunday November 1, 1998 @ 16:03
Author: rasmus

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

Modified Files:
        math.sgml
Log Message:
Fix typo

Index: php3/doc/functions/math.sgml
diff -c php3/doc/functions/math.sgml:1.16 php3/doc/functions/math.sgml:1.17
*** php3/doc/functions/math.sgml:1.16 Sun Oct 25 09:42:43 1998
--- php3/doc/functions/math.sgml Sun Nov 1 16:03:28 1998
***************
*** 517,524 ****
       <paramdef>string <parameter>octal_string</parameter></paramdef>
      </funcsynopsis>
      <para>
! Returns the decimal equivalent of the hexadecimal number
! represented by the hex_string argument.
       OctDec converts an octal string to a decimal number. The largest
       number that can be converted is 17777777777 or 2147483647 in
       decimal.
--- 517,524 ----
       <paramdef>string <parameter>octal_string</parameter></paramdef>
      </funcsynopsis>
      <para>
! Returns the decimal equivalent of the octal number
! represented by the octal_string argument.
       OctDec converts an octal string to a decimal number. The largest
       number that can be converted is 17777777777 or 2147483647 in
       decimal.

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