Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.h23 PHP_FUNCTION(mysqli);
30 PHP_FUNCTION(mysqli_close);
31 PHP_FUNCTION(mysqli_commit);
36 PHP_FUNCTION(mysqli_debug);
38 PHP_FUNCTION(mysqli_errno);
39 PHP_FUNCTION(mysqli_error);
65 PHP_FUNCTION(mysqli_info);
67 PHP_FUNCTION(mysqli_init);
69 PHP_FUNCTION(mysqli_kill);
79 PHP_FUNCTION(mysqli_ping);
[all …]
/PHP-7.4/ext/sodium/
H A Dphp_libsodium.h38 PHP_FUNCTION(sodium_add);
39 PHP_FUNCTION(sodium_base642bin);
40 PHP_FUNCTION(sodium_bin2base64);
41 PHP_FUNCTION(sodium_bin2hex);
42 PHP_FUNCTION(sodium_compare);
59 PHP_FUNCTION(sodium_crypto_box);
117 PHP_FUNCTION(sodium_hex2bin);
119 PHP_FUNCTION(sodium_memcmp);
120 PHP_FUNCTION(sodium_memzero);
121 PHP_FUNCTION(sodium_pad);
[all …]
/PHP-7.4/ext/gd/
H A Dphp_gd.h83 PHP_FUNCTION(gd_info);
84 PHP_FUNCTION(imagearc);
86 PHP_FUNCTION(imagechar);
101 PHP_FUNCTION(imagecopy);
179 PHP_FUNCTION(imagepng);
182 PHP_FUNCTION(imagegd);
183 PHP_FUNCTION(imagegd2);
185 PHP_FUNCTION(imagebmp);
197 PHP_FUNCTION(imagesx);
198 PHP_FUNCTION(imagesy);
[all …]
/PHP-7.4/ext/standard/
H A Dphp_array.h28 PHP_FUNCTION(ksort);
32 PHP_FUNCTION(asort);
34 PHP_FUNCTION(sort);
35 PHP_FUNCTION(rsort);
36 PHP_FUNCTION(usort);
42 PHP_FUNCTION(end);
43 PHP_FUNCTION(prev);
44 PHP_FUNCTION(next);
47 PHP_FUNCTION(key);
48 PHP_FUNCTION(min);
[all …]
H A Dstreamsfuncs.h24 PHP_FUNCTION(stream_socket_client);
25 PHP_FUNCTION(stream_socket_server);
32 PHP_FUNCTION(stream_get_contents);
34 PHP_FUNCTION(stream_set_blocking);
35 PHP_FUNCTION(stream_select);
36 PHP_FUNCTION(stream_set_timeout);
41 PHP_FUNCTION(stream_get_wrappers);
42 PHP_FUNCTION(stream_get_line);
60 PHP_FUNCTION(stream_is_local);
62 PHP_FUNCTION(stream_isatty);
[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.h48 PHP_FUNCTION(constant);
49 PHP_FUNCTION(sleep);
50 PHP_FUNCTION(usleep);
55 PHP_FUNCTION(flush);
62 PHP_FUNCTION(ip2long);
63 PHP_FUNCTION(long2ip);
66 PHP_FUNCTION(getenv);
67 PHP_FUNCTION(putenv);
69 PHP_FUNCTION(getopt);
95 PHP_FUNCTION(ini_get);
[all …]
H A Dphp_type.h22 PHP_FUNCTION(intval);
23 PHP_FUNCTION(floatval);
24 PHP_FUNCTION(strval);
25 PHP_FUNCTION(boolval);
26 PHP_FUNCTION(gettype);
27 PHP_FUNCTION(settype);
28 PHP_FUNCTION(is_null);
30 PHP_FUNCTION(is_bool);
31 PHP_FUNCTION(is_int);
32 PHP_FUNCTION(is_float);
[all …]
H A Dphp_string.h23 PHP_FUNCTION(strspn);
27 PHP_FUNCTION(rtrim);
28 PHP_FUNCTION(trim);
29 PHP_FUNCTION(ltrim);
37 PHP_FUNCTION(strtok);
43 PHP_FUNCTION(strstr);
44 PHP_FUNCTION(strpos);
54 PHP_FUNCTION(strtr);
66 PHP_FUNCTION(chr);
67 PHP_FUNCTION(ord);
[all …]
H A Dphp_filestat.h35 PHP_FUNCTION(filesize);
36 PHP_FUNCTION(filetype);
40 PHP_FUNCTION(is_file);
41 PHP_FUNCTION(is_dir);
42 PHP_FUNCTION(is_link);
48 PHP_FUNCTION(chown);
49 PHP_FUNCTION(chgrp);
51 PHP_FUNCTION(lchown);
54 PHP_FUNCTION(lchgrp);
56 PHP_FUNCTION(chmod);
[all …]
/PHP-7.4/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.4/ext/dom/
H A Ddom_fe.h127 PHP_FUNCTION(dom_document_save);
129 PHP_FUNCTION(dom_document_savexml);
154 PHP_FUNCTION(dom_node_clone_node);
155 PHP_FUNCTION(dom_node_normalize);
164 PHP_FUNCTION(dom_node_get_feature);
173 PHP_FUNCTION(dom_nodelist_item);
174 PHP_FUNCTION(dom_nodelist_count);
194 PHP_FUNCTION(dom_attr_is_id);
219 PHP_FUNCTION(dom_text_split_text);
267 PHP_FUNCTION(dom_xpath_query);
[all …]
/PHP-7.4/ext/ftp/
H A Dphp_ftp.h44 PHP_FUNCTION(ftp_pwd);
45 PHP_FUNCTION(ftp_cdup);
47 PHP_FUNCTION(ftp_exec);
48 PHP_FUNCTION(ftp_raw);
55 PHP_FUNCTION(ftp_mlsd);
57 PHP_FUNCTION(ftp_pasv);
58 PHP_FUNCTION(ftp_get);
59 PHP_FUNCTION(ftp_fget);
60 PHP_FUNCTION(ftp_put);
62 PHP_FUNCTION(ftp_fput);
[all …]
/PHP-7.4/ext/imap/
H A Dphp_imap.h121 PHP_FUNCTION(imap_open);
129 PHP_FUNCTION(imap_body);
134 PHP_FUNCTION(imap_gc);
150 PHP_FUNCTION(imap_ping);
153 PHP_FUNCTION(imap_8bit);
160 PHP_FUNCTION(imap_sort);
163 PHP_FUNCTION(imap_uid);
165 PHP_FUNCTION(imap_list);
168 PHP_FUNCTION(imap_lsub);
179 PHP_FUNCTION(imap_mail);
[all …]
/PHP-7.4/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-7.4/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-7.4/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.4/ext/pgsql/
H A Dphp_pgsql.h68 PHP_FUNCTION(pg_connect);
71 PHP_FUNCTION(pg_close);
75 PHP_FUNCTION(pg_host);
76 PHP_FUNCTION(pg_dbname);
77 PHP_FUNCTION(pg_port);
78 PHP_FUNCTION(pg_tty);
81 PHP_FUNCTION(pg_ping);
89 PHP_FUNCTION(pg_query);
138 PHP_FUNCTION(pg_socket);
140 PHP_FUNCTION(pg_flush);
[all …]
/PHP-7.4/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.4/ext/openssl/
H A Dphp_openssl.h116 PHP_FUNCTION(openssl_pkey_free);
117 PHP_FUNCTION(openssl_pkey_new);
122 PHP_FUNCTION(openssl_sign);
123 PHP_FUNCTION(openssl_verify);
124 PHP_FUNCTION(openssl_seal);
125 PHP_FUNCTION(openssl_open);
131 PHP_FUNCTION(openssl_pbkdf2);
141 PHP_FUNCTION(openssl_x509_read);
155 PHP_FUNCTION(openssl_csr_new);
158 PHP_FUNCTION(openssl_csr_sign);
[all …]
/PHP-7.4/ext/enchant/
H A Dphp_enchant.h41 PHP_FUNCTION(enchant_broker_init);
42 PHP_FUNCTION(enchant_broker_free);
43 PHP_FUNCTION(enchant_broker_get_error);
46 PHP_FUNCTION(enchant_broker_list_dicts);
49 PHP_FUNCTION(enchant_broker_free_dict);
52 PHP_FUNCTION(enchant_broker_describe);
54 PHP_FUNCTION(enchant_dict_check);
55 PHP_FUNCTION(enchant_dict_suggest);
60 PHP_FUNCTION(enchant_dict_get_error);
61 PHP_FUNCTION(enchant_dict_describe);
[all …]
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.h23 PHP_FUNCTION( locale_get_script );
24 PHP_FUNCTION( locale_get_region );
25 PHP_FUNCTION( locale_get_all_variants);
36 PHP_FUNCTION( locale_get_keywords );
37 PHP_FUNCTION( locale_canonicalize);
39 PHP_FUNCTION( locale_compose);
40 PHP_FUNCTION( locale_parse);
42 PHP_FUNCTION( locale_filter_matches);
43 PHP_FUNCTION( locale_lookup);
44 PHP_FUNCTION( locale_canonicalize);
[all …]
/PHP-7.4/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.4/ext/pcntl/
H A Dphp_pcntl.h38 PHP_FUNCTION(pcntl_alarm);
39 PHP_FUNCTION(pcntl_fork);
40 PHP_FUNCTION(pcntl_waitpid);
41 PHP_FUNCTION(pcntl_wait);
42 PHP_FUNCTION(pcntl_wifexited);
49 PHP_FUNCTION(pcntl_wtermsig);
50 PHP_FUNCTION(pcntl_wstopsig);
51 PHP_FUNCTION(pcntl_signal);
55 PHP_FUNCTION(pcntl_strerror);
65 PHP_FUNCTION(pcntl_exec);
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.h82 PHP_FUNCTION(mb_strlen);
83 PHP_FUNCTION(mb_strpos);
84 PHP_FUNCTION(mb_strrpos);
85 PHP_FUNCTION(mb_stripos);
87 PHP_FUNCTION(mb_strstr);
88 PHP_FUNCTION(mb_strrchr);
92 PHP_FUNCTION(mb_substr);
93 PHP_FUNCTION(mb_strcut);
109 PHP_FUNCTION(mb_ord);
110 PHP_FUNCTION(mb_chr);
[all …]

Completed in 77 milliseconds

12345678910>>...13