[PHP-DOC] cvs: phpdoc /en/functions dir.xml From: Daniel Beckham (danbeck <email protected>)
Date: 08/22/00

danbeck Tue Aug 22 14:34:12 2000 EDT

  Modified files:
    /phpdoc/en/functions dir.xml
  Log:
  added getcwd() definition
  
Index: phpdoc/en/functions/dir.xml
diff -u phpdoc/en/functions/dir.xml:1.6 phpdoc/en/functions/dir.xml:1.7
--- phpdoc/en/functions/dir.xml:1.6 Fri Aug 4 02:08:12 2000
+++ phpdoc/en/functions/dir.xml Tue Aug 22 14:34:12 2000
@@ -82,6 +82,25 @@
    </refsect1>
   </refentry>
 
+ <refentry id="function.getcwd">
+ <refnamediv>
+ <refname>getcwd</refname>
+ <refpurpose>gets the current working directory</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>string <function>getcwd</function></funcdef>
+ <paramdef>void</paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ Returns the current working directory.
+ </para>
+ </refsect1>
+ </refentry>
+
   <refentry id="function.opendir">
    <refnamediv>
     <refname>opendir</refname>