Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/
H A Dftp.h95 ftpbuf_t* ftp_open(const char *host, short port, zend_long timeout_sec);
H A Dphp_ftp.c167 if (!(ftp = ftp_open(host, (short)port, timeout_sec))) { in PHP_FUNCTION()
204 if (!(ftp = ftp_open(host, (short)port, timeout_sec))) { in PHP_FUNCTION()
H A Dftp.c117 ftp_open(const char *host, short port, zend_long timeout_sec) in ftp_open() function

Completed in 20 milliseconds