Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.h25 PHP_FUNCTION(mysqli);
32 PHP_FUNCTION(mysqli_close);
33 PHP_FUNCTION(mysqli_commit);
38 PHP_FUNCTION(mysqli_debug);
40 PHP_FUNCTION(mysqli_errno);
41 PHP_FUNCTION(mysqli_error);
67 PHP_FUNCTION(mysqli_info);
69 PHP_FUNCTION(mysqli_init);
70 PHP_FUNCTION(mysqli_kill);
80 PHP_FUNCTION(mysqli_ping);
[all …]
/PHP-5.5/ext/gd/
H A Dphp_gd.h77 PHP_FUNCTION(gd_info);
78 PHP_FUNCTION(imagearc);
80 PHP_FUNCTION(imagechar);
95 PHP_FUNCTION(imagecopy);
169 PHP_FUNCTION(imagepng);
172 PHP_FUNCTION(imagegd);
173 PHP_FUNCTION(imagegd2);
183 PHP_FUNCTION(imagesx);
184 PHP_FUNCTION(imagesy);
200 PHP_FUNCTION(png2wbmp);
[all …]
/PHP-5.5/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);
43 PHP_FUNCTION(stream_get_wrappers);
44 PHP_FUNCTION(stream_get_line);
62 PHP_FUNCTION(stream_is_local);
[all …]
H A Dphp_math.h32 PHP_FUNCTION(sin);
33 PHP_FUNCTION(cos);
34 PHP_FUNCTION(tan);
35 PHP_FUNCTION(asin);
36 PHP_FUNCTION(acos);
37 PHP_FUNCTION(atan);
39 PHP_FUNCTION(pi);
40 PHP_FUNCTION(exp);
41 PHP_FUNCTION(log);
46 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_type.h24 PHP_FUNCTION(intval);
25 PHP_FUNCTION(floatval);
26 PHP_FUNCTION(strval);
27 PHP_FUNCTION(boolval);
28 PHP_FUNCTION(gettype);
29 PHP_FUNCTION(settype);
30 PHP_FUNCTION(is_null);
32 PHP_FUNCTION(is_bool);
33 PHP_FUNCTION(is_long);
34 PHP_FUNCTION(is_float);
[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 …]
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.h28 PHP_FUNCTION(intlcal_get_now);
32 PHP_FUNCTION(intlcal_get);
34 PHP_FUNCTION(intlcal_get_time);
38 PHP_FUNCTION(intlcal_add);
42 PHP_FUNCTION(intlcal_after);
44 PHP_FUNCTION(intlcal_before);
46 PHP_FUNCTION(intlcal_set);
48 PHP_FUNCTION(intlcal_roll);
50 PHP_FUNCTION(intlcal_clear);
86 PHP_FUNCTION(intlcal_is_set);
[all …]
/PHP-5.5/ext/interbase/
H A Dphp_interbase.h33 PHP_FUNCTION(ibase_connect);
35 PHP_FUNCTION(ibase_close);
36 PHP_FUNCTION(ibase_drop_db);
37 PHP_FUNCTION(ibase_query);
43 PHP_FUNCTION(ibase_prepare);
44 PHP_FUNCTION(ibase_execute);
49 PHP_FUNCTION(ibase_gen_id);
59 PHP_FUNCTION(ibase_trans);
60 PHP_FUNCTION(ibase_commit);
81 PHP_FUNCTION(ibase_backup);
[all …]
/PHP-5.5/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.5/ext/odbc/
H A Dphp_odbc.h46 PHP_FUNCTION(odbc_error);
50 PHP_FUNCTION(odbc_close);
52 PHP_FUNCTION(odbc_commit);
53 PHP_FUNCTION(odbc_connect);
55 PHP_FUNCTION(odbc_cursor);
59 PHP_FUNCTION(odbc_do);
60 PHP_FUNCTION(odbc_exec);
61 PHP_FUNCTION(odbc_execute);
79 PHP_FUNCTION(odbc_prepare);
80 PHP_FUNCTION(odbc_result);
[all …]
/PHP-5.5/ext/openssl/
H A Dphp_openssl.h40 PHP_FUNCTION(openssl_pkey_free);
41 PHP_FUNCTION(openssl_pkey_new);
46 PHP_FUNCTION(openssl_sign);
47 PHP_FUNCTION(openssl_verify);
48 PHP_FUNCTION(openssl_seal);
49 PHP_FUNCTION(openssl_open);
55 PHP_FUNCTION(openssl_pbkdf2);
64 PHP_FUNCTION(openssl_x509_read);
65 PHP_FUNCTION(openssl_x509_free);
76 PHP_FUNCTION(openssl_csr_new);
[all …]
/PHP-5.5/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.5/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.5/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.5/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.5/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.5/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.5/ext/intl/timezone/
H A Dtimezone_methods.h24 PHP_FUNCTION(intltz_create_time_zone);
28 PHP_FUNCTION(intltz_create_default);
30 PHP_FUNCTION(intltz_get_id);
32 PHP_FUNCTION(intltz_get_gmt);
34 PHP_FUNCTION(intltz_get_unknown);
44 PHP_FUNCTION(intltz_get_region);
52 PHP_FUNCTION(intltz_get_offset);
54 PHP_FUNCTION(intltz_get_raw_offset);
56 PHP_FUNCTION(intltz_has_same_rules);
60 PHP_FUNCTION(intltz_get_dst_savings);
[all …]
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.h36 PHP_FUNCTION(breakiter_get_text);
38 PHP_FUNCTION(breakiter_set_text);
40 PHP_FUNCTION(breakiter_first);
42 PHP_FUNCTION(breakiter_last);
44 PHP_FUNCTION(breakiter_previous);
46 PHP_FUNCTION(breakiter_next);
48 PHP_FUNCTION(breakiter_current);
50 PHP_FUNCTION(breakiter_following);
52 PHP_FUNCTION(breakiter_preceding);
54 PHP_FUNCTION(breakiter_is_boundary);
[all …]
/PHP-5.5/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.5/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.5/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 80 milliseconds

12345678910>>...14