mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
change "real" to "float". Fix for PECL bug #42385
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
92e1a6c125
commit
4f69495c4c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Purpose: xml -->
|
||||
<!-- Membership: pecl -->
|
||||
<!-- State: experimental -->
|
||||
|
@ -504,7 +504,7 @@ $rate = $this->exchange_rate->getRate($currency);
|
|||
<varname>$ticker</varname> and
|
||||
|
||||
<varname>$currency</varname> are clearly PHP scalar types.
|
||||
Components can pass the PHP scalar types string, integer, float and
|
||||
Components can pass the PHP scalar types string, integer, real and
|
||||
boolean, but data structures on service calls are always passed as
|
||||
Service Data Objects (SDOs). A later section describes how a
|
||||
component can create an SDO to pass on a local or Web service call, or
|
||||
|
|
Loading…
Reference in a new issue