PageRenderTime 49ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/data/php_stdlib/builtins_file.idl.php

https://github.com/Tener/pfff
PHP | 99 lines | 98 code | 0 blank | 1 comment | 0 complexity | 85b6500bf917f853c5179d9dab402905 MD5 | raw file
  1. <?php
  2. // THIS IS AUTOGENERATED BY builtins_php.ml
  3. define('STDIN', 0);
  4. define('STDOUT', 0);
  5. define('STDERR', 0);
  6. function fopen($filename, $mode, $use_include_path = false, $context = null) { }
  7. function popen($command, $mode) { }
  8. function fclose($handle) { }
  9. function pclose($handle) { }
  10. function fseek($handle, $offset, $whence = k_SEEK_SET) { }
  11. function rewind($handle) { }
  12. function ftell($handle) { }
  13. function feof($handle) { }
  14. function fstat($handle) { }
  15. function fread($handle, $length) { }
  16. function fgetc($handle) { }
  17. function fgets($handle, $length = 0) { }
  18. function fgetss($handle, $length = 0, $allowable_tags = null_string) { }
  19. function fscanf($handle, $format) { }
  20. function fpassthru($handle) { }
  21. function fwrite($handle, $data, $length = 0) { }
  22. function fputs($handle, $data, $length = 0) { }
  23. function fprintf($handle, $format) { func_get_args();}
  24. function vfprintf($handle, $format, $args) { }
  25. function fflush($handle) { }
  26. function ftruncate($handle, $size) { }
  27. function flock($handle, $operation, &$wouldblock = null) { }
  28. function fputcsv($handle, $fields, $delimiter = ",", $enclosure = "\"") { }
  29. function fgetcsv($handle, $length = 0, $delimiter = ",", $enclosure = "\"") { }
  30. function file_get_contents($filename, $use_include_path = false, $context = null, $offset = 0, $maxlen = 0) { }
  31. function file_put_contents($filename, $data, $flags = 0, $context = null) { }
  32. function file($filename, $flags = 0, $context = null) { }
  33. function readfile($filename, $use_include_path = false, $context = null) { }
  34. function move_uploaded_file($filename, $destination) { }
  35. function parse_ini_file($filename, $process_sections = false, $scanner_mode = k_INI_SCANNER_NORMAL) { }
  36. function parse_ini_string($ini, $process_sections = false, $scanner_mode = k_INI_SCANNER_NORMAL) { }
  37. function parse_hdf_file($filename) { }
  38. function parse_hdf_string($input) { }
  39. function write_hdf_file($data, $filename) { }
  40. function write_hdf_string($data) { }
  41. function md5_file($filename, $raw_output = false) { }
  42. function sha1_file($filename, $raw_output = false) { }
  43. function chmod($filename, $mode) { }
  44. function chown($filename, $user) { }
  45. function lchown($filename, $user) { }
  46. function chgrp($filename, $group) { }
  47. function lchgrp($filename, $group) { }
  48. function touch($filename, $mtime = 0, $atime = 0) { }
  49. function copy($source, $dest, $context = null) { }
  50. function rename($oldname, $newname, $context = null) { }
  51. function umask($mask = null_variant) { }
  52. function unlink($filename, $context = null) { }
  53. function link($target, $link) { }
  54. function symlink($target, $link) { }
  55. function basename($path, $suffix = null_string) { }
  56. function fnmatch($pattern, $filename, $flags = 0) { }
  57. function glob($pattern, $flags = 0) { }
  58. function tempnam($dir, $prefix) { }
  59. function tmpfile() { }
  60. function fileperms($filename) { }
  61. function fileinode($filename) { }
  62. function filesize($filename) { }
  63. function fileowner($filename) { }
  64. function filegroup($filename) { }
  65. function fileatime($filename) { }
  66. function filemtime($filename) { }
  67. function filectime($filename) { }
  68. function filetype($filename) { }
  69. function linkinfo($filename) { }
  70. function is_writable($filename) { }
  71. function is_writeable($filename) { }
  72. function is_readable($filename) { }
  73. function is_executable($filename) { }
  74. function is_file($filename) { }
  75. function is_dir($filename) { }
  76. function is_link($filename) { }
  77. function is_uploaded_file($filename) { }
  78. function file_exists($filename) { }
  79. function stat($filename) { }
  80. function lstat($filename) { }
  81. function clearstatcache() { }
  82. function readlink($path) { }
  83. function realpath($path) { }
  84. function pathinfo($path, $opt = 15) { }
  85. function disk_free_space($directory) { }
  86. function diskfreespace($directory) { }
  87. function disk_total_space($directory) { }
  88. function mkdir($pathname, $mode = 0777, $recursive = false, $context = null) { }
  89. function rmdir($dirname, $context = null) { }
  90. function dirname($path) { }
  91. function getcwd() { }
  92. function chdir($directory) { }
  93. function chroot($directory) { }
  94. function dir($directory) { }
  95. function opendir($path, $context = null) { }
  96. function readdir($dir_handle) { }
  97. function rewinddir($dir_handle) { }
  98. function scandir($directory, $descending = false, $context = null) { }
  99. function closedir($dir_handle) { }