Search Results
Continues retrieving/sending a file (non-blocking)
Definition and Usage The ftp_nb_continue () function continues to receive/send a file to the FTP server. Syntax
ftp_nb_continue () reprend le téléchargement d'un fichier sur la connexion ftp, de manière asynchrone.
Simple usage example of `ftp_nb_continue ()`. The `ftp_nb_continue` function is a non-blocking method in PHP that allows you to continue the process of retrieving or sending a file through FTP. This function is particularly useful when dealing with large files or slow network connections, as it allows your script to continue executing other tasks while the FTP transfer is in progress.
Return Values Returns FTP_FAILED or FTP_FINISHED or FTP_MOREDATA.
Execute ftp_nb_continue Online. Info and examples on ftp_nb_continue PHP Function from FTP - Other Services
ftp_nb_continue Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8 Continues retrieving/sending a file (non-blocking)
