Lines Matching defs:filename
415 function highlight_file(string $filename, bool $return = false): string|bool {}
418 function show_source(string $filename, bool $return = false): string|bool {}
421 function php_strip_whitespace(string $filename): string {}
478 function is_uploaded_file(string $filename): bool {}
486 function parse_ini_file(string $filename, bool $process_sections = false, int $scanner_mode = INI_S…
594 function ftok(string $filename, string $project_id): int {}
611 function md5_file(string $filename, bool $binary = false): string|false {}
631 function sha1_file(string $filename, bool $binary = false): string|false {}
675 function headers_sent(&$filename = null, &$line = null): bool {}
1026 function get_meta_tags(string $filename, bool $use_include_path = false): array|false {}
1038 function readfile(string $filename, bool $use_include_path = false, $context = null): int|false {}
1074 function fopen(string $filename, string $mode, bool $use_include_path = false, $context = null) {}
1143 function file(string $filename, int $flags = 0, $context = null): array|false {}
1149 function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $…
1152 function unlink(string $filename, $context = null): bool {}
1155 function file_put_contents(string $filename, mixed $data, int $flags = 0, $context = null): int|fal…
1171 function fnmatch(string $pattern, string $filename, int $flags = 0): bool {}
1179 function fileatime(string $filename): int|false {}
1181 function filectime(string $filename): int|false {}
1183 function filegroup(string $filename): int|false {}
1185 function fileinode(string $filename): int|false {}
1187 function filemtime(string $filename): int|false {}
1189 function fileowner(string $filename): int|false {}
1191 function fileperms(string $filename): int|false {}
1193 function filesize(string $filename): int|false {}
1196 function filetype(string $filename): string|false {}
1198 function file_exists(string $filename): bool {}
1200 function is_writable(string $filename): bool {}
1203 function is_writeable(string $filename): bool {}
1205 function is_readable(string $filename): bool {}
1207 function is_executable(string $filename): bool {}
1209 function is_file(string $filename): bool {}
1211 function is_dir(string $filename): bool {}
1213 function is_link(string $filename): bool {}
1219 function stat(string $filename): array|false {}
1225 function lstat(string $filename): array|false {}
1227 function chown(string $filename, string|int $user): bool {}
1229 function chgrp(string $filename, string|int $group): bool {}
1232 function lchown(string $filename, string|int $user): bool {}
1234 function lchgrp(string $filename, string|int $group): bool {}
1237 function chmod(string $filename, int $permissions): bool {}
1240 function touch(string $filename, ?int $mtime = null, ?int $atime = null): bool {}
1243 function clearstatcache(bool $clear_realpath_cache = false, string $filename = ""): void {}
1313 function getimagesize(string $filename, &$image_info = null): array|false {}
1348 function iptcembed(string $iptc_data, string $filename, int $spool = 0): string|bool {}
1741 function stream_resolve_include_path(string $filename): string|false {}