mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321918 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5260a7be8a
commit
7da4fb9c33
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>static</modifier>
|
||||
<type>double</type><methodname>HttpResponse::getThrottleDelay</methodname>
|
||||
<type>float</type><methodname>HttpResponse::getThrottleDelay</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<term><parameter>value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The value to format. Can be <type>integer</type> or <type>double</type>,
|
||||
The value to format. Can be <type>integer</type> or <type>float</type>,
|
||||
other values will be converted to a numeric value.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
|
||||
<fieldsynopsis>
|
||||
<modifier>const</modifier>
|
||||
<type>double</type>
|
||||
<type>float</type>
|
||||
<varname linkend="splfloat.constants.default">SplFloat::__default</varname>
|
||||
<initializer>0</initializer>
|
||||
</fieldsynopsis>
|
||||
|
|
Loading…
Reference in a new issue