Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.6/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);
62 PHP_FUNCTION(date_add);
[all …]
/PHP-5.6/ext/standard/
H A Dfile.h33 PHP_FUNCTION(popen);
34 PHP_FUNCTION(pclose);
39 PHP_FUNCTION(fscanf);
48 PHP_FUNCTION(mkdir);
49 PHP_FUNCTION(rmdir);
52 PHP_FUNCTION(umask);
53 PHP_FUNCTION(rename);
54 PHP_FUNCTION(unlink);
55 PHP_FUNCTION(copy);
56 PHP_FUNCTION(file);
[all …]
H A Dexec.h24 PHP_FUNCTION(system);
25 PHP_FUNCTION(exec);
26 PHP_FUNCTION(escapeshellcmd);
27 PHP_FUNCTION(escapeshellarg);
28 PHP_FUNCTION(passthru);
29 PHP_FUNCTION(shell_exec);
30 PHP_FUNCTION(proc_open);
31 PHP_FUNCTION(proc_get_status);
32 PHP_FUNCTION(proc_close);
33 PHP_FUNCTION(proc_terminate);
[all …]
H A Dphp_dir.h27 PHP_FUNCTION(opendir);
28 PHP_FUNCTION(closedir);
29 PHP_FUNCTION(chdir);
31 PHP_FUNCTION(chroot);
33 PHP_FUNCTION(getcwd);
34 PHP_FUNCTION(rewinddir);
36 PHP_FUNCTION(getdir);
37 PHP_FUNCTION(glob);
38 PHP_FUNCTION(scandir);
/PHP-5.6/ext/mbstring/
H A Dmbstring.h94 PHP_FUNCTION(mb_language);
103 PHP_FUNCTION(mb_strlen);
104 PHP_FUNCTION(mb_strpos);
105 PHP_FUNCTION(mb_strrpos);
106 PHP_FUNCTION(mb_stripos);
107 PHP_FUNCTION(mb_strripos);
108 PHP_FUNCTION(mb_strstr);
109 PHP_FUNCTION(mb_strrchr);
110 PHP_FUNCTION(mb_stristr);
113 PHP_FUNCTION(mb_substr);
[all …]
H A Dphp_mbregex.h80 PHP_FUNCTION(mb_regex_encoding);
81 PHP_FUNCTION(mb_ereg);
82 PHP_FUNCTION(mb_eregi);
83 PHP_FUNCTION(mb_ereg_replace);
84 PHP_FUNCTION(mb_eregi_replace);
86 PHP_FUNCTION(mb_split);
87 PHP_FUNCTION(mb_ereg_match);
88 PHP_FUNCTION(mb_ereg_search);
89 PHP_FUNCTION(mb_ereg_search_pos);
90 PHP_FUNCTION(mb_ereg_search_regs);
[all …]
/PHP-5.6/ext/pcntl/
H A Dphp_pcntl.h33 PHP_FUNCTION(pcntl_alarm);
34 PHP_FUNCTION(pcntl_fork);
35 PHP_FUNCTION(pcntl_waitpid);
36 PHP_FUNCTION(pcntl_wait);
37 PHP_FUNCTION(pcntl_wifexited);
38 PHP_FUNCTION(pcntl_wifstopped);
41 PHP_FUNCTION(pcntl_wtermsig);
42 PHP_FUNCTION(pcntl_wstopsig);
43 PHP_FUNCTION(pcntl_signal);
46 PHP_FUNCTION(pcntl_strerror);
[all …]
/PHP-5.6/ext/xmlrpc/
H A Dphp_xmlrpc.h67 PHP_FUNCTION(xmlrpc_encode);
68 PHP_FUNCTION(xmlrpc_decode);
69 PHP_FUNCTION(xmlrpc_decode_request);
70 PHP_FUNCTION(xmlrpc_encode_request);
71 PHP_FUNCTION(xmlrpc_get_type);
72 PHP_FUNCTION(xmlrpc_set_type);
73 PHP_FUNCTION(xmlrpc_is_fault);
74 PHP_FUNCTION(xmlrpc_server_create);
75 PHP_FUNCTION(xmlrpc_server_destroy);
76 PHP_FUNCTION(xmlrpc_server_register_method);
[all …]
/PHP-5.6/ext/sybase_ct/
H A Dphp_sybase_ct.h38 PHP_FUNCTION(sybase_connect);
39 PHP_FUNCTION(sybase_pconnect);
40 PHP_FUNCTION(sybase_close);
41 PHP_FUNCTION(sybase_select_db);
42 PHP_FUNCTION(sybase_query);
46 PHP_FUNCTION(sybase_num_rows);
47 PHP_FUNCTION(sybase_num_fields);
48 PHP_FUNCTION(sybase_fetch_row);
52 PHP_FUNCTION(sybase_data_seek);
53 PHP_FUNCTION(sybase_result);
[all …]
/PHP-5.6/ext/curl/
H A Dphp_curl.h71 PHP_FUNCTION(curl_close);
73 PHP_FUNCTION(curl_errno);
74 PHP_FUNCTION(curl_error);
75 PHP_FUNCTION(curl_exec);
76 PHP_FUNCTION(curl_getinfo);
77 PHP_FUNCTION(curl_init);
78 PHP_FUNCTION(curl_setopt);
80 PHP_FUNCTION(curl_version);
101 PHP_FUNCTION(curl_reset);
105 PHP_FUNCTION(curl_escape);
[all …]
/PHP-5.6/ext/xsl/
H A Dxsl_fe.h27 PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet);
28 PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc);
29 PHP_FUNCTION(xsl_xsltprocessor_transform_to_uri);
30 PHP_FUNCTION(xsl_xsltprocessor_transform_to_xml);
31 PHP_FUNCTION(xsl_xsltprocessor_set_parameter);
32 PHP_FUNCTION(xsl_xsltprocessor_get_parameter);
33 PHP_FUNCTION(xsl_xsltprocessor_remove_parameter);
34 PHP_FUNCTION(xsl_xsltprocessor_has_exslt_support);
36 PHP_FUNCTION(xsl_xsltprocessor_set_profiling);
37 PHP_FUNCTION(xsl_xsltprocessor_set_security_prefs);
[all …]
/PHP-5.6/ext/xml/
H A Dphp_xml.h111 PHP_FUNCTION(xml_parser_create);
112 PHP_FUNCTION(xml_parser_create_ns);
113 PHP_FUNCTION(xml_set_object);
123 PHP_FUNCTION(xml_parse);
124 PHP_FUNCTION(xml_get_error_code);
125 PHP_FUNCTION(xml_error_string);
129 PHP_FUNCTION(xml_parser_free);
130 PHP_FUNCTION(xml_parser_set_option);
131 PHP_FUNCTION(xml_parser_get_option);
132 PHP_FUNCTION(utf8_encode);
[all …]
/PHP-5.6/ext/snmp/
H A Dphp_snmp.h51 PHP_FUNCTION(snmpget);
52 PHP_FUNCTION(snmpgetnext);
53 PHP_FUNCTION(snmpwalk);
54 PHP_FUNCTION(snmprealwalk);
55 PHP_FUNCTION(snmpset);
61 PHP_FUNCTION(snmp2_get);
63 PHP_FUNCTION(snmp2_walk);
65 PHP_FUNCTION(snmp2_set);
67 PHP_FUNCTION(snmp3_get);
69 PHP_FUNCTION(snmp3_walk);
[all …]
/PHP-5.6/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-5.6/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-5.6/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-5.6/ext/odbc/
H A Dphp_birdstep.h65 PHP_FUNCTION(birdstep_connect);
66 PHP_FUNCTION(birdstep_close);
67 PHP_FUNCTION(birdstep_exec);
68 PHP_FUNCTION(birdstep_fetch);
69 PHP_FUNCTION(birdstep_result);
70 PHP_FUNCTION(birdstep_freeresult);
71 PHP_FUNCTION(birdstep_autocommit);
73 PHP_FUNCTION(birdstep_commit);
74 PHP_FUNCTION(birdstep_rollback);
75 PHP_FUNCTION(birdstep_fieldnum);
[all …]
/PHP-5.6/ext/mssql/
H A Dphp_mssql.h106 PHP_FUNCTION(mssql_connect);
107 PHP_FUNCTION(mssql_pconnect);
108 PHP_FUNCTION(mssql_close);
109 PHP_FUNCTION(mssql_select_db);
110 PHP_FUNCTION(mssql_query);
115 PHP_FUNCTION(mssql_num_rows);
118 PHP_FUNCTION(mssql_fetch_row);
127 PHP_FUNCTION(mssql_result);
131 PHP_FUNCTION(mssql_init);
132 PHP_FUNCTION(mssql_bind);
[all …]
/PHP-5.6/ext/bcmath/
H A Dphp_bcmath.h33 PHP_FUNCTION(bcadd);
34 PHP_FUNCTION(bcsub);
35 PHP_FUNCTION(bcmul);
36 PHP_FUNCTION(bcdiv);
37 PHP_FUNCTION(bcmod);
38 PHP_FUNCTION(bcpow);
39 PHP_FUNCTION(bcsqrt);
40 PHP_FUNCTION(bccomp);
41 PHP_FUNCTION(bcscale);
42 PHP_FUNCTION(bcpowmod);
/PHP-5.6/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-5.6/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_set_timezone_id);
24 PHP_FUNCTION(datefmt_get_timezone);
26 PHP_FUNCTION(datefmt_set_timezone);
28 PHP_FUNCTION(datefmt_get_calendar);
30 PHP_FUNCTION(datefmt_set_calendar);
32 PHP_FUNCTION(datefmt_get_calendar_object);
/PHP-5.6/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-5.6/ext/sysvmsg/
H A Dphp_sysvmsg.h45 PHP_FUNCTION(msg_get_queue);
46 PHP_FUNCTION(msg_remove_queue);
47 PHP_FUNCTION(msg_stat_queue);
48 PHP_FUNCTION(msg_set_queue);
49 PHP_FUNCTION(msg_send);
50 PHP_FUNCTION(msg_receive);
51 PHP_FUNCTION(msg_queue_exists);
/PHP-5.6/ext/iconv/
H A Dphp_iconv.h58 PHP_FUNCTION(ob_iconv_handler);
59 PHP_FUNCTION(iconv_get_encoding);
60 PHP_FUNCTION(iconv_set_encoding);
61 PHP_FUNCTION(iconv_strlen);
62 PHP_FUNCTION(iconv_substr);
63 PHP_FUNCTION(iconv_strpos);
64 PHP_FUNCTION(iconv_strrpos);
65 PHP_FUNCTION(iconv_mime_encode);
66 PHP_FUNCTION(iconv_mime_decode);
67 PHP_FUNCTION(iconv_mime_decode_headers);

Completed in 52 milliseconds

12345678910>>...14