[PHP-DOC] cvs: phpdoc /en/reference/dbm/functions dblist.xml dbmclose.xml dbmdelete.xml dbmexists.xml dbmfetch.xml dbmfirstkey.xml dbminsert.xml dbmnextkey.xml dbmopen.xml dbmreplace.xml

2007-01-13 Thread Mehdi Achour
didou   Sun Jan 14 03:20:22 2007 UTC

  Modified files:  
/phpdoc/en/reference/dbm/functions  dblist.xml dbmclose.xml 
dbmdelete.xml dbmexists.xml 
dbmfetch.xml dbmfirstkey.xml 
dbminsert.xml dbmnextkey.xml 
dbmopen.xml dbmreplace.xml 
  Log:
  WS, prepare for new doc style
  http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dbm/functions/dblist.xml?r1=1.4r2=1.5diff_format=u
Index: phpdoc/en/reference/dbm/functions/dblist.xml
diff -u phpdoc/en/reference/dbm/functions/dblist.xml:1.4 
phpdoc/en/reference/dbm/functions/dblist.xml:1.5
--- phpdoc/en/reference/dbm/functions/dblist.xml:1.4Fri Jan  2 23:14:48 2004
+++ phpdoc/en/reference/dbm/functions/dblist.xmlSun Jan 14 03:20:22 2007
@@ -1,32 +1,29 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
-!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 --
-  refentry id=function.dblist
-   refnamediv
-refnamedblist/refname
-refpurpose
- Describes the DBM-compatible library being used
-/refpurpose
-   /refnamediv
-   refsect1
-titleDescription/title
- methodsynopsis
-  typestring/typemethodnamedblist/methodname
-  void/
- /methodsynopsis
-para
- example
-  titleGetting the information on the command line/title
-  programlisting role=shell
+!-- $Revision: 1.5 $ --
+refentry id=function.dblist
+ refnamediv
+  refnamedblist/refname
+  refpurposeDescribes the DBM-compatible library being used/refpurpose
+ /refnamediv
+ refsect1
+  titleDescription/title
+  methodsynopsis
+   typestring/typemethodnamedblist/methodname
+   void/
+  /methodsynopsis
+  para
+   example
+titleGetting the information on the command line/title
+programlisting role=shell
 ![CDATA[
 [EMAIL PROTECTED] marcus]$ php -r 'echo dblist();'
 This is GDBM version 1.8.0, as of May 19, 1999.
 ]]
-  /programlisting
- /example
-/para
-   /refsect1
-  /refentry
+/programlisting
+   /example
+  /para
+ /refsect1
+/refentry
 
 !-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dbm/functions/dbmclose.xml?r1=1.3r2=1.4diff_format=u
Index: phpdoc/en/reference/dbm/functions/dbmclose.xml
diff -u phpdoc/en/reference/dbm/functions/dbmclose.xml:1.3 
phpdoc/en/reference/dbm/functions/dbmclose.xml:1.4
--- phpdoc/en/reference/dbm/functions/dbmclose.xml:1.3  Mon Apr 29 12:06:32 2002
+++ phpdoc/en/reference/dbm/functions/dbmclose.xml  Sun Jan 14 03:20:22 2007
@@ -1,22 +1,21 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
-!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 --
-  refentry id=function.dbmclose
-   refnamediv
-refnamedbmclose/refname
-refpurposeCloses a dbm database/refpurpose
-   /refnamediv
-   refsect1
-titleDescription/title
- methodsynopsis
-  typebool/typemethodnamedbmclose/methodname
-  
methodparamtyperesource/typeparameterdbm_identifier/parameter/methodparam
- /methodsynopsis
-para
- Unlocks and closes the specified database.
-/para
-   /refsect1
-  /refentry
+!-- $Revision: 1.4 $ --
+refentry id=function.dbmclose
+ refnamediv
+  refnamedbmclose/refname
+  refpurposeCloses a dbm database/refpurpose
+ /refnamediv
+ refsect1
+  titleDescription/title
+  methodsynopsis
+   typebool/typemethodnamedbmclose/methodname
+   
methodparamtyperesource/typeparameterdbm_identifier/parameter/methodparam
+  /methodsynopsis
+  para
+   Unlocks and closes the specified database.
+  /para
+ /refsect1
+/refentry
 
 !-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dbm/functions/dbmdelete.xml?r1=1.3r2=1.4diff_format=u
