For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2006 > cvs: phpdoc /en/reference/pdo constants.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/pdo constants.xml
Sara Golemon

2006-05-03, 6:59 pm

pollita Wed May 3 23:00:29 2006 UTC

Modified files:
/phpdoc/en/reference/pdo constants.xml
Log:
Document new class constants

http://cvs.php.net/viewcvs.cgi/phpd...5&diff_format=u
Index: phpdoc/en/reference/pdo/constants.xml
diff -u phpdoc/en/reference/pdo/constants.xml:1.14 phpdoc/en/reference/pdo/constants.xml:1.15
--- phpdoc/en/reference/pdo/constants.xml:1.14 Mon Apr 24 07:41:57 2006
+++ phpdoc/en/reference/pdo/constants.xml Wed May 3 23:00:29 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
<section id="pdo.constants">
&reftitle.constants;
@@ -771,6 +771,84 @@
</simpara>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <constant>PDO::PARAM_EVT_ALLOC</constant>
+ (<type>integer</type> )
+ </term>
+ <listitem>
+ <simpara>
+ Allocation event
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <constant>PDO::PARAM_EVT_FREE</constant>
+ (<type>integer</type> )
+ </term>
+ <listitem>
+ <simpara>
+ Deallocation event
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <constant>PDO::PARAM_EVT_EXEC_PRE</constant>
+ (<type>integer</type> )
+ </term>
+ <listitem>
+ <simpara>
+ Event triggered prior to execution of a prepared statement.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <constant>PDO::PARAM_EVT_EXEC_POST</constant>
+ (<type>integer</type> )
+ </term>
+ <listitem>
+ <simpara>
+ Event triggered subsequent to execution of a prepared statement.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <constant>PDO::PARAM_EVT_FETCH_PRE</constant>
+ (<type>integer</type> )
+ </term>
+ <listitem>
+ <simpara>
+ Event triggered prior to fetching a result from a resultset.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <constant>PDO::PARAM_EVT_FETCH_POST</constant>
+ (<type>integer</type> )
+ </term>
+ <listitem>
+ <simpara>
+ Event triggered subsequent to fetching a result from a resultset.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <constant>PDO::PARAM_EVT_NORMALIZE</constant>
+ (<type>integer</type> )
+ </term>
+ <listitem>
+ <simpara>
+ Event triggered during bound parameter registration
+ allowing the driver to normalize the parameter name.
+ </simpara>
+ </listitem>
+ </varlistentry>
</variablelist>
</section>

Sponsored Links







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

Copyright 2008 codecomments.com