|
ftp_allocAllocates space for a file to be uploaded Description
bool ftp_alloc
( resource
$ftp_stream
, int $filesize
[, string &$result
] )Sends an ALLO command to the remote FTP server to allocate space for a file to be uploaded.
Parameters
Return Values
Returns Examples
Example #1 ftp_alloc example
<?php See Also
|