Current Location: Home> Function Categories> ftp_alloc

ftp_alloc

Allocate space for files to be uploaded to the FTP server.
Name:ftp_alloc
Category:Uncategorized
Programming Language:php
One-line Description:Allocate space for files to be uploaded to the FTP server.

Definition and usage

The ftp_alloc() function allocates space for files to be uploaded to the FTP server.

If successful, return true. Otherwise, return false.

grammar

 ftp_alloc ( ftp_connection , size , return )
parameter describe
ftp_connection Required. Specifies the FTP connection to be used.
size Optional. Specifies the number of bytes to be allocated.
Return Optional. Specifies the number of bytes to store the server response.
Similar Functions
Popular Articles