getcwdGets the current working directory Description
string getcwd
( void
)
Gets the current working directory. Return Values
Returns the current working directory on success, or
On some Unix variants, getcwd will return
Examples
Example #1 getcwd example
<?php The above example will output something similar to: /home/didou /home/didou/cvs See Also
|