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