Index: phpdoc/en/reference/dbm/functions/dbmdelete.xml
diff -u phpdoc/en/reference/dbm/functions/dbmdelete.xml:1.3 
phpdoc/en/reference/dbm/functions/dbmdelete.xml:1.4
--- phpdoc/en/reference/dbm/functions/dbmdelete.xml:1.3 Mon Apr 29 12:06:32 2002
+++ phpdoc/en/reference/dbm/functions/dbmdelete.xml Sun Jan 14 03:20:22 2007
@@ -1,28 +1,25 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
-!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 --
-  refentry id=function.dbmdelete
-   refnamediv
-refnamedbmdelete/refname
-refpurpose
- Deletes the value for a key from a DBM database
-/refpurpose
-   /refnamediv
-   refsect1
-titleDescription/title
- methodsynopsis
-  typebool/typemethodnamedbmdelete/methodname
-  
methodparamtyperesource/typeparameterdbm_identifier/parameter/methodparam
-  methodparamtypestring/typeparameterkey/parameter/methodparam
- /methodsynopsis
-para
- Deletes the value for parameterkey/parameter in the database.
-/para
-para
- Returns false; if the key didn't exist in the database.
-/para
-   

[PHP-DOC] cvs: phpdoc /en/reference/dbm/functions dblist.xml

2007-01-13 Thread Mehdi Achour
didou   Sun Jan 14 03:51:16 2007 UTC

  Modified files:  
/phpdoc/en/reference/dbm/functions  dblist.xml 
  Log:
  reorder file
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dbm/functions/dblist.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/dbm/functions/dblist.xml
diff -u phpdoc/en/reference/dbm/functions/dblist.xml:1.6 
phpdoc/en/reference/dbm/functions/dblist.xml:1.7
--- phpdoc/en/reference/dbm/functions/dblist.xml:1.6Sun Jan 14 03:48:41 2007
+++ phpdoc/en/reference/dbm/functions/dblist.xmlSun Jan 14 03:51:16 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 refentry id=function.dblist
  refnamediv
   refnamedblist/refname
@@ -15,6 +15,12 @@
Describes the GDBM version.
   /para
  /refsect1
+ refsect1 role=returnvalues
+  reftitle.returnvalues;
+  para
+   Returns a string describing the GDBM version.
+  /para
+ /refsect1
  refsect1 role=examples
   reftitle.examples;
   para
@@ -29,12 +35,6 @@
/example
   /para
  /refsect1
- refsect1 role=returnvalues
-  reftitle.returnvalues;
-  para
-   Returns a string describing the GDBM version.
-  /para
- /refsect1
 /refentry
 
 !-- Keep this comment at the end of the file


[PHP-DOC] cvs: phpdoc /en/reference/dbm/functions dblist.xml

2004-01-02 Thread Jakub Vrana
vrana   Fri Jan  2 18:14:49 2004 EDT

  Modified files:  
/phpdoc/en/reference/dbm/functions  dblist.xml 
  Log:
  Shell example, not PHP
  
Index: phpdoc/en/reference/dbm/functions/dblist.xml
diff -u phpdoc/en/reference/dbm/functions/dblist.xml:1.3 
phpdoc/en/reference/dbm/functions/dblist.xml:1.4
--- phpdoc/en/reference/dbm/functions/dblist.xml:1.3Wed Nov  6 05:21:33 2002
+++ phpdoc/en/reference/dbm/functions/dblist.xmlFri Jan  2 18:14:48 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 --
   refentry id=function.dblist
refnamediv
@@ -17,7 +17,7 @@
 para
  example
   titleGetting the information on the command line/title
-  programlisting role=php
+  programlisting role=shell
 ![CDATA[
 [EMAIL PROTECTED] marcus]$ php -r 'echo dblist();'
 This is GDBM version 1.8.0, as of May 19, 1999.


[PHP-DOC] cvs: phpdoc /en/reference/dbm/functions dblist.xml

2002-11-06 Thread Marcus Börger
helly   Wed Nov  6 05:21:33 2002 EDT

  Modified files:  
/phpdoc/en/reference/dbm/functions  dblist.xml 
  Log:
  Description and example.
  
  
Index: phpdoc/en/reference/dbm/functions/dblist.xml
diff -u phpdoc/en/reference/dbm/functions/dblist.xml:1.2 
phpdoc/en/reference/dbm/functions/dblist.xml:1.3
--- phpdoc/en/reference/dbm/functions/dblist.xml:1.2Wed Apr 17 02:37:19 2002
+++ phpdoc/en/reference/dbm/functions/dblist.xmlWed Nov  6 05:21:33 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 --
   refentry id=function.dblist
refnamediv
 -14,6 +14,17 
   typestring/typemethodnamedblist/methodname
   void/
  /methodsynopsis
+para
+ example
+  titleGetting the information on the command line/title
+  programlisting role=php
+![CDATA[
+[marcuszaphod marcus]$ php -r 'echo dblist();'
+This is GDBM version 1.8.0, as of May 19, 1999.
+]]
+  /programlisting
+ /example
+/para
/refsect1
   /refentry
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php