KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
FTP
ftp_alloc
ftp_cdup
ftp_chdir
ftp_chmod
ftp_close
ftp_connect
ftp_delete
ftp_exec
ftp_fget
ftp_fput
ftp_get
ftp_get_option
ftp_login
ftp_mdtm
ftp_mkdir
ftp_nb_continue
ftp_nb_fget
ftp_nb_fput
ftp_nb_get
ftp_nb_put
ftp_nlist
ftp_pasv
ftp_put
ftp_pwd
ftp_quit
ftp_raw
ftp_rawlist
ftp_rename
ftp_rmdir
ftp_set_option
ftp_site
ftp_size
ftp_ssl_connect
ftp_systype
Home
>
PHP
>
Function
>
FTP
>
ftp_size()
ftp_size()
ftp_size - Returns the size of the given file
Syntax
int
ftp_size
(
resource
$ftp_stream,
string
$remote_file)
Arguments
ftp_stream - The link identifier of the FTP connection.
remote_file - The remote file.
Description
ftp_size() returns the size of the given file in bytes.
Version
PHP 4, 5
Return value
Returns the file size on success, or -1 on error.