ftp_mkdir

ftp_mkdir

(PHP 4, PHP 5, PHP 7)

ftp_mkdirCreates a directory

Description

string ftp_mkdir ( resource $ftp_stream , string $directory )

Creates the specified directory on the FTP server.

Parameters

ftp_stream

The link identifier of the FTP connection.

directory

The name of the directory that will be created.