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.2    Wed Apr 17 02:37:19 2002
+++ phpdoc/en/reference/dbm/functions/dblist.xml        Wed 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 @@
       <type>string</type><methodname>dblist</methodname>
       <void/>
      </methodsynopsis>
+    <para>
+     <example>
+      <title>Getting the information on the command line</title>
+      <programlisting role="php">
+<![CDATA[
+[marcus@zaphod 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

Reply via email to