Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 26 – 50 of 310) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/standard/
H A Dfile.h31 PHP_FUNCTION(popen);
32 PHP_FUNCTION(pclose);
37 PHP_FUNCTION(fscanf);
46 PHP_FUNCTION(mkdir);
47 PHP_FUNCTION(rmdir);
50 PHP_FUNCTION(umask);
51 PHP_FUNCTION(rename);
52 PHP_FUNCTION(unlink);
53 PHP_FUNCTION(copy);
54 PHP_FUNCTION(file);
[all …]
H A Dexec.h22 PHP_FUNCTION(system);
23 PHP_FUNCTION(exec);
24 PHP_FUNCTION(escapeshellcmd);
25 PHP_FUNCTION(escapeshellarg);
26 PHP_FUNCTION(passthru);
27 PHP_FUNCTION(shell_exec);
28 PHP_FUNCTION(proc_open);
29 PHP_FUNCTION(proc_get_status);
30 PHP_FUNCTION(proc_close);
31 PHP_FUNCTION(proc_terminate);
[all …]
H A Dphp_dir.h25 PHP_FUNCTION(opendir);
26 PHP_FUNCTION(closedir);
27 PHP_FUNCTION(chdir);
29 PHP_FUNCTION(chroot);
31 PHP_FUNCTION(getcwd);
32 PHP_FUNCTION(rewinddir);
34 PHP_FUNCTION(getdir);
35 PHP_FUNCTION(glob);
36 PHP_FUNCTION(scandir);
H A Dhead.h31 PHP_FUNCTION(header);
32 PHP_FUNCTION(header_remove);
33 PHP_FUNCTION(setcookie);
34 PHP_FUNCTION(setrawcookie);
35 PHP_FUNCTION(headers_sent);
36 PHP_FUNCTION(headers_list);
37 PHP_FUNCTION(http_response_code);
H A Dpageinfo.h22 PHP_FUNCTION(getmyuid);
23 PHP_FUNCTION(getmygid);
24 PHP_FUNCTION(getmypid);
25 PHP_FUNCTION(getmyinode);
26 PHP_FUNCTION(getlastmod);
/PHP-7.4/ext/xmlrpc/
H A Dphp_xmlrpc.h68 PHP_FUNCTION(xmlrpc_encode);
69 PHP_FUNCTION(xmlrpc_decode);
70 PHP_FUNCTION(xmlrpc_decode_request);
71 PHP_FUNCTION(xmlrpc_encode_request);
72 PHP_FUNCTION(xmlrpc_get_type);
73 PHP_FUNCTION(xmlrpc_set_type);
74 PHP_FUNCTION(xmlrpc_is_fault);
75 PHP_FUNCTION(xmlrpc_server_create);
76 PHP_FUNCTION(xmlrpc_server_destroy);
77 PHP_FUNCTION(xmlrpc_server_register_method);
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.h31 PHP_FUNCTION(date);
32 PHP_FUNCTION(idate);
33 PHP_FUNCTION(gmdate);
34 PHP_FUNCTION(strtotime);
36 PHP_FUNCTION(mktime);
37 PHP_FUNCTION(gmmktime);
40 PHP_FUNCTION(strftime);
42 PHP_FUNCTION(time);
44 PHP_FUNCTION(getdate);
60 PHP_FUNCTION(date_add);
[all …]
/PHP-7.4/ext/xsl/
H A Dxsl_fe.h25 PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet);
26 PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc);
27 PHP_FUNCTION(xsl_xsltprocessor_transform_to_uri);
28 PHP_FUNCTION(xsl_xsltprocessor_transform_to_xml);
29 PHP_FUNCTION(xsl_xsltprocessor_set_parameter);
30 PHP_FUNCTION(xsl_xsltprocessor_get_parameter);
31 PHP_FUNCTION(xsl_xsltprocessor_remove_parameter);
32 PHP_FUNCTION(xsl_xsltprocessor_has_exslt_support);
34 PHP_FUNCTION(xsl_xsltprocessor_set_profiling);
35 PHP_FUNCTION(xsl_xsltprocessor_set_security_prefs);
[all …]
/PHP-7.4/ext/curl/
H A Dphp_curl.h77 PHP_FUNCTION(curl_close);
79 PHP_FUNCTION(curl_errno);
80 PHP_FUNCTION(curl_error);
81 PHP_FUNCTION(curl_exec);
82 PHP_FUNCTION(curl_getinfo);
83 PHP_FUNCTION(curl_init);
84 PHP_FUNCTION(curl_setopt);
86 PHP_FUNCTION(curl_version);
107 PHP_FUNCTION(curl_reset);
110 PHP_FUNCTION(curl_escape);
[all …]
/PHP-7.4/ext/snmp/
H A Dphp_snmp.h49 PHP_FUNCTION(snmpget);
50 PHP_FUNCTION(snmpgetnext);
51 PHP_FUNCTION(snmpwalk);
52 PHP_FUNCTION(snmprealwalk);
53 PHP_FUNCTION(snmpset);
59 PHP_FUNCTION(snmp2_get);
61 PHP_FUNCTION(snmp2_walk);
63 PHP_FUNCTION(snmp2_set);
65 PHP_FUNCTION(snmp3_get);
67 PHP_FUNCTION(snmp3_walk);
[all …]
/PHP-7.4/ext/intl/formatter/
H A Dformatter_attr.h22 PHP_FUNCTION( numfmt_set_attribute );
23 PHP_FUNCTION( numfmt_get_attribute );
24 PHP_FUNCTION( numfmt_set_text_attribute );
25 PHP_FUNCTION( numfmt_get_text_attribute );
26 PHP_FUNCTION( numfmt_set_symbol );
27 PHP_FUNCTION( numfmt_get_symbol );
28 PHP_FUNCTION( numfmt_set_pattern );
29 PHP_FUNCTION( numfmt_get_pattern );
30 PHP_FUNCTION( numfmt_get_locale );
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme.h23 PHP_FUNCTION(grapheme_strlen);
24 PHP_FUNCTION(grapheme_strpos);
25 PHP_FUNCTION(grapheme_stripos);
26 PHP_FUNCTION(grapheme_strrpos);
27 PHP_FUNCTION(grapheme_strripos);
28 PHP_FUNCTION(grapheme_substr);
29 PHP_FUNCTION(grapheme_strstr);
30 PHP_FUNCTION(grapheme_stristr);
31 PHP_FUNCTION(grapheme_extract);
/PHP-7.4/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h123 PHP_FUNCTION(variant_set);
124 PHP_FUNCTION(variant_add);
125 PHP_FUNCTION(variant_cat);
126 PHP_FUNCTION(variant_sub);
127 PHP_FUNCTION(variant_mul);
128 PHP_FUNCTION(variant_and);
129 PHP_FUNCTION(variant_div);
130 PHP_FUNCTION(variant_eqv);
132 PHP_FUNCTION(variant_imp);
133 PHP_FUNCTION(variant_mod);
[all …]
/PHP-7.4/ext/bcmath/
H A Dphp_bcmath.h34 PHP_FUNCTION(bcadd);
35 PHP_FUNCTION(bcsub);
36 PHP_FUNCTION(bcmul);
37 PHP_FUNCTION(bcdiv);
38 PHP_FUNCTION(bcmod);
39 PHP_FUNCTION(bcpow);
40 PHP_FUNCTION(bcsqrt);
41 PHP_FUNCTION(bccomp);
42 PHP_FUNCTION(bcscale);
43 PHP_FUNCTION(bcpowmod);
/PHP-7.4/ext/ctype/
H A Dctype.c35 static PHP_FUNCTION(ctype_alnum);
36 static PHP_FUNCTION(ctype_alpha);
37 static PHP_FUNCTION(ctype_cntrl);
38 static PHP_FUNCTION(ctype_digit);
39 static PHP_FUNCTION(ctype_lower);
40 static PHP_FUNCTION(ctype_graph);
41 static PHP_FUNCTION(ctype_print);
42 static PHP_FUNCTION(ctype_punct);
43 static PHP_FUNCTION(ctype_space);
44 static PHP_FUNCTION(ctype_upper);
[all …]
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attr.h22 PHP_FUNCTION( datefmt_get_datetype );
23 PHP_FUNCTION( datefmt_get_timetype );
24 PHP_FUNCTION( datefmt_get_locale );
25 PHP_FUNCTION( datefmt_get_pattern );
26 PHP_FUNCTION( datefmt_set_pattern );
27 PHP_FUNCTION( datefmt_is_lenient );
28 PHP_FUNCTION( datefmt_set_lenient );
H A Ddateformat_attrcpp.h20 PHP_FUNCTION(datefmt_get_timezone_id);
22 PHP_FUNCTION(datefmt_get_timezone);
24 PHP_FUNCTION(datefmt_set_timezone);
26 PHP_FUNCTION(datefmt_get_calendar);
28 PHP_FUNCTION(datefmt_set_calendar);
30 PHP_FUNCTION(datefmt_get_calendar_object);
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.h78 PHP_FUNCTION(mb_regex_encoding);
79 PHP_FUNCTION(mb_ereg);
80 PHP_FUNCTION(mb_eregi);
81 PHP_FUNCTION(mb_ereg_replace);
82 PHP_FUNCTION(mb_eregi_replace);
84 PHP_FUNCTION(mb_split);
85 PHP_FUNCTION(mb_ereg_match);
86 PHP_FUNCTION(mb_ereg_search);
87 PHP_FUNCTION(mb_ereg_search_pos);
88 PHP_FUNCTION(mb_ereg_search_regs);
[all …]
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.h22 PHP_FUNCTION( transliterator_create );
24 PHP_FUNCTION( transliterator_create_from_rules );
26 PHP_FUNCTION( transliterator_list_ids );
28 PHP_FUNCTION( transliterator_create_inverse );
30 PHP_FUNCTION( transliterator_transliterate );
34 PHP_FUNCTION( transliterator_get_error_code );
36 PHP_FUNCTION( transliterator_get_error_message );
/PHP-7.4/ext/iconv/
H A Dphp_iconv.h59 PHP_FUNCTION(ob_iconv_handler);
60 PHP_FUNCTION(iconv_get_encoding);
61 PHP_FUNCTION(iconv_set_encoding);
62 PHP_FUNCTION(iconv_strlen);
63 PHP_FUNCTION(iconv_substr);
64 PHP_FUNCTION(iconv_strpos);
65 PHP_FUNCTION(iconv_strrpos);
66 PHP_FUNCTION(iconv_mime_encode);
67 PHP_FUNCTION(iconv_mime_decode);
68 PHP_FUNCTION(iconv_mime_decode_headers);
/PHP-7.4/ext/fileinfo/
H A Dphp_fileinfo.h39 PHP_FUNCTION(finfo_open);
40 PHP_FUNCTION(finfo_close);
41 PHP_FUNCTION(finfo_set_flags);
42 PHP_FUNCTION(finfo_file);
43 PHP_FUNCTION(finfo_buffer);
44 PHP_FUNCTION(mime_content_type);
/PHP-7.4/ext/dba/
H A Dphp_dba.h130 PHP_FUNCTION(dba_open);
131 PHP_FUNCTION(dba_popen);
132 PHP_FUNCTION(dba_close);
134 PHP_FUNCTION(dba_nextkey);
135 PHP_FUNCTION(dba_replace);
136 PHP_FUNCTION(dba_insert);
137 PHP_FUNCTION(dba_delete);
138 PHP_FUNCTION(dba_exists);
139 PHP_FUNCTION(dba_fetch);
141 PHP_FUNCTION(dba_sync);
[all …]
/PHP-7.4/ext/sysvshm/
H A Dphp_sysvshm.h73 PHP_FUNCTION(shm_attach);
74 PHP_FUNCTION(shm_detach);
75 PHP_FUNCTION(shm_remove);
76 PHP_FUNCTION(shm_put_var);
77 PHP_FUNCTION(shm_get_var);
78 PHP_FUNCTION(shm_has_var);
79 PHP_FUNCTION(shm_remove_var);
/PHP-7.4/ext/shmop/
H A Dphp_shmop.h33 PHP_FUNCTION(shmop_open);
34 PHP_FUNCTION(shmop_read);
35 PHP_FUNCTION(shmop_close);
36 PHP_FUNCTION(shmop_size);
37 PHP_FUNCTION(shmop_write);
38 PHP_FUNCTION(shmop_delete);
/PHP-7.4/ext/intl/collator/
H A Dcollator_attr.h23 PHP_FUNCTION( collator_get_attribute );
24 PHP_FUNCTION( collator_set_attribute );
25 PHP_FUNCTION( collator_get_strength );
26 PHP_FUNCTION( collator_set_strength );

Completed in 56 milliseconds

12345678910>>...13