mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
added getcwd() definition
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30917 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2996d5395b
commit
3703af1b3d
1 changed files with 19 additions and 0 deletions
|
@ -82,6 +82,25 @@ $d->close();
|
|||
</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>
|
||||
|
|
Loading…
Reference in a new issue