ftp_mkdir

Example

 string ftp_mkdir ( resource $ftp_stream , string $directory ) 

Description

Creates the specified directory on the FTP server.

Return Values

Returns the newly created directory name on success or FALSE on error.