For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2007 > cvs: phpdoc /en/reference/sca reference.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/sca reference.xml
Matthew Peters

2007-08-24, 7:02 pm

mfp Fri Aug 24 16:47:10 2007 UTC

Modified files:
/phpdoc/en/reference/sca reference.xml
Log:
two occurences of the word "real" changed to the proper scalar type "float"

http://cvs.php.net/viewvc.cgi/phpdo...6&diff_format=u
Index: phpdoc/en/reference/sca/reference.xml
diff -u phpdoc/en/reference/sca/reference.xml:1.5 phpdoc/en/reference/sca/reference.xml:1.6
--- phpdoc/en/reference/sca/reference.xml:1.5 Fri Aug 24 13:52:17 2007
+++ phpdoc/en/reference/sca/reference.xml Fri Aug 24 16:47:10 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- Purpose: xml -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@@ -504,7 +504,7 @@
<varname>$ticker</varname> and

<varname>$currency</varname> are clearly PHP scalar types.
- Components can pass the PHP scalar types string, integer, real and
+ Components can pass the PHP scalar types string, integer, float 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
@@ -986,7 +986,7 @@
<title> Working with Data Structures </title>
<para>
SCA components can pass and return the four PHP scalar types
- boolean, integer, real and string, but to pass or return data
+ boolean, integer, float and string, but to pass or return data
structures, SCA components use Service Data Objects (SDOs). SDOs
are described in much more detail in
<link linkend='ref.sdo'>the SDO pages</link> of this manual.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com