Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/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);
71 PHP_FUNCTION(mysqli_kill);
81 PHP_FUNCTION(mysqli_ping);
[all …]
/PHP-7.2/ext/sodium/
H A Dphp_libsodium.h37 PHP_FUNCTION(sodium_add);
38 PHP_FUNCTION(sodium_base642bin);
39 PHP_FUNCTION(sodium_bin2base64);
40 PHP_FUNCTION(sodium_bin2hex);
41 PHP_FUNCTION(sodium_compare);
58 PHP_FUNCTION(sodium_crypto_box);
116 PHP_FUNCTION(sodium_hex2bin);
118 PHP_FUNCTION(sodium_memcmp);
119 PHP_FUNCTION(sodium_memzero);
120 PHP_FUNCTION(sodium_pad);
[all …]
/PHP-7.2/ext/gd/
H A Dphp_gd.h79 PHP_FUNCTION(gd_info);
80 PHP_FUNCTION(imagearc);
82 PHP_FUNCTION(imagechar);
97 PHP_FUNCTION(imagecopy);
172 PHP_FUNCTION(imagepng);
175 PHP_FUNCTION(imagegd);
176 PHP_FUNCTION(imagegd2);
178 PHP_FUNCTION(imagebmp);
190 PHP_FUNCTION(imagesx);
191 PHP_FUNCTION(imagesy);
[all …]
/PHP-7.2/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);
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);
64 PHP_FUNCTION(stream_isatty);
[all …]
H A Dphp_math.h33 PHP_FUNCTION(sin);
34 PHP_FUNCTION(cos);
35 PHP_FUNCTION(tan);
36 PHP_FUNCTION(asin);
37 PHP_FUNCTION(acos);
38 PHP_FUNCTION(atan);
40 PHP_FUNCTION(pi);
41 PHP_FUNCTION(exp);
42 PHP_FUNCTION(log);
47 PHP_FUNCTION(pow);
[all …]
H A Dbasic_functions.h50 PHP_FUNCTION(constant);
51 PHP_FUNCTION(sleep);
52 PHP_FUNCTION(usleep);
57 PHP_FUNCTION(flush);
64 PHP_FUNCTION(ip2long);
65 PHP_FUNCTION(long2ip);
68 PHP_FUNCTION(getenv);
69 PHP_FUNCTION(putenv);
71 PHP_FUNCTION(getopt);
97 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_int);
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-7.2/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-7.2/ext/interbase/
H A Dphp_interbase.h36 PHP_FUNCTION(ibase_connect);
38 PHP_FUNCTION(ibase_close);
39 PHP_FUNCTION(ibase_drop_db);
40 PHP_FUNCTION(ibase_query);
46 PHP_FUNCTION(ibase_prepare);
47 PHP_FUNCTION(ibase_execute);
52 PHP_FUNCTION(ibase_gen_id);
62 PHP_FUNCTION(ibase_trans);
63 PHP_FUNCTION(ibase_commit);
84 PHP_FUNCTION(ibase_backup);
[all …]
/PHP-7.2/ext/dom/
H A Ddom_fe.h128 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);
175 PHP_FUNCTION(dom_nodelist_count);
195 PHP_FUNCTION(dom_attr_is_id);
220 PHP_FUNCTION(dom_text_split_text);
268 PHP_FUNCTION(dom_xpath_query);
[all …]
/PHP-7.2/ext/imap/
H A Dphp_imap.h123 PHP_FUNCTION(imap_open);
131 PHP_FUNCTION(imap_body);
136 PHP_FUNCTION(imap_gc);
152 PHP_FUNCTION(imap_ping);
155 PHP_FUNCTION(imap_8bit);
162 PHP_FUNCTION(imap_sort);
165 PHP_FUNCTION(imap_uid);
167 PHP_FUNCTION(imap_list);
170 PHP_FUNCTION(imap_lsub);
181 PHP_FUNCTION(imap_mail);
[all …]
/PHP-7.2/ext/odbc/
H A Dphp_odbc.h49 PHP_FUNCTION(odbc_error);
53 PHP_FUNCTION(odbc_close);
55 PHP_FUNCTION(odbc_commit);
56 PHP_FUNCTION(odbc_connect);
58 PHP_FUNCTION(odbc_cursor);
62 PHP_FUNCTION(odbc_do);
63 PHP_FUNCTION(odbc_exec);
64 PHP_FUNCTION(odbc_execute);
82 PHP_FUNCTION(odbc_prepare);
83 PHP_FUNCTION(odbc_result);
[all …]
/PHP-7.2/ext/ftp/
H A Dphp_ftp.h46 PHP_FUNCTION(ftp_pwd);
47 PHP_FUNCTION(ftp_cdup);
49 PHP_FUNCTION(ftp_exec);
50 PHP_FUNCTION(ftp_raw);
57 PHP_FUNCTION(ftp_mlsd);
59 PHP_FUNCTION(ftp_pasv);
60 PHP_FUNCTION(ftp_get);
61 PHP_FUNCTION(ftp_fget);
62 PHP_FUNCTION(ftp_put);
64 PHP_FUNCTION(ftp_fput);
[all …]
/PHP-7.2/ext/openssl/
H A Dphp_openssl.h99 PHP_FUNCTION(openssl_pkey_free);
100 PHP_FUNCTION(openssl_pkey_new);
105 PHP_FUNCTION(openssl_sign);
106 PHP_FUNCTION(openssl_verify);
107 PHP_FUNCTION(openssl_seal);
108 PHP_FUNCTION(openssl_open);
114 PHP_FUNCTION(openssl_pbkdf2);
124 PHP_FUNCTION(openssl_x509_read);
137 PHP_FUNCTION(openssl_csr_new);
140 PHP_FUNCTION(openssl_csr_sign);
[all …]
/PHP-7.2/ext/posix/
H A Dphp_posix.h41 PHP_FUNCTION(posix_kill);
44 PHP_FUNCTION(posix_getpid);
48 PHP_FUNCTION(posix_getuid);
49 PHP_FUNCTION(posix_getgid);
52 PHP_FUNCTION(posix_setuid);
53 PHP_FUNCTION(posix_setgid);
70 PHP_FUNCTION(posix_setsid);
78 PHP_FUNCTION(posix_getsid);
82 PHP_FUNCTION(posix_uname);
83 PHP_FUNCTION(posix_times);
[all …]
/PHP-7.2/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);
64 PHP_FUNCTION(intltz_get_error_code);
[all …]
/PHP-7.2/ext/pgsql/
H A Dphp_pgsql.h71 PHP_FUNCTION(pg_connect);
74 PHP_FUNCTION(pg_close);
78 PHP_FUNCTION(pg_host);
79 PHP_FUNCTION(pg_dbname);
80 PHP_FUNCTION(pg_port);
81 PHP_FUNCTION(pg_tty);
84 PHP_FUNCTION(pg_ping);
92 PHP_FUNCTION(pg_query);
141 PHP_FUNCTION(pg_socket);
143 PHP_FUNCTION(pg_flush);
[all …]
/PHP-7.2/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-7.2/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-7.2/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-7.2/ext/calendar/
H A Dphp_calendar.h17 PHP_FUNCTION(jdtojulian);
18 PHP_FUNCTION(juliantojd);
19 PHP_FUNCTION(jdtojewish);
20 PHP_FUNCTION(jewishtojd);
21 PHP_FUNCTION(jdtofrench);
22 PHP_FUNCTION(frenchtojd);
23 PHP_FUNCTION(jddayofweek);
27 PHP_FUNCTION(unixtojd);
28 PHP_FUNCTION(jdtounix);
30 PHP_FUNCTION(cal_to_jd);
[all …]
/PHP-7.2/ext/mbstring/
H A Dmbstring.h106 PHP_FUNCTION(mb_strlen);
107 PHP_FUNCTION(mb_strpos);
108 PHP_FUNCTION(mb_strrpos);
109 PHP_FUNCTION(mb_stripos);
111 PHP_FUNCTION(mb_strstr);
112 PHP_FUNCTION(mb_strrchr);
116 PHP_FUNCTION(mb_substr);
117 PHP_FUNCTION(mb_strcut);
133 PHP_FUNCTION(mb_ord);
134 PHP_FUNCTION(mb_chr);
[all …]

Completed in 100 milliseconds

12345678910>>...13