ftp_mkdir
Creates a directory
&reftitle.description;
stringftp_mkdir
resourceftp_stream
stringdirectory
Creates the specified directory on the FTP server.
&reftitle.parameters;
ftp_stream
The link identifier of the FTP connection.
directory
The name of the directory that will be created.
&reftitle.returnvalues;
Returns the newly created directory name on success or &false; on error.
&reftitle.examples;
ftp_mkdir example
]]>
&reftitle.seealso;
ftp_rmdir