★ wanayoo — archive 1999 http://www.php.net/manual/function.ftp-mkdir.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to FTP
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
FTP
* ftp_connect
* ftp_login
* ftp_pwd
* ftp_cdup
* ftp_chdir
* ftp_mkdir
* ftp_rmdir
* ftp_nlist
* ftp_rawlist
* ftp_systype
* ftp_pasv
* ftp_get
* ftp_fget
* ftp_put
* ftp_fput
* ftp_size
* ftp_mdtm
* ftp_rename
* ftp_delete
* ftp_site
* ftp_quit
Manual: ftp_mkdir
View the source code for this pageSearch the site



Previous page
 ftp_chdir
 Updated
Sat, 12 Aug 2000
ftp_rmdir 
Next page


ftp_mkdir

(PHP3 >= 3.0.13, PHP4 >= 4.0b4)

ftp_mkdir -- Creates a directory

Description

string ftp_mkdir (int ftp_stream, string directory)

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

Creates the specified directory.


User Contributed Notes: ftp_mkdir


bboudrot@yahoo.ca
28-Jul-2000 09:17
I'm trying to make a subdirectory within an FTP subdirectory and I keep getting a warning message that says the directory already exists but it doesn't exist. This is what my code looks like for the procedure.
ftp_chdir($conn,"uploads");
ftp_mkdir($conn,"images");




 About Notes


Previous page
 ftp_chdir
 Updated
Sat, 12 Aug 2000
ftp_rmdir 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.