Thursday, 22 December 2011

PHP FTP Constants


PHP: indicates the earliest version of PHP that supports the constant.
ConstantDescriptionPHP
FTP_ASCII 3
FTP_TEXT 3
FTP_BINARY 3
FTP_IMAGE 3
FTP_TIMEOUT_SEC 3
FTP_AUTOSEEK 4
FTP_AUTORESUMEDetermine resume position and start position for get and put requests automatically4
FTP_FAILEDAsynchronous transfer has failed4
FTP_FINISHEDAsynchronous transfer has finished4
FTP_MOREDATAAsynchronous transfer is still active4

No comments:

Post a Comment