Easy Tutorial
❮ Func Date Date Diff Func Misc Time Nanosleep ❯

PHP ftp_nb_continue() Function



Definition and Usage

The ftp_nb_continue() function continues to retrieve/send a file (non-blocking).

This function returns one of the following values:

This function sends/retrieves files asynchronously. This means your program can perform other operations while the file is being downloaded.

Syntax

Parameter Description
ftp_connection Required. Specifies the FTP connection to use.

Example


❮ Func Date Date Diff Func Misc Time Nanosleep ❯