[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-init.xml

2004-07-13 Thread Enrique Garcia Briones
baoengb Tue Jul 13 13:37:48 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysqli/functions   mysqli-stmt-init.xml 
  Log:
  Change mysqli-stmt-init to mysqli-stmt_init accordingly to its use in the 
examples and other docs
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml?r1=1.2r2=1.3ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml:1.2 
phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml:1.3
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml:1.2   Sun Mar 28 
02:55:05 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml   Tue Jul 13 13:37:48 
2004
@@ -1,9 +1,9 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
   refentry id=function.mysqli-stmt-init
refnamediv
 refnamemysqli_stmt-init/refname
-refnamemysqli-stmt-init/refname
+refnamemysqli-stmt_init/refname
 refpurpose
  Initializes a statement and returns an object for use with mysqli_stmt_prepare
 /refpurpose


[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-init.xml

2004-03-27 Thread Georg Richter
georg   Sun Mar 28 02:55:05 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysqli/functions   mysqli-stmt-init.xml 
  Log:
  fixed prototypes (thx to Cornelia Boenigk)
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml?r1=1.1r2=1.2ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml:1.1 
phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml:1.2
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml:1.1   Tue Mar  9 
12:21:48 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml   Sun Mar 28 02:55:05 
2004
@@ -1,18 +1,29 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
   refentry id=function.mysqli-stmt-init
refnamediv
 refnamemysqli_stmt-init/refname
+refnamemysqli-stmt-init/refname
 refpurpose
  Initializes a statement and returns an object for use with mysqli_stmt_prepare
 /refpurpose
/refnamediv
refsect1
 titleDescription/title
+paraProcedural style :/para
+methodsynopsis
+ typeobject/typemethodnamemysqli_stmt_init/methodname
+ methodparamtypeobject/typeparameterlink/parameter/methodparam
+/methodsynopsis
+paraObject oriented style (property):/para
+classsynopsis
+ ooclassclassnamemysqli/classname/ooclass
  methodsynopsis
-  typeobject/typemethodnamemysqli_stmt_init/methodname
+  typeobject/type
+  methodnamestmt_init/methodname
   void/
  /methodsynopsis
+/classsynopsis
para
 Allocates and initializes a statement object suitable for 
 functionmysqli_stmt_prepare/function.