Home
last modified time | relevance | path

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

/PHP-5.6/ext/ftp/
H A Dftp.h98 ftpbuf_t* ftp_open(const char *host, short port, long timeout_sec TSRMLS_DC);
H A Dphp_ftp.c361 if (!(ftp = ftp_open(host, (short)port, timeout_sec TSRMLS_CC))) { in PHP_FUNCTION()
398 if (!(ftp = ftp_open(host, (short)port, timeout_sec TSRMLS_CC))) { in PHP_FUNCTION()
H A Dftp.c124 ftp_open(const char *host, short port, long timeout_sec TSRMLS_DC) in ftp_open() function

Completed in 15 milliseconds