update : 2015.11.03
php.shukuma.com검색:
|
ftp_alloc(PHP 5, PHP 7) 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.
인수
반환값
성공 시 예제
Example #1 ftp_alloc() example
<?php 참고
|