|
ftp_chdirChanges the current directory on a FTP server Description
bool ftp_chdir
( resource
$ftp_stream
, string $directory
)Changes the current directory to the specified one. Parameters
Return Values
Returns Examples
Example #1 ftp_chdir example
<?php See Also
|