|
PHP5中文手册
ftp_alloc(PHP 5) ftp_alloc — Allocates space for a file to be uploaded 说明
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.
参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 ftp_alloc() example
<?php |