Lines Matching refs:flags

16 function ob_start($callback = null, int $chunk_size = 0, int $flags = PHP_OUTPUT_HANDLER_STDFLAGS):…  argument
48 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {} argument
51 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {} argument
61 function krsort(array &$array, int $flags = SORT_REGULAR): bool {} argument
63 function ksort(array &$array, int $flags = SORT_REGULAR): bool {} argument
74 function asort(array &$array, int $flags = SORT_REGULAR): bool {} argument
76 function arsort(array &$array, int $flags = SORT_REGULAR): bool {} argument
78 function sort(array &$array, int $flags = SORT_REGULAR): bool {} argument
80 function rsort(array &$array, int $flags = SORT_REGULAR): bool {} argument
116 function extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int {} argument
174 function array_unique(array $array, int $flags = SORT_STRING): array {} argument
477 function openlog(string $prefix, int $flags, int $facility): bool {} argument
517 function htmlspecialchars(string $string, int $flags = ENT_COMPAT, ?string $encoding = null, bool $… argument
519 function htmlspecialchars_decode(string $string, int $flags = ENT_COMPAT): string {} argument
521 function html_entity_decode(string $string, int $flags = ENT_COMPAT, ?string $encoding = null): str… argument
523 function htmlentities(string $string, int $flags = ENT_COMPAT, ?string $encoding = null, bool $doub… argument
525 function get_html_translation_table(int $table = HTML_SPECIALCHARS, int $flags = ENT_COMPAT, string… argument
579 function pathinfo(string $path, int $flags = PATHINFO_ALL): array|string {} argument
724 function glob(string $pattern, int $flags = 0): array|false {} argument
844 function file(string $filename, int $flags = 0, $context = null): array|false {} argument
853 function file_put_contents(string $filename, mixed $data, int $flags = 0, $context = null): int|fal… argument
864 function fnmatch(string $pattern, string $filename, int $flags = 0): bool {} argument
989 function phpinfo(int $flags = INFO_ALL): bool {} argument
993 function phpcredits(int $flags = CREDITS_ALL): bool {} argument
1242 …&$error_code = null, &$error_message = null, ?float $timeout = null, int $flags = STREAM_CLIENT_CO… argument
1250 …server(string $address, &$error_code = null, &$error_message = null, int $flags = STREAM_SERVER_BI… argument
1267 function stream_socket_recvfrom($socket, int $length, int $flags = 0, &$address = null): string|fal… argument
1270 function stream_socket_sendto($socket, string $data, int $flags = 0, string $address = ""): int|fal… argument