mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71791 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f839889193
commit
4ffe8cfa85
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.73 $ -->
|
||||
<!-- $Revision: 1.74 $ -->
|
||||
<reference id="ref.math">
|
||||
<title>Mathematical Functions</title>
|
||||
<titleabbrev>Math</titleabbrev>
|
||||
|
@ -722,7 +722,7 @@ var_dump(hexdec("a0"));
|
|||
<methodparam><type>float</type><parameter>val</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &true; if <parameter>val</parameter> is a leagal finite
|
||||
Returns &true; if <parameter>val</parameter> is a legal finite
|
||||
number within the allowed range for a PHP float on this platform.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue