Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 251 – 275 of 334) sorted by path

1...<<11121314

/PHP-5.5/ext/standard/
H A Dphp_browscap.h27 PHP_FUNCTION(get_browser);
H A Dphp_crypt.h27 PHP_FUNCTION(crypt);
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);
H A Dphp_dns.h54 PHP_FUNCTION(gethostbyaddr);
55 PHP_FUNCTION(gethostbyname);
56 PHP_FUNCTION(gethostbynamel);
59 PHP_FUNCTION(gethostname);
63 PHP_FUNCTION(dns_check_record);
66 PHP_FUNCTION(dns_get_mx);
67 PHP_FUNCTION(dns_get_record);
H A Dphp_ext_syslog.h35 PHP_FUNCTION(openlog);
36 PHP_FUNCTION(syslog);
37 PHP_FUNCTION(closelog);
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 …]
H A Dphp_ftok.h25 PHP_FUNCTION(ftok);
H A Dphp_http.h34 PHP_FUNCTION(http_build_query);
H A Dphp_image.h25 PHP_FUNCTION(getimagesize);
26 PHP_FUNCTION(getimagesizefromstring);
28 PHP_FUNCTION(image_type_to_mime_type);
29 PHP_FUNCTION(image_type_to_extension);
H A Dphp_iptc.h24 PHP_FUNCTION(iptcparse);
25 PHP_FUNCTION(iptcembed);
H A Dphp_lcg.h33 PHP_FUNCTION(lcg_value);
H A Dphp_link.h26 PHP_FUNCTION(link);
27 PHP_FUNCTION(readlink);
28 PHP_FUNCTION(linkinfo);
29 PHP_FUNCTION(symlink);
H A Dphp_mail.h24 PHP_FUNCTION(mail);
27 PHP_FUNCTION(ezmlm_hash);
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 Dphp_metaphone.h24 PHP_FUNCTION(metaphone);
H A Dphp_password.h24 PHP_FUNCTION(password_hash);
25 PHP_FUNCTION(password_verify);
26 PHP_FUNCTION(password_needs_rehash);
27 PHP_FUNCTION(password_get_info);
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_uuencode.h24 PHP_FUNCTION(convert_uudecode);
25 PHP_FUNCTION(convert_uuencode);
H A Dphp_var.h27 PHP_FUNCTION(var_dump);
28 PHP_FUNCTION(var_export);
29 PHP_FUNCTION(debug_zval_dump);
30 PHP_FUNCTION(serialize);
31 PHP_FUNCTION(unserialize);
32 PHP_FUNCTION(memory_get_usage);
33 PHP_FUNCTION(memory_get_peak_usage);
H A Dphp_versioning.h28 PHP_FUNCTION(version_compare);
H A Dproc_open.c293 PHP_FUNCTION(proc_terminate) in PHP_FUNCTION() function
323 PHP_FUNCTION(proc_close) in PHP_FUNCTION() function
343 PHP_FUNCTION(proc_get_status) in PHP_FUNCTION() function
451 PHP_FUNCTION(proc_open) in PHP_FUNCTION() function
H A Dquot_print.c203 PHP_FUNCTION(quoted_printable_decode) in PHP_FUNCTION() function
263 PHP_FUNCTION(quoted_printable_encode) in PHP_FUNCTION() function
H A Dquot_print.h27 PHP_FUNCTION(quoted_printable_decode);
28 PHP_FUNCTION(quoted_printable_encode);
H A Drand.c230 PHP_FUNCTION(srand) in PHP_FUNCTION() function
246 PHP_FUNCTION(mt_srand) in PHP_FUNCTION() function
289 PHP_FUNCTION(rand) in PHP_FUNCTION() function
310 PHP_FUNCTION(mt_rand) in PHP_FUNCTION() function
349 PHP_FUNCTION(getrandmax) in PHP_FUNCTION() function
361 PHP_FUNCTION(mt_getrandmax) in PHP_FUNCTION() function

Completed in 126 milliseconds

1...<<11121314