Lines Matching refs:PHP_FUNCTION
37 PHP_FUNCTION(ftp_connect);
39 PHP_FUNCTION(ftp_ssl_connect);
41 PHP_FUNCTION(ftp_login);
42 PHP_FUNCTION(ftp_pwd);
43 PHP_FUNCTION(ftp_cdup);
44 PHP_FUNCTION(ftp_chdir);
45 PHP_FUNCTION(ftp_exec);
46 PHP_FUNCTION(ftp_raw);
47 PHP_FUNCTION(ftp_mkdir);
48 PHP_FUNCTION(ftp_rmdir);
49 PHP_FUNCTION(ftp_chmod);
50 PHP_FUNCTION(ftp_alloc);
51 PHP_FUNCTION(ftp_nlist);
52 PHP_FUNCTION(ftp_rawlist);
53 PHP_FUNCTION(ftp_systype);
54 PHP_FUNCTION(ftp_pasv);
55 PHP_FUNCTION(ftp_get);
56 PHP_FUNCTION(ftp_fget);
57 PHP_FUNCTION(ftp_put);
58 PHP_FUNCTION(ftp_fput);
59 PHP_FUNCTION(ftp_size);
60 PHP_FUNCTION(ftp_mdtm);
61 PHP_FUNCTION(ftp_rename);
62 PHP_FUNCTION(ftp_delete);
63 PHP_FUNCTION(ftp_site);
64 PHP_FUNCTION(ftp_close);
65 PHP_FUNCTION(ftp_set_option);
66 PHP_FUNCTION(ftp_get_option);
67 PHP_FUNCTION(ftp_nb_get);
68 PHP_FUNCTION(ftp_nb_fget);
69 PHP_FUNCTION(ftp_nb_put);
70 PHP_FUNCTION(ftp_nb_fput);
71 PHP_FUNCTION(ftp_nb_continue);