dbs Wed May 18 18:46:27 2005 EDT
Modified files:
/phpdoc/en/reference/ibm_db2 constants.xml
Log:
Document constants for handling binary data.
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/constants.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/constants.xml
diff -u phpdoc/en/reference/ibm_db2/constants.xml:1.3
phpdoc/en/reference/ibm_db2/constants.xml:1.4
--- phpdoc/en/reference/ibm_db2/constants.xml:1.3 Fri May 6 10:23:44 2005
+++ phpdoc/en/reference/ibm_db2/constants.xml Wed May 18 18:46:27 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<section id="ibm-db2.constants">
&reftitle.constants;
@@ -12,6 +12,8 @@
</term>
<listitem>
<simpara>
+ Specifies that binary data shall be returned as is. This is the default
+ mode.
</simpara>
</listitem>
</varlistentry>
@@ -22,7 +24,8 @@
</term>
<listitem>
<simpara>
-
+ Specifies that binary data shall be converted to a hexidecimal encoding
+ and returned as an ASCII string.
</simpara>
</listitem>
</varlistentry>
@@ -33,7 +36,7 @@
</term>
<listitem>
<simpara>
-
+ Specifies that binary data shall be converted to a &null; value.
</simpara>
</listitem>
</varlistentry>