ftp_mkdir

(3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0)

ftp_mkdir -- Creates a directory

Description

string ftp_mkdir (resource ftp_stream, string directory)

Creates the specified directory.

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