Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/mysqli/
H A Dmysqli_fe.h25 PHP_FUNCTION(mysqli);
31 PHP_FUNCTION(mysqli_close);
32 PHP_FUNCTION(mysqli_commit);
37 PHP_FUNCTION(mysqli_debug);
39 PHP_FUNCTION(mysqli_errno);
40 PHP_FUNCTION(mysqli_error);
65 PHP_FUNCTION(mysqli_info);
67 PHP_FUNCTION(mysqli_init);
68 PHP_FUNCTION(mysqli_kill);
78 PHP_FUNCTION(mysqli_ping);
[all …]
/PHP-5.3/ext/gd/
H A Dphp_gd.h80 PHP_FUNCTION(gd_info);
81 PHP_FUNCTION(imagearc);
83 PHP_FUNCTION(imagechar);
98 PHP_FUNCTION(imagecopy);
160 PHP_FUNCTION(imagepng);
162 PHP_FUNCTION(imagegd);
163 PHP_FUNCTION(imagegd2);
173 PHP_FUNCTION(imagesx);
174 PHP_FUNCTION(imagesy);
190 PHP_FUNCTION(png2wbmp);
[all …]
/PHP-5.3/ext/standard/
H A Dphp_array.h30 PHP_FUNCTION(ksort);
34 PHP_FUNCTION(asort);
36 PHP_FUNCTION(sort);
37 PHP_FUNCTION(rsort);
38 PHP_FUNCTION(usort);
44 PHP_FUNCTION(end);
45 PHP_FUNCTION(prev);
46 PHP_FUNCTION(next);
49 PHP_FUNCTION(key);
50 PHP_FUNCTION(min);
[all …]
H A Dstreamsfuncs.h26 PHP_FUNCTION(stream_socket_client);
27 PHP_FUNCTION(stream_socket_server);
28 PHP_FUNCTION(stream_socket_accept);
34 PHP_FUNCTION(stream_get_contents);
36 PHP_FUNCTION(stream_set_blocking);
37 PHP_FUNCTION(stream_select);
38 PHP_FUNCTION(stream_set_timeout);
42 PHP_FUNCTION(stream_get_wrappers);
43 PHP_FUNCTION(stream_get_line);
61 PHP_FUNCTION(stream_is_local);
[all …]
H A Dphp_math.h31 PHP_FUNCTION(sin);
32 PHP_FUNCTION(cos);
33 PHP_FUNCTION(tan);
34 PHP_FUNCTION(asin);
35 PHP_FUNCTION(acos);
36 PHP_FUNCTION(atan);
38 PHP_FUNCTION(pi);
39 PHP_FUNCTION(exp);
40 PHP_FUNCTION(log);
45 PHP_FUNCTION(pow);
[all …]
H A Dbasic_functions.h46 PHP_FUNCTION(constant);
47 PHP_FUNCTION(sleep);
48 PHP_FUNCTION(usleep);
53 PHP_FUNCTION(flush);
60 PHP_FUNCTION(ip2long);
61 PHP_FUNCTION(long2ip);
64 PHP_FUNCTION(getenv);
65 PHP_FUNCTION(putenv);
67 PHP_FUNCTION(getopt);
95 PHP_FUNCTION(ini_get);
[all …]
H A Dphp_string.h27 PHP_FUNCTION(strspn);
31 PHP_FUNCTION(rtrim);
32 PHP_FUNCTION(trim);
33 PHP_FUNCTION(ltrim);
41 PHP_FUNCTION(strtok);
47 PHP_FUNCTION(strstr);
48 PHP_FUNCTION(strpos);
58 PHP_FUNCTION(strtr);
70 PHP_FUNCTION(chr);
71 PHP_FUNCTION(ord);
[all …]
H A Dphp_filestat.h37 PHP_FUNCTION(filesize);
38 PHP_FUNCTION(filetype);
42 PHP_FUNCTION(is_file);
43 PHP_FUNCTION(is_dir);
44 PHP_FUNCTION(is_link);
50 PHP_FUNCTION(chown);
51 PHP_FUNCTION(chgrp);
53 PHP_FUNCTION(lchown);
56 PHP_FUNCTION(lchgrp);
58 PHP_FUNCTION(chmod);
[all …]
H A Dphp_type.h24 PHP_FUNCTION(intval);
25 PHP_FUNCTION(floatval);
26 PHP_FUNCTION(strval);
27 PHP_FUNCTION(gettype);
28 PHP_FUNCTION(settype);
29 PHP_FUNCTION(is_null);
31 PHP_FUNCTION(is_bool);
32 PHP_FUNCTION(is_long);
33 PHP_FUNCTION(is_float);
35 PHP_FUNCTION(is_string);
[all …]
/PHP-5.3/ext/interbase/
H A Dphp_interbase.h35 PHP_FUNCTION(ibase_connect);
37 PHP_FUNCTION(ibase_close);
38 PHP_FUNCTION(ibase_drop_db);
39 PHP_FUNCTION(ibase_query);
45 PHP_FUNCTION(ibase_prepare);
46 PHP_FUNCTION(ibase_execute);
51 PHP_FUNCTION(ibase_gen_id);
61 PHP_FUNCTION(ibase_trans);
62 PHP_FUNCTION(ibase_commit);
83 PHP_FUNCTION(ibase_backup);
[all …]
/PHP-5.3/ext/dom/
H A Ddom_fe.h87 PHP_FUNCTION(dom_namelist_get_name);
128 PHP_FUNCTION(dom_document_save);
130 PHP_FUNCTION(dom_document_savexml);
155 PHP_FUNCTION(dom_node_clone_node);
156 PHP_FUNCTION(dom_node_normalize);
165 PHP_FUNCTION(dom_node_get_feature);
174 PHP_FUNCTION(dom_nodelist_item);
193 PHP_FUNCTION(dom_attr_is_id);
218 PHP_FUNCTION(dom_text_split_text);
266 PHP_FUNCTION(dom_xpath_query);
[all …]
/PHP-5.3/ext/odbc/
H A Dphp_odbc.h47 PHP_FUNCTION(odbc_error);
51 PHP_FUNCTION(odbc_close);
53 PHP_FUNCTION(odbc_commit);
54 PHP_FUNCTION(odbc_connect);
56 PHP_FUNCTION(odbc_cursor);
60 PHP_FUNCTION(odbc_do);
61 PHP_FUNCTION(odbc_exec);
62 PHP_FUNCTION(odbc_execute);
80 PHP_FUNCTION(odbc_prepare);
81 PHP_FUNCTION(odbc_result);
[all …]
/PHP-5.3/ext/imap/
H A Dphp_imap.h106 PHP_FUNCTION(imap_open);
114 PHP_FUNCTION(imap_body);
119 PHP_FUNCTION(imap_gc);
135 PHP_FUNCTION(imap_ping);
138 PHP_FUNCTION(imap_8bit);
145 PHP_FUNCTION(imap_sort);
148 PHP_FUNCTION(imap_uid);
150 PHP_FUNCTION(imap_list);
153 PHP_FUNCTION(imap_lsub);
164 PHP_FUNCTION(imap_mail);
[all …]
/PHP-5.3/ext/openssl/
H A Dphp_openssl.h37 PHP_FUNCTION(openssl_pkey_free);
38 PHP_FUNCTION(openssl_pkey_new);
43 PHP_FUNCTION(openssl_sign);
44 PHP_FUNCTION(openssl_verify);
45 PHP_FUNCTION(openssl_seal);
46 PHP_FUNCTION(openssl_open);
54 PHP_FUNCTION(openssl_pkcs7_sign);
59 PHP_FUNCTION(openssl_x509_read);
60 PHP_FUNCTION(openssl_x509_free);
71 PHP_FUNCTION(openssl_csr_new);
[all …]
/PHP-5.3/ext/sqlite/
H A Dphp_sqlite.h38 PHP_FUNCTION(sqlite_open);
39 PHP_FUNCTION(sqlite_popen);
40 PHP_FUNCTION(sqlite_close);
41 PHP_FUNCTION(sqlite_query);
42 PHP_FUNCTION(sqlite_exec);
52 PHP_FUNCTION(sqlite_column);
57 PHP_FUNCTION(sqlite_seek);
59 PHP_FUNCTION(sqlite_next);
60 PHP_FUNCTION(sqlite_prev);
61 PHP_FUNCTION(sqlite_key);
[all …]
/PHP-5.3/ext/mcrypt/
H A Dphp_mcrypt.h34 PHP_FUNCTION(mcrypt_ecb);
35 PHP_FUNCTION(mcrypt_cbc);
36 PHP_FUNCTION(mcrypt_cfb);
37 PHP_FUNCTION(mcrypt_ofb);
41 PHP_FUNCTION(mcrypt_create_iv);
45 PHP_FUNCTION(mcrypt_list_modes);
46 PHP_FUNCTION(mcrypt_get_iv_size);
47 PHP_FUNCTION(mcrypt_encrypt);
48 PHP_FUNCTION(mcrypt_decrypt);
53 PHP_FUNCTION(mcrypt_generic);
[all …]
/PHP-5.3/ext/mysql/
H A Dphp_mysql_structs.h62 PHP_FUNCTION(mysql_connect);
63 PHP_FUNCTION(mysql_pconnect);
64 PHP_FUNCTION(mysql_close);
68 PHP_FUNCTION(mysql_drop_db);
70 PHP_FUNCTION(mysql_query);
77 PHP_FUNCTION(mysql_error);
78 PHP_FUNCTION(mysql_errno);
81 PHP_FUNCTION(mysql_result);
104 PHP_FUNCTION(mysql_info);
105 PHP_FUNCTION(mysql_stat);
[all …]
/PHP-5.3/ext/ftp/
H A Dphp_ftp.h42 PHP_FUNCTION(ftp_pwd);
43 PHP_FUNCTION(ftp_cdup);
45 PHP_FUNCTION(ftp_exec);
46 PHP_FUNCTION(ftp_raw);
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);
[all …]
/PHP-5.3/ext/posix/
H A Dphp_posix.h38 PHP_FUNCTION(posix_kill);
41 PHP_FUNCTION(posix_getpid);
45 PHP_FUNCTION(posix_getuid);
46 PHP_FUNCTION(posix_getgid);
49 PHP_FUNCTION(posix_setuid);
50 PHP_FUNCTION(posix_setgid);
67 PHP_FUNCTION(posix_setsid);
75 PHP_FUNCTION(posix_getsid);
79 PHP_FUNCTION(posix_uname);
80 PHP_FUNCTION(posix_times);
[all …]
/PHP-5.3/ext/pgsql/
H A Dphp_pgsql.h66 PHP_FUNCTION(pg_connect);
68 PHP_FUNCTION(pg_close);
72 PHP_FUNCTION(pg_host);
73 PHP_FUNCTION(pg_dbname);
74 PHP_FUNCTION(pg_port);
75 PHP_FUNCTION(pg_tty);
76 PHP_FUNCTION(pg_options);
77 PHP_FUNCTION(pg_version);
78 PHP_FUNCTION(pg_ping);
86 PHP_FUNCTION(pg_query);
[all …]
/PHP-5.3/ext/date/
H A Dphp_date.h30 PHP_FUNCTION(date);
31 PHP_FUNCTION(idate);
32 PHP_FUNCTION(gmdate);
33 PHP_FUNCTION(strtotime);
35 PHP_FUNCTION(mktime);
36 PHP_FUNCTION(gmmktime);
41 PHP_FUNCTION(strftime);
45 PHP_FUNCTION(time);
47 PHP_FUNCTION(getdate);
60 PHP_FUNCTION(date_add);
[all …]
/PHP-5.3/ext/snmp/
H A Dphp_snmp.h45 PHP_FUNCTION(snmpget);
46 PHP_FUNCTION(snmpgetnext);
47 PHP_FUNCTION(snmpwalk);
48 PHP_FUNCTION(snmprealwalk);
53 PHP_FUNCTION(snmpset);
55 PHP_FUNCTION(snmp2_get);
57 PHP_FUNCTION(snmp2_walk);
59 PHP_FUNCTION(snmp2_set);
61 PHP_FUNCTION(snmp3_get);
63 PHP_FUNCTION(snmp3_walk);
[all …]
/PHP-5.3/ext/enchant/
H A Dphp_enchant.h43 PHP_FUNCTION(enchant_broker_init);
44 PHP_FUNCTION(enchant_broker_free);
45 PHP_FUNCTION(enchant_broker_get_error);
48 PHP_FUNCTION(enchant_broker_list_dicts);
51 PHP_FUNCTION(enchant_broker_free_dict);
54 PHP_FUNCTION(enchant_broker_describe);
56 PHP_FUNCTION(enchant_dict_check);
57 PHP_FUNCTION(enchant_dict_suggest);
62 PHP_FUNCTION(enchant_dict_get_error);
63 PHP_FUNCTION(enchant_dict_describe);
[all …]
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.h25 PHP_FUNCTION( locale_get_script );
26 PHP_FUNCTION( locale_get_region );
27 PHP_FUNCTION( locale_get_all_variants);
38 PHP_FUNCTION( locale_get_keywords );
39 PHP_FUNCTION( locale_canonicalize);
41 PHP_FUNCTION( locale_compose);
42 PHP_FUNCTION( locale_parse);
44 PHP_FUNCTION( locale_filter_matches);
45 PHP_FUNCTION( locale_lookup);
46 PHP_FUNCTION( locale_canonicalize);
[all …]
/PHP-5.3/ext/calendar/
H A Dphp_calendar.h14 PHP_FUNCTION(jdtojulian);
15 PHP_FUNCTION(juliantojd);
16 PHP_FUNCTION(jdtojewish);
17 PHP_FUNCTION(jewishtojd);
18 PHP_FUNCTION(jdtofrench);
19 PHP_FUNCTION(frenchtojd);
20 PHP_FUNCTION(jddayofweek);
24 PHP_FUNCTION(unixtojd);
25 PHP_FUNCTION(jdtounix);
27 PHP_FUNCTION(cal_to_jd);
[all …]

Completed in 95 milliseconds

12345678910>>...13