Home
last modified time | relevance | path

Searched refs:ftp_open (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/ftp/
H A Dftp.h96 ftpbuf_t* ftp_open(const char *host, short port, zend_long timeout_sec);
H A Dphp_ftp.c387 if (!(ftp = ftp_open(host, (short)port, timeout_sec))) { in PHP_FUNCTION()
424 if (!(ftp = ftp_open(host, (short)port, timeout_sec))) { in PHP_FUNCTION()
H A Dftp.c122 ftp_open(const char *host, short port, zend_long timeout_sec) in ftp_open() function

Completed in 15 milliseconds