![]() |
|
? |
![]() PHP FAQ PHP Articles PHP Help Bulletin Board PHP Manual (NEW!) First Time PHP'ers Help with programming Sql assignment help PHP Homework Help
|
? |
XXXIII. FTP functionsIntroductionThe functions in this extension implement client access to file servers speaking the File Transfer Protocol (FTP) as defined in http://www.faqs.org/rfcs/rfc959.html. InstallationIn order to use FTP functions with your PHP configuration, you should add the --enable-ftp option when installing PHP 4 or --with-ftp when using PHP 3. The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions. Resource TypesThis extension uses one resource type, which is the link identifier of the FTP connection, returned by ftp_connect(). Predefined ConstantsThe constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. The following constants were introduced in PHP 4.3.0.
|