|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| class | __PHP_Incomplete_Class |
| class | AssertionError |
Enumerations | |
| enum | RoundingMode { PositiveInfinity } |
Functions | |
| set_time_limit (int $seconds) | |
| header_register_callback (callable $callback) | |
| ob_start ($callback=null, int $chunk_size=0, int $flags=PHP_OUTPUT_HANDLER_STDFLAGS) | |
| ob_flush () | |
| ob_clean () | |
| ob_end_flush () | |
| ob_end_clean () | |
| ob_get_flush () | |
| ob_get_clean () | |
| ob_get_contents () | |
| ob_get_level () | |
| ob_get_length () | |
| ob_list_handlers () | |
| ob_get_status (bool $full_status=false) | |
| ob_implicit_flush (bool $enable=true) | |
| output_reset_rewrite_vars () | |
| output_add_rewrite_var (string $name, string $value) | |
| stream_wrapper_register (string $protocol, string $class, int $flags=0) | |
| stream_register_wrapper (string $protocol, string $class, int $flags=0) | |
| stream_wrapper_unregister (string $protocol) | |
| stream_wrapper_restore (string $protocol) | |
| array_push (array &$array, mixed ... $values) | |
| krsort (array &$array, int $flags=SORT_REGULAR) | |
| ksort (array &$array, int $flags=SORT_REGULAR) | |
| count (Countable|array $value, int $mode=COUNT_NORMAL) | |
| sizeof (Countable|array $value, int $mode=COUNT_NORMAL) | |
| natsort (array &$array) | |
| natcasesort (array &$array) | |
| asort (array &$array, int $flags=SORT_REGULAR) | |
| arsort (array &$array, int $flags=SORT_REGULAR) | |
| sort (array &$array, int $flags=SORT_REGULAR) | |
| rsort (array &$array, int $flags=SORT_REGULAR) | |
| usort (array &$array, callable $callback) | |
| uasort (array &$array, callable $callback) | |
| uksort (array &$array, callable $callback) | |
| end (array|object &$array) | |
| prev (array|object &$array) | |
| next (array|object &$array) | |
| reset (array|object &$array) | |
| current (array|object $array) | |
| pos (array|object $array) | |
| key (array|object $array) | |
| min (mixed $value, mixed ... $values) | |
| max (mixed $value, mixed ... $values) | |
| array_walk (array|object &$array, callable $callback, mixed $arg=UNKNOWN) | |
| array_walk_recursive (array|object &$array, callable $callback, mixed $arg=UNKNOWN) | |
| in_array (mixed $needle, array $haystack, bool $strict=false) | |
| array_search (mixed $needle, array $haystack, bool $strict=false) | |
| extract (array &$array, int $flags=EXTR_OVERWRITE, string $prefix="") | |
| compact ($var_name,... $var_names) | |
| array_fill (int $start_index, int $count, mixed $value) | |
| array_fill_keys (array $keys, mixed $value) | |
| range (string|int|float $start, string|int|float $end, int|float $step=1) | |
| shuffle (array &$array) | |
| array_pop (array &$array) | |
| array_shift (array &$array) | |
| array_unshift (array &$array, mixed ... $values) | |
| array_splice (array &$array, int $offset, ?int $length=null, mixed $replacement=[]) | |
| array_slice (array $array, int $offset, ?int $length=null, bool $preserve_keys=false) | |
| array_merge (array ... $arrays) | |
| array_merge_recursive (array ... $arrays) | |
| array_replace (array $array, array ... $replacements) | |
| array_replace_recursive (array $array, array ... $replacements) | |
| array_keys (array $array, mixed $filter_value=UNKNOWN, bool $strict=false) | |
| array_key_first (array $array) | |
| array_key_last (array $array) | |
| array_values (array $array) | |
| array_count_values (array $array) | |
| array_column (array $array, int|string|null $column_key, int|string|null $index_key=null) | |
| array_reverse (array $array, bool $preserve_keys=false) | |
| array_pad (array $array, int $length, mixed $value) | |
| array_flip (array $array) | |
| array_change_key_case (array $array, int $case=CASE_LOWER) | |
| array_unique (array $array, int $flags=SORT_STRING) | |
| array_intersect_key (array $array, array ... $arrays) | |
| array_intersect_ukey (array $array,... $rest) | |
| array_intersect (array $array, array ... $arrays) | |
| array_uintersect (array $array,... $rest) | |
| array_intersect_assoc (array $array, array ... $arrays) | |
| array_uintersect_assoc (array $array,... $rest) | |
| array_intersect_uassoc (array $array,... $rest) | |
| array_uintersect_uassoc (array $array,... $rest) | |
| array_diff_key (array $array, array ... $arrays) | |
| array_diff_ukey (array $array,... $rest) | |
| array_diff (array $array, array ... $arrays) | |
| array_udiff (array $array,... $rest) | |
| array_diff_assoc (array $array, array ... $arrays) | |
| array_diff_uassoc (array $array,... $rest) | |
| array_udiff_assoc (array $array,... $rest) | |
| array_udiff_uassoc (array $array,... $rest) | |
| array_multisort (&$array, &... $rest) | |
| array_rand (array $array, int $num=1) | |
| array_sum (array $array) | |
| array_product (array $array) | |
| array_reduce (array $array, callable $callback, mixed $initial=null) | |
| array_filter (array $array, ?callable $callback=null, int $mode=0) | |
| array_find (array $array, callable $callback) | |
| array_find_key (array $array, callable $callback) | |
| array_any (array $array, callable $callback) | |
| array_all (array $array, callable $callback) | |
| array_map (?callable $callback, array $array, array ... $arrays) | |
| array_key_exists ($key, array $array) | |
| key_exists ($key, array $array) | |
| array_chunk (array $array, int $length, bool $preserve_keys=false) | |
| array_combine (array $keys, array $values) | |
| array_is_list (array $array) | |
| base64_encode (string $string) | |
| base64_decode (string $string, bool $strict=false) | |
| constant (string $name) | |
| ip2long (string $ip) | |
| long2ip (int $ip) | |
| getenv (?string $name=null, bool $local_only=false) | |
| putenv (string $assignment) | |
| getopt (string $short_options, array $long_options=[], &$rest_index=null) | |
| flush () | |
| sleep (int $seconds) | |
| usleep (int $microseconds) | |
| time_nanosleep (int $seconds, int $nanoseconds) | |
| time_sleep_until (float $timestamp) | |
| get_current_user () | |
| get_cfg_var (string $option) | |
| error_log (string $message, int $message_type=0, ?string $destination=null, ?string $additional_headers=null) | |
| error_get_last () | |
| error_clear_last () | |
| call_user_func (callable $callback, mixed ... $args) | |
| call_user_func_array (callable $callback, array $args) | |
| forward_static_call (callable $callback, mixed ... $args) | |
| forward_static_call_array (callable $callback, array $args) | |
| register_shutdown_function (callable $callback, mixed ... $args) | |
| highlight_file (string $filename, bool $return=false) | |
| show_source (string $filename, bool $return=false) | |
| php_strip_whitespace (string $filename) | |
| highlight_string (string $string, bool $return=false) | |
| ini_get (string $option) | |
| ini_get_all (?string $extension=null, bool $details=true) | |
| ini_set (string $option, string|int|float|bool|null $value) | |
| ini_alter (string $option, string|int|float|bool|null $value) | |
| ini_restore (string $option) | |
| ini_parse_quantity (string $shorthand) | |
| set_include_path (string $include_path) | |
| get_include_path () | |
| print_r (mixed $value, bool $return=false) | |
| connection_aborted () | |
| connection_status () | |
| ignore_user_abort (?bool $enable=null) | |
| getservbyname (string $service, string $protocol) | |
| getservbyport (int $port, string $protocol) | |
| getprotobyname (string $protocol) | |
| getprotobynumber (int $protocol) | |
| register_tick_function (callable $callback, mixed ... $args) | |
| unregister_tick_function (callable $callback) | |
| is_uploaded_file (string $filename) | |
| move_uploaded_file (string $from, string $to) | |
| parse_ini_file (string $filename, bool $process_sections=false, int $scanner_mode=INI_SCANNER_NORMAL) | |
| parse_ini_string (string $ini_string, bool $process_sections=false, int $scanner_mode=INI_SCANNER_NORMAL) | |
| config_get_hash () | |
| sys_getloadavg () | |
| get_browser (?string $user_agent=null, bool $return_array=false) | |
| crc32 (string $string) | |
| crypt (#[\SensitiveParameter] string $string, string $salt) | |
| strptime (string $timestamp, string $format) | |
| gethostname () | |
| gethostbyaddr (string $ip) | |
| gethostbyname (string $hostname) | |
| gethostbynamel (string $hostname) | |
| dns_check_record (string $hostname, string $type="MX") | |
| checkdnsrr (string $hostname, string $type="MX") | |
| dns_get_record (string $hostname, int $type=DNS_ANY, &$authoritative_name_servers=null, &$additional_records=null, bool $raw=false) | |
| dns_get_mx (string $hostname, &$hosts, &$weights=null) | |
| getmxrr (string $hostname, &$hosts, &$weights=null) | |
| net_get_interfaces () | |
| ftok (string $filename, string $project_id) | |
| hrtime (bool $as_number=false) | |
| md5 (string $string, bool $binary=false) | |
| md5_file (string $filename, bool $binary=false) | |
| getmyuid () | |
| getmygid () | |
| getmypid () | |
| getmyinode () | |
| getlastmod () | |
| sha1 (string $string, bool $binary=false) | |
| sha1_file (string $filename, bool $binary=false) | |
| openlog (string $prefix, int $flags, int $facility) | |
| closelog () | |
| syslog (int $priority, string $message) | |
| inet_ntop (string $ip) | |
| inet_pton (string $ip) | |
| metaphone (string $string, int $max_phonemes=0) | |
| header (string $header, bool $replace=true, int $response_code=0) | |
| header_remove (?string $name=null) | |
| setrawcookie (string $name, string $value="", array|int $expires_or_options=0, string $path="", string $domain="", bool $secure=false, bool $httponly=false) | |
| setcookie (string $name, string $value="", array|int $expires_or_options=0, string $path="", string $domain="", bool $secure=false, bool $httponly=false) | |
| http_response_code (int $response_code=0) | |
| headers_sent (&$filename=null, &$line=null) | |
| headers_list () | |
| htmlspecialchars (string $string, int $flags=ENT_QUOTES|ENT_SUBSTITUTE|ENT_HTML401, ?string $encoding=null, bool $double_encode=true) | |
| htmlspecialchars_decode (string $string, int $flags=ENT_QUOTES|ENT_SUBSTITUTE|ENT_HTML401) | |
| html_entity_decode (string $string, int $flags=ENT_QUOTES|ENT_SUBSTITUTE|ENT_HTML401, ?string $encoding=null) | |
| htmlentities (string $string, int $flags=ENT_QUOTES|ENT_SUBSTITUTE|ENT_HTML401, ?string $encoding=null, bool $double_encode=true) | |
| get_html_translation_table (int $table=HTML_SPECIALCHARS, int $flags=ENT_QUOTES|ENT_SUBSTITUTE|ENT_HTML401, string $encoding="UTF-8") | |
| assert (mixed $assertion, Throwable|string|null $description=null) | |
| assert_options (int $option, mixed $value=UNKNOWN) | |
| bin2hex (string $string) | |
| hex2bin (string $string) | |
| strspn (string $string, string $characters, int $offset=0, ?int $length=null) | |
| strcspn (string $string, string $characters, int $offset=0, ?int $length=null) | |
| nl_langinfo (int $item) | |
| strcoll (string $string1, string $string2) | |
| trim (string $string, string $characters=" \n\r\t\v\0") | |
| rtrim (string $string, string $characters=" \n\r\t\v\0") | |
| chop (string $string, string $characters=" \n\r\t\v\0") | |
| ltrim (string $string, string $characters=" \n\r\t\v\0") | |
| wordwrap (string $string, int $width=75, string $break="\n", bool $cut_long_words=false) | |
| explode (string $separator, string $string, int $limit=PHP_INT_MAX) | |
| implode (string|array $separator, ?array $array=null) | |
| join (string|array $separator, ?array $array=null) | |
| strtok (string $string, ?string $token=null) | |
| strtoupper (string $string) | |
| strtolower (string $string) | |
| str_increment (string $string) | |
| str_decrement (string $string) | |
| basename (string $path, string $suffix="") | |
| dirname (string $path, int $levels=1) | |
| pathinfo (string $path, int $flags=PATHINFO_ALL) | |
| stristr (string $haystack, string $needle, bool $before_needle=false) | |
| strstr (string $haystack, string $needle, bool $before_needle=false) | |
| strchr (string $haystack, string $needle, bool $before_needle=false) | |
| strpos (string $haystack, string $needle, int $offset=0) | |
| stripos (string $haystack, string $needle, int $offset=0) | |
| strrpos (string $haystack, string $needle, int $offset=0) | |
| strripos (string $haystack, string $needle, int $offset=0) | |
| strrchr (string $haystack, string $needle, bool $before_needle=false) | |
| str_contains (string $haystack, string $needle) | |
| str_starts_with (string $haystack, string $needle) | |
| str_ends_with (string $haystack, string $needle) | |
| chunk_split (string $string, int $length=76, string $separator="\r\n") | |
| substr (string $string, int $offset, ?int $length=null) | |
| substr_replace (array|string $string, array|string $replace, array|int $offset, array|int|null $length=null) | |
| quotemeta (string $string) | |
| ord (string $character) | |
| chr (int $codepoint) | |
| ucfirst (string $string) | |
| lcfirst (string $string) | |
| ucwords (string $string, string $separators=" \t\r\n\f\v") | |
| strtr (string $string, string|array $from, ?string $to=null) | |
| strrev (string $string) | |
| similar_text (string $string1, string $string2, &$percent=null) | |
| addcslashes (string $string, string $characters) | |
| addslashes (string $string) | |
| stripcslashes (string $string) | |
| stripslashes (string $string) | |
| str_replace (array|string $search, array|string $replace, string|array $subject, &$count=null) | |
| str_ireplace (array|string $search, array|string $replace, string|array $subject, &$count=null) | |
| hebrev (string $string, int $max_chars_per_line=0) | |
| nl2br (string $string, bool $use_xhtml=true) | |
| strip_tags (string $string, array|string|null $allowed_tags=null) | |
| setlocale (int $category, $locales,... $rest) | |
| parse_str (string $string, &$result) | |
| str_getcsv (string $string, string $separator=",", string $enclosure="\"", string $escape="\\") | |
| str_repeat (string $string, int $times) | |
| count_chars (string $string, int $mode=0) | |
| strnatcmp (string $string1, string $string2) | |
| localeconv () | |
| strnatcasecmp (string $string1, string $string2) | |
| substr_count (string $haystack, string $needle, int $offset=0, ?int $length=null) | |
| str_pad (string $string, int $length, string $pad_string=" ", int $pad_type=STR_PAD_RIGHT) | |
| sscanf (string $string, string $format, mixed &... $vars) | |
| str_rot13 (string $string) | |
| str_shuffle (string $string) | |
| str_word_count (string $string, int $format=0, ?string $characters=null) | |
| str_split (string $string, int $length=1) | |
| strpbrk (string $string, string $characters) | |
| substr_compare (string $haystack, string $needle, int $offset, ?int $length=null, bool $case_insensitive=false) | |
| utf8_encode (string $string) | |
| utf8_decode (string $string) | |
| opendir (string $directory, $context=null) | |
| dir (string $directory, $context=null) | |
| closedir ($dir_handle=null) | |
| chdir (string $directory) | |
| chroot (string $directory) | |
| getcwd () | |
| rewinddir ($dir_handle=null) | |
| readdir ($dir_handle=null) | |
| scandir (string $directory, int $sorting_order=SCANDIR_SORT_ASCENDING, $context=null) | |
| glob (string $pattern, int $flags=0) | |
| exec (string $command, &$output=null, &$result_code=null) | |
| system (string $command, &$result_code=null) | |
| passthru (string $command, &$result_code=null) | |
| escapeshellcmd (string $command) | |
| escapeshellarg (string $arg) | |
| shell_exec (string $command) | |
| proc_nice (int $priority) | |
| flock ($stream, int $operation, &$would_block=null) | |
| get_meta_tags (string $filename, bool $use_include_path=false) | |
| pclose ($handle) | |
| popen (string $command, string $mode) | |
| readfile (string $filename, bool $use_include_path=false, $context=null) | |
| rewind ($stream) | |
| rmdir (string $directory, $context=null) | |
| umask (?int $mask=null) | |
| fclose ($stream) | |
| feof ($stream) | |
| fgetc ($stream) | |
| fgets ($stream, ?int $length=null) | |
| fread ($stream, int $length) | |
| fopen (string $filename, string $mode, bool $use_include_path=false, $context=null) | |
| fscanf ($stream, string $format, mixed &... $vars) | |
| fpassthru ($stream) | |
| ftruncate ($stream, int $size) | |
| fstat ($stream) | |
| fseek ($stream, int $offset, int $whence=SEEK_SET) | |
| ftell ($stream) | |
| fflush ($stream) | |
| fsync ($stream) | |
| fdatasync ($stream) | |
| fwrite ($stream, string $data, ?int $length=null) | |
| fputs ($stream, string $data, ?int $length=null) | |
| mkdir (string $directory, int $permissions=0777, bool $recursive=false, $context=null) | |
| rename (string $from, string $to, $context=null) | |
| copy (string $from, string $to, $context=null) | |
| tempnam (string $directory, string $prefix) | |
| tmpfile () | |
| file (string $filename, int $flags=0, $context=null) | |
| file_get_contents (string $filename, bool $use_include_path=false, $context=null, int $offset=0, ?int $length=null) | |
| unlink (string $filename, $context=null) | |
| file_put_contents (string $filename, mixed $data, int $flags=0, $context=null) | |
| fputcsv ($stream, array $fields, string $separator=",", string $enclosure="\"", string $escape="\\", string $eol="\n") | |
| fgetcsv ($stream, ?int $length=null, string $separator=",", string $enclosure="\"", string $escape="\\") | |
| realpath (string $path) | |
| fnmatch (string $pattern, string $filename, int $flags=0) | |
| sys_get_temp_dir () | |
| fileatime (string $filename) | |
| filectime (string $filename) | |
| filegroup (string $filename) | |
| fileinode (string $filename) | |
| filemtime (string $filename) | |
| fileowner (string $filename) | |
| fileperms (string $filename) | |
| filesize (string $filename) | |
| filetype (string $filename) | |
| file_exists (string $filename) | |
| is_writable (string $filename) | |
| is_writeable (string $filename) | |
| is_readable (string $filename) | |
| is_executable (string $filename) | |
| is_file (string $filename) | |
| is_dir (string $filename) | |
| is_link (string $filename) | |
| stat (string $filename) | |
| lstat (string $filename) | |
| chown (string $filename, string|int $user) | |
| chgrp (string $filename, string|int $group) | |
| lchown (string $filename, string|int $user) | |
| lchgrp (string $filename, string|int $group) | |
| chmod (string $filename, int $permissions) | |
| touch (string $filename, ?int $mtime=null, ?int $atime=null) | |
| clearstatcache (bool $clear_realpath_cache=false, string $filename="") | |
| disk_total_space (string $directory) | |
| disk_free_space (string $directory) | |
| diskfreespace (string $directory) | |
| realpath_cache_get () | |
| realpath_cache_size () | |
| sprintf (string $format, mixed ... $values) | |
| printf (string $format, mixed ... $values) | |
| vprintf (string $format, array $values) | |
| vsprintf (string $format, array $values) | |
| fprintf ($stream, string $format, mixed ... $values) | |
| vfprintf ($stream, string $format, array $values) | |
| fsockopen (string $hostname, int $port=-1, &$error_code=null, &$error_message=null, ?float $timeout=null) | |
| pfsockopen (string $hostname, int $port=-1, &$error_code=null, &$error_message=null, ?float $timeout=null) | |
| http_build_query (array|object $data, string $numeric_prefix="", ?string $arg_separator=null, int $encoding_type=PHP_QUERY_RFC1738) | |
| http_get_last_response_headers () | |
| http_clear_last_response_headers () | |
| request_parse_body (?array $options=null) | |
| image_type_to_mime_type (int $image_type) | |
| image_type_to_extension (int $image_type, bool $include_dot=true) | |
| getimagesize (string $filename, &$image_info=null) | |
| getimagesizefromstring (string $string, &$image_info=null) | |
| phpinfo (int $flags=INFO_ALL) | |
| phpversion (?string $extension=null) | |
| phpcredits (int $flags=CREDITS_ALL) | |
| php_sapi_name () | |
| php_uname (string $mode="a") | |
| php_ini_scanned_files () | |
| php_ini_loaded_file () | |
| iptcembed (string $iptc_data, string $filename, int $spool=0) | |
| iptcparse (string $iptc_block) | |
| levenshtein (string $string1, string $string2, int $insertion_cost=1, int $replacement_cost=1, int $deletion_cost=1) | |
| readlink (string $path) | |
| linkinfo (string $path) | |
| symlink (string $target, string $link) | |
| link (string $target, string $link) | |
| mail (string $to, string $subject, string $message, array|string $additional_headers=[], string $additional_params="") | |
| abs (int|float $num) | |
| ceil (int|float $num) | |
| floor (int|float $num) | |
| round (int|float $num, int $precision=0, int|RoundingMode $mode=RoundingMode::HalfAwayFromZero) | |
| sin (float $num) | |
| cos (float $num) | |
| tan (float $num) | |
| asin (float $num) | |
| acos (float $num) | |
| atan (float $num) | |
| atanh (float $num) | |
| atan2 (float $y, float $x) | |
| sinh (float $num) | |
| cosh (float $num) | |
| tanh (float $num) | |
| asinh (float $num) | |
| acosh (float $num) | |
| expm1 (float $num) | |
| log1p (float $num) | |
| pi () | |
| is_finite (float $num) | |
| is_nan (float $num) | |
| intdiv (int $num1, int $num2) | |
| is_infinite (float $num) | |
| pow (mixed $num, mixed $exponent) | |
| exp (float $num) | |
| log (float $num, float $base=M_E) | |
| log10 (float $num) | |
| sqrt (float $num) | |
| hypot (float $x, float $y) | |
| deg2rad (float $num) | |
| rad2deg (float $num) | |
| bindec (string $binary_string) | |
| hexdec (string $hex_string) | |
| octdec (string $octal_string) | |
| decbin (int $num) | |
| decoct (int $num) | |
| dechex (int $num) | |
| base_convert (string $num, int $from_base, int $to_base) | |
| number_format (float $num, int $decimals=0, ?string $decimal_separator=".", ?string $thousands_separator=",") | |
| fmod (float $num1, float $num2) | |
| fdiv (float $num1, float $num2) | |
| fpow (float $num, float $exponent) | |
| microtime (bool $as_float=false) | |
| gettimeofday (bool $as_float=false) | |
| getrusage (int $mode=0) | |
| pack (string $format, mixed ... $values) | |
| unpack (string $format, string $string, int $offset=0) | |
| password_get_info (string $hash) | |
| password_hash (#[\SensitiveParameter] string $password, string|int|null $algo, array $options=[]) | |
| password_needs_rehash (string $hash, string|int|null $algo, array $options=[]) | |
| password_verify (#[\SensitiveParameter] string $password, string $hash) | |
| password_algos () | |
| proc_open (array|string $command, array $descriptor_spec, &$pipes, ?string $cwd=null, ?array $env_vars=null, ?array $options=null) | |
| proc_close ($process) | |
| proc_terminate ($process, int $signal=15) | |
| proc_get_status ($process) | |
| quoted_printable_decode (string $string) | |
| quoted_printable_encode (string $string) | |
| soundex (string $string) | |
| stream_select (?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microseconds=null) | |
| stream_context_create (?array $options=null, ?array $params=null) | |
| stream_context_set_params ($context, array $params) | |
| stream_context_get_params ($context) | |
| stream_context_set_option ($context, array|string $wrapper_or_options, ?string $option_name=null, mixed $value=UNKNOWN) | |
| stream_context_set_options ($context, array $options) | |
| stream_context_get_options ($stream_or_context) | |
| stream_context_get_default (?array $options=null) | |
| stream_context_set_default (array $options) | |
| stream_filter_prepend ($stream, string $filter_name, int $mode=0, mixed $params=UNKNOWN) | |
| stream_filter_append ($stream, string $filter_name, int $mode=0, mixed $params=UNKNOWN) | |
| stream_filter_remove ($stream_filter) | |
| stream_socket_client (string $address, &$error_code=null, &$error_message=null, ?float $timeout=null, int $flags=STREAM_CLIENT_CONNECT, $context=null) | |
| stream_socket_server (string $address, &$error_code=null, &$error_message=null, int $flags=STREAM_SERVER_BIND|STREAM_SERVER_LISTEN, $context=null) | |
| stream_socket_accept ($socket, ?float $timeout=null, &$peer_name=null) | |
| stream_socket_get_name ($socket, bool $remote) | |
| stream_socket_recvfrom ($socket, int $length, int $flags=0, &$address=null) | |
| stream_socket_sendto ($socket, string $data, int $flags=0, string $address="") | |
| stream_socket_enable_crypto ($stream, bool $enable, ?int $crypto_method=null, $session_stream=null) | |
| stream_socket_shutdown ($stream, int $mode) | |
| stream_socket_pair (int $domain, int $type, int $protocol) | |
| stream_copy_to_stream ($from, $to, ?int $length=null, int $offset=0) | |
| stream_get_contents ($stream, ?int $length=null, int $offset=-1) | |
| stream_supports_lock ($stream) | |
| stream_set_write_buffer ($stream, int $size) | |
| set_file_buffer ($stream, int $size) | |
| stream_set_read_buffer ($stream, int $size) | |
| stream_set_blocking ($stream, bool $enable) | |
| socket_set_blocking ($stream, bool $enable) | |
| stream_get_meta_data ($stream) | |
| socket_get_status ($stream) | |
| stream_get_line ($stream, int $length, string $ending="") | |
| stream_resolve_include_path (string $filename) | |
| stream_get_wrappers () | |
| stream_get_transports () | |
| stream_is_local ($stream) | |
| stream_isatty ($stream) | |
| sapi_windows_vt100_support ($stream, ?bool $enable=null) | |
| stream_set_chunk_size ($stream, int $size) | |
| stream_set_timeout ($stream, int $seconds, int $microseconds=0) | |
| socket_set_timeout ($stream, int $seconds, int $microseconds=0) | |
| gettype (mixed $value) | |
| get_debug_type (mixed $value) | |
| settype (mixed &$var, string $type) | |
| intval (mixed $value, int $base=10) | |
| floatval (mixed $value) | |
| doubleval (mixed $value) | |
| boolval (mixed $value) | |
| strval (mixed $value) | |
| is_null (mixed $value) | |
| is_resource (mixed $value) | |
| is_bool (mixed $value) | |
| is_int (mixed $value) | |
| is_integer (mixed $value) | |
| is_long (mixed $value) | |
| is_float (mixed $value) | |
| is_double (mixed $value) | |
| is_numeric (mixed $value) | |
| is_string (mixed $value) | |
| is_array (mixed $value) | |
| is_object (mixed $value) | |
| is_scalar (mixed $value) | |
| is_callable (mixed $value, bool $syntax_only=false, &$callable_name=null) | |
| is_iterable (mixed $value) | |
| is_countable (mixed $value) | |
| uniqid (string $prefix="", bool $more_entropy=false) | |
| parse_url (string $url, int $component=-1) | |
| urlencode (string $string) | |
| urldecode (string $string) | |
| rawurlencode (string $string) | |
| rawurldecode (string $string) | |
| get_headers (string $url, bool $associative=false, $context=null) | |
| stream_bucket_make_writeable ($brigade) | |
| stream_bucket_prepend ($brigade, StreamBucket $bucket) | |
| stream_bucket_append ($brigade, StreamBucket $bucket) | |
| stream_bucket_new ($stream, string $buffer) | |
| stream_get_filters () | |
| stream_filter_register (string $filter_name, string $class) | |
| convert_uuencode (string $string) | |
| convert_uudecode (string $string) | |
| var_dump (mixed $value, mixed ... $values) | |
| var_export (mixed $value, bool $return=false) | |
| debug_zval_dump (mixed $value, mixed ... $values) | |
| serialize (mixed $value) | |
| unserialize (string $data, array $options=[]) | |
| memory_get_usage (bool $real_usage=false) | |
| memory_get_peak_usage (bool $real_usage=false) | |
| memory_reset_peak_usage () | |
| version_compare (string $version1, string $version2, ?string $operator=null) | |
| sapi_windows_cp_set (int $codepage) | |
| sapi_windows_cp_get (string $kind="") | |
| sapi_windows_cp_conv (int|string $in_codepage, int|string $out_codepage, string $subject) | |
| sapi_windows_cp_is_utf8 () | |
| sapi_windows_set_ctrl_handler (?callable $handler, bool $add=true) | |
| sapi_windows_generate_ctrl_event (int $event, int $pid=0) | |
Variables | |
| const | EXTR_OVERWRITE = UNKNOWN |
| const | EXTR_SKIP = UNKNOWN |
| const | EXTR_PREFIX_SAME = UNKNOWN |
| const | EXTR_PREFIX_ALL = UNKNOWN |
| const | EXTR_PREFIX_INVALID = UNKNOWN |
| const | EXTR_PREFIX_IF_EXISTS = UNKNOWN |
| const | EXTR_IF_EXISTS = UNKNOWN |
| const | EXTR_REFS = UNKNOWN |
| const | SORT_ASC = UNKNOWN |
| const | SORT_DESC = UNKNOWN |
| const | SORT_REGULAR = UNKNOWN |
| const | SORT_NUMERIC = UNKNOWN |
| const | SORT_STRING = UNKNOWN |
| const | SORT_LOCALE_STRING = UNKNOWN |
| const | SORT_NATURAL = UNKNOWN |
| const | SORT_FLAG_CASE = UNKNOWN |
| const | CASE_LOWER = UNKNOWN |
| const | CASE_UPPER = UNKNOWN |
| const | COUNT_NORMAL = UNKNOWN |
| const | COUNT_RECURSIVE = UNKNOWN |
| const | ARRAY_FILTER_USE_BOTH = UNKNOWN |
| const | ARRAY_FILTER_USE_KEY = UNKNOWN |
| const | ASSERT_ACTIVE = UNKNOWN |
| const | ASSERT_CALLBACK = UNKNOWN |
| const | ASSERT_BAIL = UNKNOWN |
| const | ASSERT_WARNING = UNKNOWN |
| const | ASSERT_EXCEPTION = UNKNOWN |
| const | CONNECTION_ABORTED = UNKNOWN |
| const | CONNECTION_NORMAL = UNKNOWN |
| const | CONNECTION_TIMEOUT = UNKNOWN |
| const | INI_USER = UNKNOWN |
| const | INI_PERDIR = UNKNOWN |
| const | INI_SYSTEM = UNKNOWN |
| const | INI_ALL = UNKNOWN |
| const | INI_SCANNER_NORMAL = UNKNOWN |
| const | INI_SCANNER_RAW = UNKNOWN |
| const | INI_SCANNER_TYPED = UNKNOWN |
| const | PHP_URL_SCHEME = UNKNOWN |
| const | PHP_URL_HOST = UNKNOWN |
| const | PHP_URL_PORT = UNKNOWN |
| const | PHP_URL_USER = UNKNOWN |
| const | PHP_URL_PASS = UNKNOWN |
| const | PHP_URL_PATH = UNKNOWN |
| const | PHP_URL_QUERY = UNKNOWN |
| const | PHP_URL_FRAGMENT = UNKNOWN |
| const | PHP_QUERY_RFC1738 = UNKNOWN |
| const | PHP_QUERY_RFC3986 = UNKNOWN |
| const | M_E = 2.718281828459045 |
| const | M_LOG2E = 1.4426950408889634074 |
| const | M_LOG10E = 0.43429448190325182765 |
| const | M_LN2 = 0.69314718055994530942 |
| const | M_LN10 = 2.30258509299404568402 |
| const | M_PI = 3.14159265358979323846 |
| const | M_PI_2 = 1.57079632679489661923 |
| const | M_PI_4 = 0.78539816339744830962 |
| const | M_1_PI = 0.31830988618379067154 |
| const | M_2_PI = 0.63661977236758134308 |
| const | M_SQRTPI = 1.77245385090551602729 |
| const | M_2_SQRTPI = 1.12837916709551257390 |
| const | M_LNPI = 1.14472988584940017414 |
| const | M_EULER = 0.57721566490153286061 |
| const | M_SQRT2 = 1.41421356237309504880 |
| const | M_SQRT1_2 = 0.70710678118654752440 |
| const | M_SQRT3 = 1.73205080756887729352 |
| const | INF = UNKNOWN |
| const | NAN = UNKNOWN |
| const | PHP_ROUND_HALF_UP = UNKNOWN |
| const | PHP_ROUND_HALF_DOWN = UNKNOWN |
| const | PHP_ROUND_HALF_EVEN = UNKNOWN |
| const | PHP_ROUND_HALF_ODD = UNKNOWN |
| const | CRYPT_SALT_LENGTH = UNKNOWN |
| const | CRYPT_STD_DES = 1 |
| const | CRYPT_EXT_DES = 1 |
| const | CRYPT_MD5 = 1 |
| const | CRYPT_BLOWFISH = 1 |
| const | CRYPT_SHA256 = 1 |
| const | CRYPT_SHA512 = 1 |
| const | DNS_A = UNKNOWN |
| const | DNS_NS = UNKNOWN |
| const | DNS_CNAME = UNKNOWN |
| const | DNS_SOA = UNKNOWN |
| const | DNS_PTR = UNKNOWN |
| const | DNS_HINFO = UNKNOWN |
| const | DNS_CAA = UNKNOWN |
| const | DNS_MX = UNKNOWN |
| const | DNS_TXT = UNKNOWN |
| const | DNS_SRV = UNKNOWN |
| const | DNS_NAPTR = UNKNOWN |
| const | DNS_AAAA = UNKNOWN |
| const | DNS_A6 = UNKNOWN |
| const | DNS_ANY = UNKNOWN |
| const | DNS_ALL = UNKNOWN |
| const | HTML_SPECIALCHARS = UNKNOWN |
| const | HTML_ENTITIES = UNKNOWN |
| const | ENT_COMPAT = UNKNOWN |
| const | ENT_QUOTES = UNKNOWN |
| const | ENT_NOQUOTES = UNKNOWN |
| const | ENT_IGNORE = UNKNOWN |
| const | ENT_SUBSTITUTE = UNKNOWN |
| const | ENT_DISALLOWED = UNKNOWN |
| const | ENT_HTML401 = UNKNOWN |
| const | ENT_XML1 = UNKNOWN |
| const | ENT_XHTML = UNKNOWN |
| const | ENT_HTML5 = UNKNOWN |
| const | IMAGETYPE_GIF = UNKNOWN |
| const | IMAGETYPE_JPEG = UNKNOWN |
| const | IMAGETYPE_PNG = UNKNOWN |
| const | IMAGETYPE_SWF = UNKNOWN |
| const | IMAGETYPE_PSD = UNKNOWN |
| const | IMAGETYPE_BMP = UNKNOWN |
| const | IMAGETYPE_TIFF_II = UNKNOWN |
| const | IMAGETYPE_TIFF_MM = UNKNOWN |
| const | IMAGETYPE_JPC = UNKNOWN |
| const | IMAGETYPE_JP2 = UNKNOWN |
| const | IMAGETYPE_JPX = UNKNOWN |
| const | IMAGETYPE_JB2 = UNKNOWN |
| const | IMAGETYPE_SWC = UNKNOWN |
| const | IMAGETYPE_IFF = UNKNOWN |
| const | IMAGETYPE_WBMP = UNKNOWN |
| const | IMAGETYPE_JPEG2000 = UNKNOWN |
| const | IMAGETYPE_XBM = UNKNOWN |
| const | IMAGETYPE_ICO = UNKNOWN |
| const | IMAGETYPE_WEBP = UNKNOWN |
| const | IMAGETYPE_AVIF = UNKNOWN |
| const | IMAGETYPE_UNKNOWN = UNKNOWN |
| const | IMAGETYPE_COUNT = UNKNOWN |
| const | INFO_GENERAL = UNKNOWN |
| const | INFO_CREDITS = UNKNOWN |
| const | INFO_CONFIGURATION = UNKNOWN |
| const | INFO_MODULES = UNKNOWN |
| const | INFO_ENVIRONMENT = UNKNOWN |
| const | INFO_VARIABLES = UNKNOWN |
| const | INFO_LICENSE = UNKNOWN |
| const | INFO_ALL = UNKNOWN |
| const | CREDITS_GROUP = UNKNOWN |
| const | CREDITS_GENERAL = UNKNOWN |
| const | CREDITS_SAPI = UNKNOWN |
| const | CREDITS_MODULES = UNKNOWN |
| const | CREDITS_DOCS = UNKNOWN |
| const | CREDITS_FULLPAGE = UNKNOWN |
| const | CREDITS_QA = UNKNOWN |
| const | CREDITS_ALL = UNKNOWN |
| const | LOG_EMERG = UNKNOWN |
| const | LOG_ALERT = UNKNOWN |
| const | LOG_CRIT = UNKNOWN |
| const | LOG_ERR = UNKNOWN |
| const | LOG_WARNING = UNKNOWN |
| const | LOG_NOTICE = UNKNOWN |
| const | LOG_INFO = UNKNOWN |
| const | LOG_DEBUG = UNKNOWN |
| const | LOG_KERN = UNKNOWN |
| const | LOG_USER = UNKNOWN |
| const | LOG_MAIL = UNKNOWN |
| const | LOG_DAEMON = UNKNOWN |
| const | LOG_AUTH = UNKNOWN |
| const | LOG_SYSLOG = UNKNOWN |
| const | LOG_LPR = UNKNOWN |
| const | LOG_NEWS = UNKNOWN |
| const | LOG_UUCP = UNKNOWN |
| const | LOG_CRON = UNKNOWN |
| const | LOG_AUTHPRIV = UNKNOWN |
| const | LOG_LOCAL0 = UNKNOWN |
| const | LOG_LOCAL1 = UNKNOWN |
| const | LOG_LOCAL2 = UNKNOWN |
| const | LOG_LOCAL3 = UNKNOWN |
| const | LOG_LOCAL4 = UNKNOWN |
| const | LOG_LOCAL5 = UNKNOWN |
| const | LOG_LOCAL6 = UNKNOWN |
| const | LOG_LOCAL7 = UNKNOWN |
| const | LOG_PID = UNKNOWN |
| const | LOG_CONS = UNKNOWN |
| const | LOG_ODELAY = UNKNOWN |
| const | LOG_NDELAY = UNKNOWN |
| const | LOG_NOWAIT = UNKNOWN |
| const | LOG_PERROR = UNKNOWN |
| const | STR_PAD_LEFT = UNKNOWN |
| const | STR_PAD_RIGHT = UNKNOWN |
| const | STR_PAD_BOTH = UNKNOWN |
| const | PATHINFO_DIRNAME = UNKNOWN |
| const | PATHINFO_BASENAME = UNKNOWN |
| const | PATHINFO_EXTENSION = UNKNOWN |
| const | PATHINFO_FILENAME = UNKNOWN |
| const | PATHINFO_ALL = UNKNOWN |
| const | CHAR_MAX = UNKNOWN |
| const | LC_CTYPE = UNKNOWN |
| const | LC_NUMERIC = UNKNOWN |
| const | LC_TIME = UNKNOWN |
| const | LC_COLLATE = UNKNOWN |
| const | LC_MONETARY = UNKNOWN |
| const | LC_ALL = UNKNOWN |
| const | LC_MESSAGES = UNKNOWN |
| const | ABDAY_1 = UNKNOWN |
| const | ABDAY_2 = UNKNOWN |
| const | ABDAY_3 = UNKNOWN |
| const | ABDAY_4 = UNKNOWN |
| const | ABDAY_5 = UNKNOWN |
| const | ABDAY_6 = UNKNOWN |
| const | ABDAY_7 = UNKNOWN |
| const | DAY_1 = UNKNOWN |
| const | DAY_2 = UNKNOWN |
| const | DAY_3 = UNKNOWN |
| const | DAY_4 = UNKNOWN |
| const | DAY_5 = UNKNOWN |
| const | DAY_6 = UNKNOWN |
| const | DAY_7 = UNKNOWN |
| const | ABMON_1 = UNKNOWN |
| const | ABMON_2 = UNKNOWN |
| const | ABMON_3 = UNKNOWN |
| const | ABMON_4 = UNKNOWN |
| const | ABMON_5 = UNKNOWN |
| const | ABMON_6 = UNKNOWN |
| const | ABMON_7 = UNKNOWN |
| const | ABMON_8 = UNKNOWN |
| const | ABMON_9 = UNKNOWN |
| const | ABMON_10 = UNKNOWN |
| const | ABMON_11 = UNKNOWN |
| const | ABMON_12 = UNKNOWN |
| const | MON_1 = UNKNOWN |
| const | MON_2 = UNKNOWN |
| const | MON_3 = UNKNOWN |
| const | MON_4 = UNKNOWN |
| const | MON_5 = UNKNOWN |
| const | MON_6 = UNKNOWN |
| const | MON_7 = UNKNOWN |
| const | MON_8 = UNKNOWN |
| const | MON_9 = UNKNOWN |
| const | MON_10 = UNKNOWN |
| const | MON_11 = UNKNOWN |
| const | MON_12 = UNKNOWN |
| const | AM_STR = UNKNOWN |
| const | PM_STR = UNKNOWN |
| const | D_T_FMT = UNKNOWN |
| const | D_FMT = UNKNOWN |
| const | T_FMT = UNKNOWN |
| const | T_FMT_AMPM = UNKNOWN |
| const | ERA = UNKNOWN |
| const | ERA_YEAR = UNKNOWN |
| const | ERA_D_T_FMT = UNKNOWN |
| const | ERA_D_FMT = UNKNOWN |
| const | ERA_T_FMT = UNKNOWN |
| const | ALT_DIGITS = UNKNOWN |
| const | INT_CURR_SYMBOL = UNKNOWN |
| const | CURRENCY_SYMBOL = UNKNOWN |
| const | CRNCYSTR = UNKNOWN |
| const | MON_DECIMAL_POINT = UNKNOWN |
| const | MON_THOUSANDS_SEP = UNKNOWN |
| const | MON_GROUPING = UNKNOWN |
| const | POSITIVE_SIGN = UNKNOWN |
| const | NEGATIVE_SIGN = UNKNOWN |
| const | INT_FRAC_DIGITS = UNKNOWN |
| const | FRAC_DIGITS = UNKNOWN |
| const | P_CS_PRECEDES = UNKNOWN |
| const | P_SEP_BY_SPACE = UNKNOWN |
| const | N_CS_PRECEDES = UNKNOWN |
| const | N_SEP_BY_SPACE = UNKNOWN |
| const | P_SIGN_POSN = UNKNOWN |
| const | N_SIGN_POSN = UNKNOWN |
| const | DECIMAL_POINT = UNKNOWN |
| const | RADIXCHAR = UNKNOWN |
| const | THOUSANDS_SEP = UNKNOWN |
| const | THOUSEP = UNKNOWN |
| const | GROUPING = UNKNOWN |
| const | YESEXPR = UNKNOWN |
| const | NOEXPR = UNKNOWN |
| const | YESSTR = UNKNOWN |
| const | NOSTR = UNKNOWN |
| const | CODESET = UNKNOWN |
| enum RoundingMode |
| Enumerator | |
|---|---|
| PositiveInfinity | |
Definition at line 3128 of file basic_functions.stub.php.
| abs | ( | int|float | $num | ) |
@compile-time-eval
Definition at line 3120 of file basic_functions.stub.php.
| acos | ( | float | $num | ) |
@compile-time-eval
Definition at line 3155 of file basic_functions.stub.php.
| acosh | ( | float | $num | ) |
@compile-time-eval
Definition at line 3179 of file basic_functions.stub.php.
| addcslashes | ( | string | $string, |
| string | $characters ) |
@compile-time-eval
Definition at line 2507 of file basic_functions.stub.php.
| addslashes | ( | string | $string | ) |
@compile-time-eval
Definition at line 2512 of file basic_functions.stub.php.
| array_all | ( | array | $array, |
| callable | $callback ) |
Definition at line 1886 of file basic_functions.stub.php.
| array_any | ( | array | $array, |
| callable | $callback ) |
Definition at line 1884 of file basic_functions.stub.php.
| array_change_key_case | ( | array | $array, |
| int | $case = CASE_LOWER ) |
@compile-time-eval @refcount 1
Definition at line 1753 of file basic_functions.stub.php.
| array_chunk | ( | array | $array, |
| int | $length, | ||
| bool | $preserve_keys = false ) |
@compile-time-eval
Definition at line 1905 of file basic_functions.stub.php.
| array_column | ( | array | $array, |
| int|string|null | $column_key, | ||
| int|string|null | $index_key = null ) |
@compile-time-eval @refcount 1
Definition at line 1732 of file basic_functions.stub.php.
| array_combine | ( | array | $keys, |
| array | $values ) |
@compile-time-eval
Definition at line 1910 of file basic_functions.stub.php.
| array_count_values | ( | array | $array | ) |
Definition at line 1726 of file basic_functions.stub.php.
| array_diff | ( | array | $array, |
| array ... | $arrays ) |
@compile-time-eval
Definition at line 1823 of file basic_functions.stub.php.
| array_diff_assoc | ( | array | $array, |
| array ... | $arrays ) |
@compile-time-eval @refcount 1
Definition at line 1835 of file basic_functions.stub.php.
| array_diff_key | ( | array | $array, |
| array ... | $arrays ) |
@compile-time-eval @refcount 1
Definition at line 1812 of file basic_functions.stub.php.
| array_diff_uassoc | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1841 of file basic_functions.stub.php.
| array_diff_ukey | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1818 of file basic_functions.stub.php.
| array_fill | ( | int | $start_index, |
| int | $count, | ||
| mixed | $value ) |
Definition at line 1655 of file basic_functions.stub.php.
| array_fill_keys | ( | array | $keys, |
| mixed | $value ) |
@refcount 1
Definition at line 1658 of file basic_functions.stub.php.
| array_filter | ( | array | $array, |
| ?callable | $callback = null, | ||
| int | $mode = 0 ) |
Definition at line 1878 of file basic_functions.stub.php.
| array_find | ( | array | $array, |
| callable | $callback ) |
Definition at line 1880 of file basic_functions.stub.php.
| array_find_key | ( | array | $array, |
| callable | $callback ) |
Definition at line 1882 of file basic_functions.stub.php.
| array_flip | ( | array | $array | ) |
Definition at line 1747 of file basic_functions.stub.php.
| array_intersect | ( | array | $array, |
| array ... | $arrays ) |
@compile-time-eval @refcount 1
Definition at line 1776 of file basic_functions.stub.php.
| array_intersect_assoc | ( | array | $array, |
| array ... | $arrays ) |
@compile-time-eval @refcount 1
Definition at line 1788 of file basic_functions.stub.php.
| array_intersect_key | ( | array | $array, |
| array ... | $arrays ) |
@compile-time-eval @refcount 1
Definition at line 1764 of file basic_functions.stub.php.
| array_intersect_uassoc | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1800 of file basic_functions.stub.php.
| array_intersect_ukey | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1770 of file basic_functions.stub.php.
| array_is_list | ( | array | $array | ) |
@compile-time-eval
Definition at line 1913 of file basic_functions.stub.php.
| array_key_exists | ( | $key, | |
| array | $array ) |
| string | int | $key | @compile-time-eval |
Definition at line 1894 of file basic_functions.stub.php.
| array_key_first | ( | array | $array | ) |
@compile-time-eval
Definition at line 1708 of file basic_functions.stub.php.
| array_key_last | ( | array | $array | ) |
@compile-time-eval
Definition at line 1713 of file basic_functions.stub.php.
| array_keys | ( | array | $array, |
| mixed | $filter_value = UNKNOWN, | ||
| bool | $strict = false ) |
Definition at line 1703 of file basic_functions.stub.php.
| array_map | ( | ?callable | $callback, |
| array | $array, | ||
| array ... | $arrays ) |
Definition at line 1888 of file basic_functions.stub.php.
| array_merge | ( | array ... | $arrays | ) |
@compile-time-eval
Definition at line 1680 of file basic_functions.stub.php.
| array_merge_recursive | ( | array ... | $arrays | ) |
@compile-time-eval
Definition at line 1685 of file basic_functions.stub.php.
| array_multisort | ( | & | $array, |
| &... | $rest ) |
| array | $array | |
| array | int | $rest | @prefer-ref $array @prefer-ref $rest |
Definition at line 1861 of file basic_functions.stub.php.
| array_pad | ( | array | $array, |
| int | $length, | ||
| mixed | $value ) |
Definition at line 1740 of file basic_functions.stub.php.
| array_pop | ( | array & | $array | ) |
Definition at line 1664 of file basic_functions.stub.php.
| array_product | ( | array | $array | ) |
@compile-time-eval
Definition at line 1874 of file basic_functions.stub.php.
| array_push | ( | array & | $array, |
| mixed ... | $values ) |
Definition at line 1570 of file basic_functions.stub.php.
| array_rand | ( | array | $array, |
| int | $num = 1 ) |
Definition at line 1864 of file basic_functions.stub.php.
| array_reduce | ( | array | $array, |
| callable | $callback, | ||
| mixed | $initial = null ) |
Definition at line 1876 of file basic_functions.stub.php.
| array_replace | ( | array | $array, |
| array ... | $replacements ) |
@compile-time-eval @refcount 1
Definition at line 1691 of file basic_functions.stub.php.
| array_replace_recursive | ( | array | $array, |
| array ... | $replacements ) |
@compile-time-eval @refcount 1
Definition at line 1697 of file basic_functions.stub.php.
| array_reverse | ( | array | $array, |
| bool | $preserve_keys = false ) |
@compile-time-eval @refcount 1
Definition at line 1738 of file basic_functions.stub.php.
| array_search | ( | mixed | $needle, |
| array | $haystack, | ||
| bool | $strict = false ) |
@compile-time-eval
Definition at line 1641 of file basic_functions.stub.php.
| array_shift | ( | array & | $array | ) |
Definition at line 1666 of file basic_functions.stub.php.
| array_slice | ( | array | $array, |
| int | $offset, | ||
| ?int | $length = null, | ||
| bool | $preserve_keys = false ) |
@compile-time-eval
Definition at line 1675 of file basic_functions.stub.php.
| array_splice | ( | array & | $array, |
| int | $offset, | ||
| ?int | $length = null, | ||
| mixed | $replacement = [] ) |
Definition at line 1670 of file basic_functions.stub.php.
| array_sum | ( | array | $array | ) |
@compile-time-eval
Definition at line 1869 of file basic_functions.stub.php.
| array_udiff | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1829 of file basic_functions.stub.php.
| array_udiff_assoc | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1847 of file basic_functions.stub.php.
| array_udiff_uassoc | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1853 of file basic_functions.stub.php.
| array_uintersect | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1782 of file basic_functions.stub.php.
| array_uintersect_assoc | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1794 of file basic_functions.stub.php.
| array_uintersect_uassoc | ( | array | $array, |
| ... ) |
| array | callable | $rest | @refcount 1 |
Definition at line 1806 of file basic_functions.stub.php.
| array_unique | ( | array | $array, |
| int | $flags = SORT_STRING ) |
@compile-time-eval
Definition at line 1758 of file basic_functions.stub.php.
| array_unshift | ( | array & | $array, |
| mixed ... | $values ) |
Definition at line 1668 of file basic_functions.stub.php.
| array_values | ( | array | $array | ) |
Definition at line 1719 of file basic_functions.stub.php.
| array_walk | ( | array|object & | $array, |
| callable | $callback, | ||
| mixed | $arg = UNKNOWN ) |
Definition at line 1627 of file basic_functions.stub.php.
| array_walk_recursive | ( | array|object & | $array, |
| callable | $callback, | ||
| mixed | $arg = UNKNOWN ) |
Definition at line 1629 of file basic_functions.stub.php.
| arsort | ( | array & | $array, |
| int | $flags = SORT_REGULAR ) |
Definition at line 1588 of file basic_functions.stub.php.
| asin | ( | float | $num | ) |
@compile-time-eval
Definition at line 3152 of file basic_functions.stub.php.
| asinh | ( | float | $num | ) |
@compile-time-eval
Definition at line 3176 of file basic_functions.stub.php.
| asort | ( | array & | $array, |
| int | $flags = SORT_REGULAR ) |
Definition at line 1586 of file basic_functions.stub.php.
| assert | ( | mixed | $assertion, |
| Throwable|string|null | $description = null ) |
Definition at line 2282 of file basic_functions.stub.php.
| assert_options | ( | int | $option, |
| mixed | $value = UNKNOWN ) |
Definition at line 2285 of file basic_functions.stub.php.
| atan | ( | float | $num | ) |
@compile-time-eval
Definition at line 3158 of file basic_functions.stub.php.
| atan2 | ( | float | $y, |
| float | $x ) |
@compile-time-eval
Definition at line 3164 of file basic_functions.stub.php.
| atanh | ( | float | $num | ) |
@compile-time-eval
Definition at line 3161 of file basic_functions.stub.php.
| base64_decode | ( | string | $string, |
| bool | $strict = false ) |
@compile-time-eval @refcount 1
Definition at line 1927 of file basic_functions.stub.php.
| base64_encode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 1921 of file basic_functions.stub.php.
| base_convert | ( | string | $num, |
| int | $from_base, | ||
| int | $to_base ) |
@compile-time-eval @refcount 1
Definition at line 3258 of file basic_functions.stub.php.
| basename | ( | string | $path, |
| string | $suffix = "" ) |
@refcount 1
Definition at line 2373 of file basic_functions.stub.php.
| bin2hex | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2293 of file basic_functions.stub.php.
| bindec | ( | string | $binary_string | ) |
@compile-time-eval
Definition at line 3227 of file basic_functions.stub.php.
| boolval | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3618 of file basic_functions.stub.php.
| call_user_func | ( | callable | $callback, |
| mixed ... | $args ) |
Definition at line 1987 of file basic_functions.stub.php.
| call_user_func_array | ( | callable | $callback, |
| array | $args ) |
Definition at line 1989 of file basic_functions.stub.php.
| ceil | ( | int|float | $num | ) |
@compile-time-eval
Definition at line 3123 of file basic_functions.stub.php.
| chdir | ( | string | $directory | ) |
Definition at line 2666 of file basic_functions.stub.php.
| checkdnsrr | ( | string | $hostname, |
| string | $type = "MX" ) |
@alias dns_check_record
Definition at line 2148 of file basic_functions.stub.php.
| chgrp | ( | string | $filename, |
| string|int | $group ) |
Definition at line 2945 of file basic_functions.stub.php.
| chmod | ( | string | $filename, |
| int | $permissions ) |
Definition at line 2953 of file basic_functions.stub.php.
| chop | ( | string | $string, |
| string | $characters = " \n\r\t\v\0" ) |
@alias rtrim
Definition at line 2329 of file basic_functions.stub.php.
| chown | ( | string | $filename, |
| string|int | $user ) |
Definition at line 2943 of file basic_functions.stub.php.
| chr | ( | int | $codepoint | ) |
@compile-time-eval @refcount 1
Definition at line 2474 of file basic_functions.stub.php.
| chroot | ( | string | $directory | ) |
Definition at line 2669 of file basic_functions.stub.php.
| chunk_split | ( | string | $string, |
| int | $length = 76, | ||
| string | $separator = "\r\n" ) |
@compile-time-eval @refcount 1
Definition at line 2446 of file basic_functions.stub.php.
| clearstatcache | ( | bool | $clear_realpath_cache = false, |
| string | $filename = "" ) |
Definition at line 2959 of file basic_functions.stub.php.
| closedir | ( | $dir_handle = null | ) |
| resource | null | $dir_handle |
Definition at line 2664 of file basic_functions.stub.php.
| closelog | ( | void | ) |
Definition at line 2221 of file basic_functions.stub.php.
| compact | ( | $var_name, | |
| ... ) |
| array | string | $var_name | |
| array | string | $var_names |
Definition at line 1652 of file basic_functions.stub.php.
| config_get_hash | ( | ) |
Definition at line 2085 of file basic_functions.stub.php.
| connection_aborted | ( | ) |
Definition at line 2035 of file basic_functions.stub.php.
| connection_status | ( | ) |
Definition at line 2037 of file basic_functions.stub.php.
| constant | ( | string | $name | ) |
Definition at line 1931 of file basic_functions.stub.php.
| convert_uudecode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 3785 of file basic_functions.stub.php.
| convert_uuencode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 3779 of file basic_functions.stub.php.
| copy | ( | string | $from, |
| string | $to, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 2843 of file basic_functions.stub.php.
| cos | ( | float | $num | ) |
@compile-time-eval
Definition at line 3146 of file basic_functions.stub.php.
| cosh | ( | float | $num | ) |
@compile-time-eval
Definition at line 3170 of file basic_functions.stub.php.
| count | ( | Countable|array | $value, |
| int | $mode = COUNT_NORMAL ) |
@compile-time-eval
Definition at line 1577 of file basic_functions.stub.php.
| count_chars | ( | string | $string, |
| int | $mode = 0 ) |
Definition at line 2578 of file basic_functions.stub.php.
| crc32 | ( | string | $string | ) |
@compile-time-eval
Definition at line 2107 of file basic_functions.stub.php.
| crypt | ( | # string | $string[\SensitiveParameter], |
| string | $salt ) |
@refcount 1
Definition at line 2112 of file basic_functions.stub.php.
| current | ( | array|object | $array | ) |
Definition at line 1608 of file basic_functions.stub.php.
| debug_zval_dump | ( | mixed | $value, |
| mixed ... | $values ) |
Definition at line 3794 of file basic_functions.stub.php.
| decbin | ( | int | $num | ) |
@compile-time-eval @refcount 1
Definition at line 3239 of file basic_functions.stub.php.
| dechex | ( | int | $num | ) |
@compile-time-eval @refcount 1 @frameless-function {"arity": 1}
Definition at line 3252 of file basic_functions.stub.php.
| decoct | ( | int | $num | ) |
@compile-time-eval @refcount 1
Definition at line 3245 of file basic_functions.stub.php.
| deg2rad | ( | float | $num | ) |
@compile-time-eval
Definition at line 3221 of file basic_functions.stub.php.
| dir | ( | string | $directory, |
| $context = null ) |
| resource | null | $context | @refcount 1 |
Definition at line 2661 of file basic_functions.stub.php.
| dirname | ( | string | $path, |
| int | $levels = 1 ) |
@refcount 1 @frameless-function {"arity": 1} @frameless-function {"arity": 2}
Definition at line 2380 of file basic_functions.stub.php.
| disk_free_space | ( | string | $directory | ) |
Definition at line 2963 of file basic_functions.stub.php.
| disk_total_space | ( | string | $directory | ) |
Definition at line 2961 of file basic_functions.stub.php.
| diskfreespace | ( | string | $directory | ) |
@alias disk_free_space
Definition at line 2966 of file basic_functions.stub.php.
| dns_check_record | ( | string | $hostname, |
| string | $type = "MX" ) |
Definition at line 2145 of file basic_functions.stub.php.
| dns_get_mx | ( | string | $hostname, |
| & | $hosts, | ||
| & | $weights = null ) |
| array | $hosts | |
| array | $weights |
Definition at line 2162 of file basic_functions.stub.php.
| dns_get_record | ( | string | $hostname, |
| int | $type = DNS_ANY, | ||
| & | $authoritative_name_servers = null, | ||
| & | $additional_records = null, | ||
| bool | $raw = false ) |
| array | $authoritative_name_servers | |
| array | $additional_records |
Definition at line 2156 of file basic_functions.stub.php.
| doubleval | ( | mixed | $value | ) |
@alias floatval
Definition at line 3613 of file basic_functions.stub.php.
| end | ( | array|object & | $array | ) |
Definition at line 1600 of file basic_functions.stub.php.
| error_clear_last | ( | ) |
Definition at line 1985 of file basic_functions.stub.php.
| error_get_last | ( | ) |
Definition at line 1983 of file basic_functions.stub.php.
| error_log | ( | string | $message, |
| int | $message_type = 0, | ||
| ?string | $destination = null, | ||
| ?string | $additional_headers = null ) |
Definition at line 1977 of file basic_functions.stub.php.
| escapeshellarg | ( | string | $arg | ) |
@refcount 1
Definition at line 2721 of file basic_functions.stub.php.
| escapeshellcmd | ( | string | $command | ) |
@refcount 1
Definition at line 2718 of file basic_functions.stub.php.
| exec | ( | string | $command, |
| & | $output = null, | ||
| & | $result_code = null ) |
| array | $output | |
| int | $result_code | @refcount 1 |
Definition at line 2706 of file basic_functions.stub.php.
| exp | ( | float | $num | ) |
@compile-time-eval
Definition at line 3206 of file basic_functions.stub.php.
| explode | ( | string | $separator, |
| string | $string, | ||
| int | $limit = PHP_INT_MAX ) |
Definition at line 2345 of file basic_functions.stub.php.
| expm1 | ( | float | $num | ) |
@compile-time-eval
Definition at line 3182 of file basic_functions.stub.php.
| extract | ( | array & | $array, |
| int | $flags = EXTR_OVERWRITE, | ||
| string | $prefix = "" ) |
@prefer-ref $array
Definition at line 1644 of file basic_functions.stub.php.
| fclose | ( | $stream | ) |
| resource | $stream |
Definition at line 2765 of file basic_functions.stub.php.
| fdatasync | ( | $stream | ) |
| resource | $stream |
Definition at line 2825 of file basic_functions.stub.php.
| fdiv | ( | float | $num1, |
| float | $num2 ) |
@compile-time-eval
Definition at line 3274 of file basic_functions.stub.php.
| feof | ( | $stream | ) |
| resource | $stream |
Definition at line 2768 of file basic_functions.stub.php.
| fflush | ( | $stream | ) |
| resource | $stream |
Definition at line 2819 of file basic_functions.stub.php.
| fgetc | ( | $stream | ) |
| resource | $stream |
Definition at line 2771 of file basic_functions.stub.php.
| fgetcsv | ( | $stream, | |
| ?int | $length = null, | ||
| string | $separator = ",", | ||
| string | $enclosure = "\"", | ||
| string | $escape = "\\" ) |
| resource | $stream |
Definition at line 2881 of file basic_functions.stub.php.
| fgets | ( | $stream, | |
| ?int | $length = null ) |
| resource | $stream | @refcount 1 |
Definition at line 2777 of file basic_functions.stub.php.
| file | ( | string | $filename, |
| int | $flags = 0, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 2859 of file basic_functions.stub.php.
| file_exists | ( | string | $filename | ) |
Definition at line 2914 of file basic_functions.stub.php.
| file_get_contents | ( | string | $filename, |
| bool | $use_include_path = false, | ||
| $context = null, | |||
| int | $offset = 0, | ||
| ?int | $length = null ) |
| resource | null | $context | @refcount 1 |
Definition at line 2865 of file basic_functions.stub.php.
| file_put_contents | ( | string | $filename, |
| mixed | $data, | ||
| int | $flags = 0, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 2871 of file basic_functions.stub.php.
| fileatime | ( | string | $filename | ) |
Definition at line 2895 of file basic_functions.stub.php.
| filectime | ( | string | $filename | ) |
Definition at line 2897 of file basic_functions.stub.php.
| filegroup | ( | string | $filename | ) |
Definition at line 2899 of file basic_functions.stub.php.
| fileinode | ( | string | $filename | ) |
Definition at line 2901 of file basic_functions.stub.php.
| filemtime | ( | string | $filename | ) |
Definition at line 2903 of file basic_functions.stub.php.
| fileowner | ( | string | $filename | ) |
Definition at line 2905 of file basic_functions.stub.php.
| fileperms | ( | string | $filename | ) |
Definition at line 2907 of file basic_functions.stub.php.
| filesize | ( | string | $filename | ) |
Definition at line 2909 of file basic_functions.stub.php.
| filetype | ( | string | $filename | ) |
@refcount 1
Definition at line 2912 of file basic_functions.stub.php.
| floatval | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3610 of file basic_functions.stub.php.
| flock | ( | $stream, | |
| int | $operation, | ||
| & | $would_block = null ) |
| resource | $stream | |
| int | $would_block |
Definition at line 2736 of file basic_functions.stub.php.
| floor | ( | int|float | $num | ) |
@compile-time-eval
Definition at line 3126 of file basic_functions.stub.php.
| flush | ( | ) |
Definition at line 1955 of file basic_functions.stub.php.
| fmod | ( | float | $num1, |
| float | $num2 ) |
@compile-time-eval
Definition at line 3269 of file basic_functions.stub.php.
| fnmatch | ( | string | $pattern, |
| string | $filename, | ||
| int | $flags = 0 ) |
Definition at line 2887 of file basic_functions.stub.php.
| fopen | ( | string | $filename, |
| string | $mode, | ||
| bool | $use_include_path = false, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 2790 of file basic_functions.stub.php.
| forward_static_call | ( | callable | $callback, |
| mixed ... | $args ) |
Definition at line 1991 of file basic_functions.stub.php.
| forward_static_call_array | ( | callable | $callback, |
| array | $args ) |
Definition at line 1993 of file basic_functions.stub.php.
| fpassthru | ( | $stream | ) |
| resource | $stream |
Definition at line 2800 of file basic_functions.stub.php.
| fpow | ( | float | $num, |
| float | $exponent ) |
@compile-time-eval
Definition at line 3279 of file basic_functions.stub.php.
| fprintf | ( | $stream, | |
| string | $format, | ||
| mixed ... | $values ) |
| resource | $stream |
Definition at line 2989 of file basic_functions.stub.php.
| fputcsv | ( | $stream, | |
| array | $fields, | ||
| string | $separator = ",", | ||
| string | $enclosure = "\"", | ||
| string | $escape = "\\", | ||
| string | $eol = "\n" ) |
| resource | $stream |
Definition at line 2874 of file basic_functions.stub.php.
| fputs | ( | $stream, | |
| string | $data, | ||
| ?int | $length = null ) |
| resource | $stream | @alias fwrite |
Definition at line 2834 of file basic_functions.stub.php.
| fread | ( | $stream, | |
| int | $length ) |
| resource | $stream | @refcount 1 |
Definition at line 2783 of file basic_functions.stub.php.
| fscanf | ( | $stream, | |
| string | $format, | ||
| mixed &... | $vars ) |
| resource | $stream |
Definition at line 2797 of file basic_functions.stub.php.
| fseek | ( | $stream, | |
| int | $offset, | ||
| int | $whence = SEEK_SET ) |
| resource | $stream |
Definition at line 2813 of file basic_functions.stub.php.
| fsockopen | ( | string | $hostname, |
| int | $port = -1, | ||
| & | $error_code = null, | ||
| & | $error_message = null, | ||
| ?float | $timeout = null ) |
| int | $error_code | |
| string | $error_message |
Definition at line 3002 of file basic_functions.stub.php.
| fstat | ( | $stream | ) |
| resource | $stream |
Definition at line 2810 of file basic_functions.stub.php.
| fsync | ( | $stream | ) |
| resource | $stream |
Definition at line 2822 of file basic_functions.stub.php.
| ftell | ( | $stream | ) |
| resource | $stream |
Definition at line 2816 of file basic_functions.stub.php.
| ftok | ( | string | $filename, |
| string | $project_id ) |
Definition at line 2181 of file basic_functions.stub.php.
| ftruncate | ( | $stream, | |
| int | $size ) |
| resource | $stream |
Definition at line 2803 of file basic_functions.stub.php.
| fwrite | ( | $stream, | |
| string | $data, | ||
| ?int | $length = null ) |
| resource | $stream |
Definition at line 2828 of file basic_functions.stub.php.
| get_browser | ( | ?string | $user_agent = null, |
| bool | $return_array = false ) |
Definition at line 2102 of file basic_functions.stub.php.
| get_cfg_var | ( | string | $option | ) |
Definition at line 1975 of file basic_functions.stub.php.
| get_current_user | ( | ) |
@refcount 1
Definition at line 1972 of file basic_functions.stub.php.
| get_debug_type | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3598 of file basic_functions.stub.php.
| get_headers | ( | string | $url, |
| bool | $associative = false, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 3743 of file basic_functions.stub.php.
| get_html_translation_table | ( | int | $table = HTML_SPECIALCHARS, |
| int | $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, | ||
| string | $encoding = "UTF-8" ) |
Definition at line 2276 of file basic_functions.stub.php.
| get_include_path | ( | ) |
@refcount 1
Definition at line 2030 of file basic_functions.stub.php.
| get_meta_tags | ( | string | $filename, |
| bool | $use_include_path = false ) |
Definition at line 2742 of file basic_functions.stub.php.
| getcwd | ( | ) |
@refcount 1
Definition at line 2673 of file basic_functions.stub.php.
| getenv | ( | ?string | $name = null, |
| bool | $local_only = false ) |
Definition at line 1942 of file basic_functions.stub.php.
| gethostbyaddr | ( | string | $ip | ) |
@refcount 1
Definition at line 2133 of file basic_functions.stub.php.
| gethostbyname | ( | string | $hostname | ) |
@refcount 1
Definition at line 2136 of file basic_functions.stub.php.
| gethostbynamel | ( | string | $hostname | ) |
Definition at line 2142 of file basic_functions.stub.php.
| gethostname | ( | ) |
@refcount 1
Definition at line 2129 of file basic_functions.stub.php.
| getimagesize | ( | string | $filename, |
| & | $image_info = null ) |
| array | $image_info |
Definition at line 3046 of file basic_functions.stub.php.
| getimagesizefromstring | ( | string | $string, |
| & | $image_info = null ) |
| array | $image_info |
Definition at line 3053 of file basic_functions.stub.php.
| getlastmod | ( | ) |
Definition at line 2206 of file basic_functions.stub.php.
| getmxrr | ( | string | $hostname, |
| & | $hosts, | ||
| & | $weights = null ) |
| array | $hosts | |
| array | $weights | @alias dns_get_mx |
Definition at line 2169 of file basic_functions.stub.php.
| getmygid | ( | ) |
Definition at line 2200 of file basic_functions.stub.php.
| getmyinode | ( | ) |
Definition at line 2204 of file basic_functions.stub.php.
| getmypid | ( | ) |
Definition at line 2202 of file basic_functions.stub.php.
| getmyuid | ( | ) |
Definition at line 2198 of file basic_functions.stub.php.
| getopt | ( | string | $short_options, |
| array | $long_options = [], | ||
| & | $rest_index = null ) |
| int | $rest_index |
Definition at line 1953 of file basic_functions.stub.php.
| getprotobyname | ( | string | $protocol | ) |
Definition at line 2051 of file basic_functions.stub.php.
| getprotobynumber | ( | int | $protocol | ) |
@refcount 1
Definition at line 2056 of file basic_functions.stub.php.
| getrusage | ( | int | $mode = 0 | ) |
Definition at line 3299 of file basic_functions.stub.php.
| getservbyname | ( | string | $service, |
| string | $protocol ) |
Definition at line 2042 of file basic_functions.stub.php.
| getservbyport | ( | int | $port, |
| string | $protocol ) |
@refcount 1
Definition at line 2047 of file basic_functions.stub.php.
| gettimeofday | ( | bool | $as_float = false | ) |
Definition at line 3291 of file basic_functions.stub.php.
| gettype | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3593 of file basic_functions.stub.php.
| glob | ( | string | $pattern, |
| int | $flags = 0 ) |
Definition at line 2696 of file basic_functions.stub.php.
| header | ( | string | $header, |
| bool | $replace = true, | ||
| int | $response_code = 0 ) |
Definition at line 2238 of file basic_functions.stub.php.
| header_register_callback | ( | callable | $callback | ) |
Definition at line 1512 of file basic_functions.stub.php.
| header_remove | ( | ?string | $name = null | ) |
Definition at line 2240 of file basic_functions.stub.php.
| headers_list | ( | ) |
Definition at line 2258 of file basic_functions.stub.php.
| headers_sent | ( | & | $filename = null, |
| & | $line = null ) |
| string | $filename | |
| int | $line |
Definition at line 2252 of file basic_functions.stub.php.
| hebrev | ( | string | $string, |
| int | $max_chars_per_line = 0 ) |
@refcount 1
Definition at line 2542 of file basic_functions.stub.php.
| hex2bin | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2299 of file basic_functions.stub.php.
| hexdec | ( | string | $hex_string | ) |
@compile-time-eval
Definition at line 3230 of file basic_functions.stub.php.
| highlight_file | ( | string | $filename, |
| bool | $return = false ) |
@refcount 1
Definition at line 1998 of file basic_functions.stub.php.
| highlight_string | ( | string | $string, |
| bool | $return = false ) |
@refcount 1
Definition at line 2007 of file basic_functions.stub.php.
| hrtime | ( | bool | $as_number = false | ) |
Definition at line 2186 of file basic_functions.stub.php.
| html_entity_decode | ( | string | $string, |
| int | $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, | ||
| ?string | $encoding = null ) |
Definition at line 2267 of file basic_functions.stub.php.
| htmlentities | ( | string | $string, |
| int | $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, | ||
| ?string | $encoding = null, | ||
| bool | $double_encode = true ) |
@refcount 1
Definition at line 2270 of file basic_functions.stub.php.
| htmlspecialchars | ( | string | $string, |
| int | $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, | ||
| ?string | $encoding = null, | ||
| bool | $double_encode = true ) |
@refcount 1
Definition at line 2263 of file basic_functions.stub.php.
| htmlspecialchars_decode | ( | string | $string, |
| int | $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 ) |
Definition at line 2265 of file basic_functions.stub.php.
| http_build_query | ( | array|object | $data, |
| string | $numeric_prefix = "", | ||
| ?string | $arg_separator = null, | ||
| int | $encoding_type = PHP_QUERY_RFC1738 ) |
@refcount 1
Definition at line 3014 of file basic_functions.stub.php.
| http_clear_last_response_headers | ( | ) |
Definition at line 3018 of file basic_functions.stub.php.
| http_get_last_response_headers | ( | ) |
Definition at line 3016 of file basic_functions.stub.php.
| http_response_code | ( | int | $response_code = 0 | ) |
Definition at line 2246 of file basic_functions.stub.php.
| hypot | ( | float | $x, |
| float | $y ) |
@compile-time-eval
Definition at line 3218 of file basic_functions.stub.php.
| ignore_user_abort | ( | ?bool | $enable = null | ) |
Definition at line 2039 of file basic_functions.stub.php.
| image_type_to_extension | ( | int | $image_type, |
| bool | $include_dot = true ) |
@compile-time-eval @refcount 1
Definition at line 3039 of file basic_functions.stub.php.
| image_type_to_mime_type | ( | int | $image_type | ) |
@compile-time-eval @refcount 1
Definition at line 3033 of file basic_functions.stub.php.
| implode | ( | string|array | $separator, |
| ?array | $array = null ) |
@compile-time-eval @frameless-function {"arity": 1} @frameless-function {"arity": 2}
Definition at line 2352 of file basic_functions.stub.php.
| in_array | ( | mixed | $needle, |
| array | $haystack, | ||
| bool | $strict = false ) |
@compile-time-eval @frameless-function {"arity": 2} @frameless-function {"arity": 3}
Definition at line 1636 of file basic_functions.stub.php.
| inet_ntop | ( | string | $ip | ) |
@refcount 1
Definition at line 2227 of file basic_functions.stub.php.
| inet_pton | ( | string | $ip | ) |
@refcount 1
Definition at line 2230 of file basic_functions.stub.php.
| ini_alter | ( | string | $option, |
| string|int|float|bool|null | $value ) |
@alias ini_set
Definition at line 2020 of file basic_functions.stub.php.
| ini_get | ( | string | $option | ) |
Definition at line 2009 of file basic_functions.stub.php.
| ini_get_all | ( | ?string | $extension = null, |
| bool | $details = true ) |
Definition at line 2015 of file basic_functions.stub.php.
| ini_parse_quantity | ( | string | $shorthand | ) |
Definition at line 2024 of file basic_functions.stub.php.
| ini_restore | ( | string | $option | ) |
Definition at line 2022 of file basic_functions.stub.php.
| ini_set | ( | string | $option, |
| string|int|float|bool|null | $value ) |
Definition at line 2017 of file basic_functions.stub.php.
| intdiv | ( | int | $num1, |
| int | $num2 ) |
@compile-time-eval
Definition at line 3197 of file basic_functions.stub.php.
| intval | ( | mixed | $value, |
| int | $base = 10 ) |
@compile-time-eval
Definition at line 3605 of file basic_functions.stub.php.
| ip2long | ( | string | $ip | ) |
Definition at line 1933 of file basic_functions.stub.php.
| iptcembed | ( | string | $iptc_data, |
| string | $filename, | ||
| int | $spool = 0 ) |
@refcount 1
Definition at line 3088 of file basic_functions.stub.php.
| iptcparse | ( | string | $iptc_block | ) |
Definition at line 3094 of file basic_functions.stub.php.
| is_array | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3673 of file basic_functions.stub.php.
| is_bool | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3638 of file basic_functions.stub.php.
| is_callable | ( | mixed | $value, |
| bool | $syntax_only = false, | ||
| & | $callable_name = null ) |
| string | $callable_name |
Definition at line 3686 of file basic_functions.stub.php.
| is_countable | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3696 of file basic_functions.stub.php.
| is_dir | ( | string | $filename | ) |
Definition at line 2927 of file basic_functions.stub.php.
| is_double | ( | mixed | $value | ) |
@alias is_float
Definition at line 3657 of file basic_functions.stub.php.
| is_executable | ( | string | $filename | ) |
Definition at line 2923 of file basic_functions.stub.php.
| is_file | ( | string | $filename | ) |
Definition at line 2925 of file basic_functions.stub.php.
| is_finite | ( | float | $num | ) |
@compile-time-eval
Definition at line 3191 of file basic_functions.stub.php.
| is_float | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3654 of file basic_functions.stub.php.
| is_infinite | ( | float | $num | ) |
@compile-time-eval
Definition at line 3200 of file basic_functions.stub.php.
| is_int | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3643 of file basic_functions.stub.php.
| is_integer | ( | mixed | $value | ) |
@alias is_int
Definition at line 3646 of file basic_functions.stub.php.
| is_iterable | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3691 of file basic_functions.stub.php.
| is_link | ( | string | $filename | ) |
Definition at line 2929 of file basic_functions.stub.php.
| is_long | ( | mixed | $value | ) |
@alias is_int
Definition at line 3649 of file basic_functions.stub.php.
| is_nan | ( | float | $num | ) |
@compile-time-eval
Definition at line 3194 of file basic_functions.stub.php.
| is_null | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3628 of file basic_functions.stub.php.
| is_numeric | ( | mixed | $value | ) |
@compile-time-eval @frameless-function {"arity": 1}
Definition at line 3663 of file basic_functions.stub.php.
| is_object | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3678 of file basic_functions.stub.php.
| is_readable | ( | string | $filename | ) |
Definition at line 2921 of file basic_functions.stub.php.
| is_resource | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3633 of file basic_functions.stub.php.
| is_scalar | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3683 of file basic_functions.stub.php.
| is_string | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3668 of file basic_functions.stub.php.
| is_uploaded_file | ( | string | $filename | ) |
Definition at line 2063 of file basic_functions.stub.php.
| is_writable | ( | string | $filename | ) |
Definition at line 2916 of file basic_functions.stub.php.
| is_writeable | ( | string | $filename | ) |
@alias is_writable
Definition at line 2919 of file basic_functions.stub.php.
| join | ( | string|array | $separator, |
| ?array | $array = null ) |
@alias implode
Definition at line 2355 of file basic_functions.stub.php.
| key | ( | array|object | $array | ) |
Definition at line 1613 of file basic_functions.stub.php.
| key_exists | ( | $key, | |
| array | $array ) |
| string | int | $key | @alias array_key_exists |
Definition at line 1900 of file basic_functions.stub.php.
| krsort | ( | array & | $array, |
| int | $flags = SORT_REGULAR ) |
Definition at line 1572 of file basic_functions.stub.php.
| ksort | ( | array & | $array, |
| int | $flags = SORT_REGULAR ) |
Definition at line 1574 of file basic_functions.stub.php.
| lcfirst | ( | string | $string | ) |
@compile-time-eval
Definition at line 2480 of file basic_functions.stub.php.
| lchgrp | ( | string | $filename, |
| string|int | $group ) |
Definition at line 2950 of file basic_functions.stub.php.
| lchown | ( | string | $filename, |
| string|int | $user ) |
Definition at line 2948 of file basic_functions.stub.php.
| levenshtein | ( | string | $string1, |
| string | $string2, | ||
| int | $insertion_cost = 1, | ||
| int | $replacement_cost = 1, | ||
| int | $deletion_cost = 1 ) |
Definition at line 3098 of file basic_functions.stub.php.
| link | ( | string | $target, |
| string | $link ) |
Definition at line 3110 of file basic_functions.stub.php.
| linkinfo | ( | string | $path | ) |
Definition at line 3106 of file basic_functions.stub.php.
| localeconv | ( | ) |
Definition at line 2586 of file basic_functions.stub.php.
| log | ( | float | $num, |
| float | $base = M_E ) |
@compile-time-eval
Definition at line 3209 of file basic_functions.stub.php.
| log10 | ( | float | $num | ) |
@compile-time-eval
Definition at line 3212 of file basic_functions.stub.php.
| log1p | ( | float | $num | ) |
@compile-time-eval
Definition at line 3185 of file basic_functions.stub.php.
| long2ip | ( | int | $ip | ) |
@refcount 1
Definition at line 1936 of file basic_functions.stub.php.
| lstat | ( | string | $filename | ) |
Definition at line 2941 of file basic_functions.stub.php.
| ltrim | ( | string | $string, |
| string | $characters = " \n\r\t\v\0" ) |
@compile-time-eval
Definition at line 2332 of file basic_functions.stub.php.
| ( | string | $to, | |
| string | $subject, | ||
| string | $message, | ||
| array|string | $additional_headers = [], | ||
| string | $additional_params = "" ) |
Definition at line 3115 of file basic_functions.stub.php.
| max | ( | mixed | $value, |
| mixed ... | $values ) |
@compile-time-eval @frameless-function {"arity": 2}
Definition at line 1625 of file basic_functions.stub.php.
| md5 | ( | string | $string, |
| bool | $binary = false ) |
@refcount 1
Definition at line 2191 of file basic_functions.stub.php.
| md5_file | ( | string | $filename, |
| bool | $binary = false ) |
@refcount 1
Definition at line 2194 of file basic_functions.stub.php.
| memory_get_peak_usage | ( | bool | $real_usage = false | ) |
Definition at line 3806 of file basic_functions.stub.php.
| memory_get_usage | ( | bool | $real_usage = false | ) |
Definition at line 3804 of file basic_functions.stub.php.
| memory_reset_peak_usage | ( | ) |
Definition at line 3808 of file basic_functions.stub.php.
| metaphone | ( | string | $string, |
| int | $max_phonemes = 0 ) |
@refcount 1
Definition at line 2235 of file basic_functions.stub.php.
| microtime | ( | bool | $as_float = false | ) |
@refcount 1
Definition at line 3285 of file basic_functions.stub.php.
| min | ( | mixed | $value, |
| mixed ... | $values ) |
@compile-time-eval @frameless-function {"arity": 2}
Definition at line 1619 of file basic_functions.stub.php.
| mkdir | ( | string | $directory, |
| int | $permissions = 0777, | ||
| bool | $recursive = false, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 2837 of file basic_functions.stub.php.
| move_uploaded_file | ( | string | $from, |
| string | $to ) |
Definition at line 2065 of file basic_functions.stub.php.
| natcasesort | ( | array & | $array | ) |
Definition at line 1584 of file basic_functions.stub.php.
| natsort | ( | array & | $array | ) |
Definition at line 1582 of file basic_functions.stub.php.
| net_get_interfaces | ( | ) |
Definition at line 2175 of file basic_functions.stub.php.
| next | ( | array|object & | $array | ) |
Definition at line 1604 of file basic_functions.stub.php.
| nl2br | ( | string | $string, |
| bool | $use_xhtml = true ) |
@compile-time-eval
Definition at line 2547 of file basic_functions.stub.php.
| nl_langinfo | ( | int | $item | ) |
@refcount 1
Definition at line 2313 of file basic_functions.stub.php.
| number_format | ( | float | $num, |
| int | $decimals = 0, | ||
| ?string | $decimal_separator = ".", | ||
| ?string | $thousands_separator = "," ) |
@compile-time-eval @refcount 1
Definition at line 3264 of file basic_functions.stub.php.
| ob_clean | ( | ) |
Definition at line 1521 of file basic_functions.stub.php.
| ob_end_clean | ( | ) |
Definition at line 1525 of file basic_functions.stub.php.
| ob_end_flush | ( | ) |
Definition at line 1523 of file basic_functions.stub.php.
| ob_flush | ( | ) |
Definition at line 1519 of file basic_functions.stub.php.
| ob_get_clean | ( | ) |
@refcount 1
Definition at line 1531 of file basic_functions.stub.php.
| ob_get_contents | ( | ) |
Definition at line 1533 of file basic_functions.stub.php.
| ob_get_flush | ( | ) |
@refcount 1
Definition at line 1528 of file basic_functions.stub.php.
| ob_get_length | ( | ) |
Definition at line 1537 of file basic_functions.stub.php.
| ob_get_level | ( | ) |
Definition at line 1535 of file basic_functions.stub.php.
| ob_get_status | ( | bool | $full_status = false | ) |
Definition at line 1549 of file basic_functions.stub.php.
| ob_implicit_flush | ( | bool | $enable = true | ) |
Definition at line 1551 of file basic_functions.stub.php.
| ob_list_handlers | ( | ) |
Definition at line 1543 of file basic_functions.stub.php.
| ob_start | ( | $callback = null, | |
| int | $chunk_size = 0, | ||
| int | $flags = PHP_OUTPUT_HANDLER_STDFLAGS ) |
| callable | null | $callback |
Definition at line 1517 of file basic_functions.stub.php.
| octdec | ( | string | $octal_string | ) |
@compile-time-eval
Definition at line 3233 of file basic_functions.stub.php.
| opendir | ( | string | $directory, |
| $context = null ) |
| resource | null | $context |
Definition at line 2655 of file basic_functions.stub.php.
| openlog | ( | string | $prefix, |
| int | $flags, | ||
| int | $facility ) |
Definition at line 2219 of file basic_functions.stub.php.
| ord | ( | string | $character | ) |
@compile-time-eval
Definition at line 2468 of file basic_functions.stub.php.
| output_add_rewrite_var | ( | string | $name, |
| string | $value ) |
Definition at line 1555 of file basic_functions.stub.php.
| output_reset_rewrite_vars | ( | ) |
Definition at line 1553 of file basic_functions.stub.php.
| pack | ( | string | $format, |
| mixed ... | $values ) |
@compile-time-eval @refcount 1
Definition at line 3308 of file basic_functions.stub.php.
| parse_ini_file | ( | string | $filename, |
| bool | $process_sections = false, | ||
| int | $scanner_mode = INI_SCANNER_NORMAL ) |
Definition at line 2071 of file basic_functions.stub.php.
| parse_ini_string | ( | string | $ini_string, |
| bool | $process_sections = false, | ||
| int | $scanner_mode = INI_SCANNER_NORMAL ) |
Definition at line 2078 of file basic_functions.stub.php.
| parse_str | ( | string | $string, |
| & | $result ) |
| array | $result |
Definition at line 2562 of file basic_functions.stub.php.
| parse_url | ( | string | $url, |
| int | $component = -1 ) |
Definition at line 3712 of file basic_functions.stub.php.
| passthru | ( | string | $command, |
| & | $result_code = null ) |
| int | $result_code |
Definition at line 2715 of file basic_functions.stub.php.
| password_algos | ( | ) |
@compile-time-eval
Definition at line 3337 of file basic_functions.stub.php.
| password_get_info | ( | string | $hash | ) |
Definition at line 3323 of file basic_functions.stub.php.
| password_hash | ( | # string | $password[\SensitiveParameter], |
| string|int|null | $algo, | ||
| array | $options = [] ) |
@refcount 1
Definition at line 3328 of file basic_functions.stub.php.
| password_needs_rehash | ( | string | $hash, |
| string|int|null | $algo, | ||
| array | $options = [] ) |
Definition at line 3330 of file basic_functions.stub.php.
| password_verify | ( | # string | $password[\SensitiveParameter], |
| string | $hash ) |
Definition at line 3332 of file basic_functions.stub.php.
| pathinfo | ( | string | $path, |
| int | $flags = PATHINFO_ALL ) |
Definition at line 2386 of file basic_functions.stub.php.
| pclose | ( | $handle | ) |
| resource | $handle |
Definition at line 2745 of file basic_functions.stub.php.
| pfsockopen | ( | string | $hostname, |
| int | $port = -1, | ||
| & | $error_code = null, | ||
| & | $error_message = null, | ||
| ?float | $timeout = null ) |
| int | $error_code | |
| string | $error_message |
Definition at line 3009 of file basic_functions.stub.php.
| php_ini_loaded_file | ( | ) |
@refcount 1
Definition at line 3083 of file basic_functions.stub.php.
| php_ini_scanned_files | ( | ) |
@refcount 1
Definition at line 3080 of file basic_functions.stub.php.
| php_sapi_name | ( | ) |
@compile-time-eval @refcount 1
Definition at line 3071 of file basic_functions.stub.php.
| php_strip_whitespace | ( | string | $filename | ) |
@refcount 1
Definition at line 2004 of file basic_functions.stub.php.
| php_uname | ( | string | $mode = "a" | ) |
@compile-time-eval @refcount 1
Definition at line 3077 of file basic_functions.stub.php.
| phpcredits | ( | int | $flags = CREDITS_ALL | ) |
Definition at line 3065 of file basic_functions.stub.php.
| phpinfo | ( | int | $flags = INFO_ALL | ) |
Definition at line 3057 of file basic_functions.stub.php.
| phpversion | ( | ?string | $extension = null | ) |
@compile-time-eval @refcount 1
Definition at line 3063 of file basic_functions.stub.php.
| pi | ( | ) |
@compile-time-eval
Definition at line 3188 of file basic_functions.stub.php.
| popen | ( | string | $command, |
| string | $mode ) |
Definition at line 2751 of file basic_functions.stub.php.
| pos | ( | array|object | $array | ) |
@alias current
Definition at line 1611 of file basic_functions.stub.php.
| pow | ( | mixed | $num, |
| mixed | $exponent ) |
@compile-time-eval
Definition at line 3203 of file basic_functions.stub.php.
| prev | ( | array|object & | $array | ) |
Definition at line 1602 of file basic_functions.stub.php.
| print_r | ( | mixed | $value, |
| bool | $return = false ) |
@refcount 1
Definition at line 2033 of file basic_functions.stub.php.
| printf | ( | string | $format, |
| mixed ... | $values ) |
Definition at line 2981 of file basic_functions.stub.php.
| proc_close | ( | $process | ) |
| resource | $process |
Definition at line 3350 of file basic_functions.stub.php.
| proc_get_status | ( | $process | ) |
| resource | $process |
Definition at line 3360 of file basic_functions.stub.php.
| proc_nice | ( | int | $priority | ) |
Definition at line 2727 of file basic_functions.stub.php.
| proc_open | ( | array|string | $command, |
| array | $descriptor_spec, | ||
| & | $pipes, | ||
| ?string | $cwd = null, | ||
| ?array | $env_vars = null, | ||
| ?array | $options = null ) |
| array | $pipes |
Definition at line 3347 of file basic_functions.stub.php.
| proc_terminate | ( | $process, | |
| int | $signal = 15 ) |
| resource | $process |
Definition at line 3353 of file basic_functions.stub.php.
| putenv | ( | string | $assignment | ) |
Definition at line 1945 of file basic_functions.stub.php.
| quoted_printable_decode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 3369 of file basic_functions.stub.php.
| quoted_printable_encode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 3375 of file basic_functions.stub.php.
| quotemeta | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2465 of file basic_functions.stub.php.
| rad2deg | ( | float | $num | ) |
@compile-time-eval
Definition at line 3224 of file basic_functions.stub.php.
| range | ( | string|int|float | $start, |
| string|int|float | $end, | ||
| int|float | $step = 1 ) |
Definition at line 1660 of file basic_functions.stub.php.
| rawurldecode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 3736 of file basic_functions.stub.php.
| rawurlencode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 3730 of file basic_functions.stub.php.
| readdir | ( | $dir_handle = null | ) |
| resource | null | $dir_handle | @refcount 1 |
Definition at line 2682 of file basic_functions.stub.php.
| readfile | ( | string | $filename, |
| bool | $use_include_path = false, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 2754 of file basic_functions.stub.php.
| readlink | ( | string | $path | ) |
@refcount 1
Definition at line 3104 of file basic_functions.stub.php.
| realpath | ( | string | $path | ) |
@refcount 1
Definition at line 2884 of file basic_functions.stub.php.
| realpath_cache_get | ( | ) |
Definition at line 2972 of file basic_functions.stub.php.
| realpath_cache_size | ( | void | ) |
Definition at line 2974 of file basic_functions.stub.php.
| register_shutdown_function | ( | callable | $callback, |
| mixed ... | $args ) |
Definition at line 1995 of file basic_functions.stub.php.
| register_tick_function | ( | callable | $callback, |
| mixed ... | $args ) |
Definition at line 2059 of file basic_functions.stub.php.
| rename | ( | string | $from, |
| string | $to, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 2840 of file basic_functions.stub.php.
| request_parse_body | ( | ?array | $options = null | ) |
| array | null | $options |
Definition at line 3025 of file basic_functions.stub.php.
| reset | ( | array|object & | $array | ) |
Definition at line 1606 of file basic_functions.stub.php.
| rewind | ( | $stream | ) |
| resource | $stream |
Definition at line 2757 of file basic_functions.stub.php.
| rewinddir | ( | $dir_handle = null | ) |
| resource | null | $dir_handle |
Definition at line 2676 of file basic_functions.stub.php.
| rmdir | ( | string | $directory, |
| $context = null ) |
| resource | null | $context |
Definition at line 2760 of file basic_functions.stub.php.
| round | ( | int|float | $num, |
| int | $precision = 0, | ||
| int|RoundingMode | $mode = RoundingMode::HalfAwayFromZero ) |
@compile-time-eval
Definition at line 3140 of file basic_functions.stub.php.
| rsort | ( | array & | $array, |
| int | $flags = SORT_REGULAR ) |
Definition at line 1592 of file basic_functions.stub.php.
| rtrim | ( | string | $string, |
| string | $characters = " \n\r\t\v\0" ) |
@compile-time-eval
Definition at line 2326 of file basic_functions.stub.php.
| sapi_windows_cp_conv | ( | int|string | $in_codepage, |
| int|string | $out_codepage, | ||
| string | $subject ) |
Definition at line 3822 of file basic_functions.stub.php.
| sapi_windows_cp_get | ( | string | $kind = "" | ) |
Definition at line 3820 of file basic_functions.stub.php.
| sapi_windows_cp_is_utf8 | ( | ) |
Definition at line 3824 of file basic_functions.stub.php.
| sapi_windows_cp_set | ( | int | $codepage | ) |
Definition at line 3818 of file basic_functions.stub.php.
| sapi_windows_generate_ctrl_event | ( | int | $event, |
| int | $pid = 0 ) |
Definition at line 3828 of file basic_functions.stub.php.
| sapi_windows_set_ctrl_handler | ( | ?callable | $handler, |
| bool | $add = true ) |
Definition at line 3826 of file basic_functions.stub.php.
| sapi_windows_vt100_support | ( | $stream, | |
| ?bool | $enable = null ) |
| resource | $stream |
Definition at line 3571 of file basic_functions.stub.php.
| scandir | ( | string | $directory, |
| int | $sorting_order = SCANDIR_SORT_ASCENDING, | ||
| $context = null ) |
| resource | null | $context |
Definition at line 2689 of file basic_functions.stub.php.
| serialize | ( | mixed | $value | ) |
@compile-time-eval @refcount 1
Definition at line 3800 of file basic_functions.stub.php.
| set_file_buffer | ( | $stream, | |
| int | $size ) |
| resource | $stream | @alias stream_set_write_buffer |
Definition at line 3515 of file basic_functions.stub.php.
| set_include_path | ( | string | $include_path | ) |
@refcount 1
Definition at line 2027 of file basic_functions.stub.php.
| set_time_limit | ( | int | $seconds | ) |
Definition at line 1508 of file basic_functions.stub.php.
| setcookie | ( | string | $name, |
| string | $value = "", | ||
| array|int | $expires_or_options = 0, | ||
| string | $path = "", | ||
| string | $domain = "", | ||
| bool | $secure = false, | ||
| bool | $httponly = false ) |
Definition at line 2244 of file basic_functions.stub.php.
| setlocale | ( | int | $category, |
| $locales, | |||
| ... ) |
| array | string | $locales | |
| string | $rest |
Definition at line 2559 of file basic_functions.stub.php.
| setrawcookie | ( | string | $name, |
| string | $value = "", | ||
| array|int | $expires_or_options = 0, | ||
| string | $path = "", | ||
| string | $domain = "", | ||
| bool | $secure = false, | ||
| bool | $httponly = false ) |
Definition at line 2242 of file basic_functions.stub.php.
| settype | ( | mixed & | $var, |
| string | $type ) |
Definition at line 3600 of file basic_functions.stub.php.
| sha1 | ( | string | $string, |
| bool | $binary = false ) |
@refcount 1
Definition at line 2211 of file basic_functions.stub.php.
| sha1_file | ( | string | $filename, |
| bool | $binary = false ) |
@refcount 1
Definition at line 2214 of file basic_functions.stub.php.
| shell_exec | ( | string | $command | ) |
@refcount 1
Definition at line 2724 of file basic_functions.stub.php.
| show_source | ( | string | $filename, |
| bool | $return = false ) |
@alias highlight_file
Definition at line 2001 of file basic_functions.stub.php.
| shuffle | ( | array & | $array | ) |
Definition at line 1662 of file basic_functions.stub.php.
| similar_text | ( | string | $string1, |
| string | $string2, | ||
| & | $percent = null ) |
| float | $percent |
Definition at line 2502 of file basic_functions.stub.php.
| sin | ( | float | $num | ) |
@compile-time-eval
Definition at line 3143 of file basic_functions.stub.php.
| sinh | ( | float | $num | ) |
@compile-time-eval
Definition at line 3167 of file basic_functions.stub.php.
| sizeof | ( | Countable|array | $value, |
| int | $mode = COUNT_NORMAL ) |
@alias count
Definition at line 1580 of file basic_functions.stub.php.
| sleep | ( | int | $seconds | ) |
Definition at line 1957 of file basic_functions.stub.php.
| socket_get_status | ( | $stream | ) |
| resource | $stream |
Definition at line 3540 of file basic_functions.stub.php.
| socket_set_blocking | ( | $stream, | |
| bool | $enable ) |
| resource | $stream | @alias stream_set_blocking |
Definition at line 3527 of file basic_functions.stub.php.
| socket_set_timeout | ( | $stream, | |
| int | $seconds, | ||
| int | $microseconds = 0 ) |
| resource | $stream | @alias stream_set_timeout |
Definition at line 3585 of file basic_functions.stub.php.
| sort | ( | array & | $array, |
| int | $flags = SORT_REGULAR ) |
Definition at line 1590 of file basic_functions.stub.php.
| soundex | ( | string | $string | ) |
@refcount 1
Definition at line 3380 of file basic_functions.stub.php.
| sprintf | ( | string | $format, |
| mixed ... | $values ) |
@refcount 1
Definition at line 2979 of file basic_functions.stub.php.
| sqrt | ( | float | $num | ) |
@compile-time-eval
Definition at line 3215 of file basic_functions.stub.php.
| sscanf | ( | string | $string, |
| string | $format, | ||
| mixed &... | $vars ) |
Definition at line 2601 of file basic_functions.stub.php.
| stat | ( | string | $filename | ) |
Definition at line 2935 of file basic_functions.stub.php.
| str_contains | ( | string | $haystack, |
| string | $needle ) |
@compile-time-eval @frameless-function {"arity": 2}
Definition at line 2431 of file basic_functions.stub.php.
| str_decrement | ( | string | $string | ) |
Definition at line 2370 of file basic_functions.stub.php.
| str_ends_with | ( | string | $haystack, |
| string | $needle ) |
@compile-time-eval
Definition at line 2440 of file basic_functions.stub.php.
| str_getcsv | ( | string | $string, |
| string | $separator = ",", | ||
| string | $enclosure = "\"", | ||
| string | $escape = "\\" ) |
Definition at line 2568 of file basic_functions.stub.php.
| str_increment | ( | string | $string | ) |
Definition at line 2368 of file basic_functions.stub.php.
| str_ireplace | ( | array|string | $search, |
| array|string | $replace, | ||
| string|array | $subject, | ||
| & | $count = null ) |
| int | $count |
Definition at line 2539 of file basic_functions.stub.php.
| str_pad | ( | string | $string, |
| int | $length, | ||
| string | $pad_string = " ", | ||
| int | $pad_type = STR_PAD_RIGHT ) |
Definition at line 2595 of file basic_functions.stub.php.
| str_repeat | ( | string | $string, |
| int | $times ) |
@refcount 1
Definition at line 2571 of file basic_functions.stub.php.
| str_replace | ( | array|string | $search, |
| array|string | $replace, | ||
| string|array | $subject, | ||
| & | $count = null ) |
| int | $count |
Definition at line 2532 of file basic_functions.stub.php.
| str_rot13 | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2607 of file basic_functions.stub.php.
| str_shuffle | ( | string | $string | ) |
@refcount 1
Definition at line 2610 of file basic_functions.stub.php.
| str_split | ( | string | $string, |
| int | $length = 1 ) |
Definition at line 2622 of file basic_functions.stub.php.
| str_starts_with | ( | string | $haystack, |
| string | $needle ) |
@compile-time-eval @frameless-function {"arity": 2}
Definition at line 2437 of file basic_functions.stub.php.
| str_word_count | ( | string | $string, |
| int | $format = 0, | ||
| ?string | $characters = null ) |
Definition at line 2616 of file basic_functions.stub.php.
| strchr | ( | string | $haystack, |
| string | $needle, | ||
| bool | $before_needle = false ) |
@alias strstr
Definition at line 2403 of file basic_functions.stub.php.
| strcoll | ( | string | $string1, |
| string | $string2 ) |
Definition at line 2316 of file basic_functions.stub.php.
| strcspn | ( | string | $string, |
| string | $characters, | ||
| int | $offset = 0, | ||
| ?int | $length = null ) |
@compile-time-eval
Definition at line 2309 of file basic_functions.stub.php.
| stream_bucket_append | ( | $brigade, | |
| StreamBucket | $bucket ) |
| resource | $brigade |
Definition at line 3757 of file basic_functions.stub.php.
| stream_bucket_make_writeable | ( | $brigade | ) |
| resource | $brigade | @refcount 1 |
Definition at line 3751 of file basic_functions.stub.php.
| stream_bucket_new | ( | $stream, | |
| string | $buffer ) |
| resource | $stream | @refcount 1 |
Definition at line 3763 of file basic_functions.stub.php.
| stream_bucket_prepend | ( | $brigade, | |
| StreamBucket | $bucket ) |
| resource | $brigade |
Definition at line 3754 of file basic_functions.stub.php.
| stream_context_create | ( | ?array | $options = null, |
| ?array | $params = null ) |
Definition at line 3390 of file basic_functions.stub.php.
| stream_context_get_default | ( | ?array | $options = null | ) |
Definition at line 3415 of file basic_functions.stub.php.
| stream_context_get_options | ( | $stream_or_context | ) |
| resource | $stream_or_context |
Definition at line 3412 of file basic_functions.stub.php.
| stream_context_get_params | ( | $context | ) |
| resource | $context |
Definition at line 3400 of file basic_functions.stub.php.
| stream_context_set_default | ( | array | $options | ) |
Definition at line 3418 of file basic_functions.stub.php.
| stream_context_set_option | ( | $context, | |
| array|string | $wrapper_or_options, | ||
| ?string | $option_name = null, | ||
| mixed | $value = UNKNOWN ) |
| resource | $context |
Definition at line 3403 of file basic_functions.stub.php.
| stream_context_set_options | ( | $context, | |
| array | $options ) |
| resource | $context |
Definition at line 3406 of file basic_functions.stub.php.
| stream_context_set_params | ( | $context, | |
| array | $params ) |
| resource | $context |
Definition at line 3393 of file basic_functions.stub.php.
| stream_copy_to_stream | ( | $from, | |
| $to, | |||
| ?int | $length = null, | ||
| int | $offset = 0 ) |
| resource | $from | |
| resource | $to |
Definition at line 3497 of file basic_functions.stub.php.
| stream_filter_append | ( | $stream, | |
| string | $filter_name, | ||
| int | $mode = 0, | ||
| mixed | $params = UNKNOWN ) |
| resource | $stream |
Definition at line 3430 of file basic_functions.stub.php.
| stream_filter_prepend | ( | $stream, | |
| string | $filter_name, | ||
| int | $mode = 0, | ||
| mixed | $params = UNKNOWN ) |
| resource | $stream |
Definition at line 3424 of file basic_functions.stub.php.
| stream_filter_register | ( | string | $filter_name, |
| string | $class ) |
Definition at line 3771 of file basic_functions.stub.php.
| stream_filter_remove | ( | $stream_filter | ) |
| resource | $stream_filter |
Definition at line 3433 of file basic_functions.stub.php.
| stream_get_contents | ( | $stream, | |
| ?int | $length = null, | ||
| int | $offset = -1 ) |
| resource | $stream | @refcount 1 |
Definition at line 3503 of file basic_functions.stub.php.
| stream_get_filters | ( | ) |
Definition at line 3769 of file basic_functions.stub.php.
| stream_get_line | ( | $stream, | |
| int | $length, | ||
| string | $ending = "" ) |
| resource | $stream | @refcount 1 |
Definition at line 3546 of file basic_functions.stub.php.
| stream_get_meta_data | ( | $stream | ) |
| resource | $stream |
Definition at line 3533 of file basic_functions.stub.php.
| stream_get_transports | ( | ) |
Definition at line 3561 of file basic_functions.stub.php.
| stream_get_wrappers | ( | ) |
Definition at line 3555 of file basic_functions.stub.php.
| stream_is_local | ( | $stream | ) |
| resource | string | $stream |
Definition at line 3564 of file basic_functions.stub.php.
| stream_isatty | ( | $stream | ) |
| resource | $stream |
Definition at line 3567 of file basic_functions.stub.php.
| stream_register_wrapper | ( | string | $protocol, |
| string | $class, | ||
| int | $flags = 0 ) |
@alias stream_wrapper_register
Definition at line 1562 of file basic_functions.stub.php.
| stream_resolve_include_path | ( | string | $filename | ) |
@refcount 1
Definition at line 3549 of file basic_functions.stub.php.
| stream_select | ( | ?array & | $read, |
| ?array & | $write, | ||
| ?array & | $except, | ||
| ?int | $seconds, | ||
| ?int | $microseconds = null ) |
Definition at line 3384 of file basic_functions.stub.php.
| stream_set_blocking | ( | $stream, | |
| bool | $enable ) |
| resource | $stream |
Definition at line 3521 of file basic_functions.stub.php.
| stream_set_chunk_size | ( | $stream, | |
| int | $size ) |
| resource | $stream |
Definition at line 3575 of file basic_functions.stub.php.
| stream_set_read_buffer | ( | $stream, | |
| int | $size ) |
| resource | $stream |
Definition at line 3518 of file basic_functions.stub.php.
| stream_set_timeout | ( | $stream, | |
| int | $seconds, | ||
| int | $microseconds = 0 ) |
| resource | $stream |
Definition at line 3579 of file basic_functions.stub.php.
| stream_set_write_buffer | ( | $stream, | |
| int | $size ) |
| resource | $stream |
Definition at line 3509 of file basic_functions.stub.php.
| stream_socket_accept | ( | $socket, | |
| ?float | $timeout = null, | ||
| & | $peer_name = null ) |
| resource | $socket | |
| string | $peer_name |
Definition at line 3459 of file basic_functions.stub.php.
| stream_socket_client | ( | string | $address, |
| & | $error_code = null, | ||
| & | $error_message = null, | ||
| ?float | $timeout = null, | ||
| int | $flags = STREAM_CLIENT_CONNECT, | ||
| $context = null ) |
| int | $error_code | |
| string | $error_message | |
| resource | null | $context |
Definition at line 3442 of file basic_functions.stub.php.
| stream_socket_enable_crypto | ( | $stream, | |
| bool | $enable, | ||
| ?int | $crypto_method = null, | ||
| $session_stream = null ) |
| resource | $stream | |
| resource | null | $session_stream |
Definition at line 3478 of file basic_functions.stub.php.
| stream_socket_get_name | ( | $socket, | |
| bool | $remote ) |
| resource | $socket |
Definition at line 3462 of file basic_functions.stub.php.
| stream_socket_pair | ( | int | $domain, |
| int | $type, | ||
| int | $protocol ) |
Definition at line 3490 of file basic_functions.stub.php.
| stream_socket_recvfrom | ( | $socket, | |
| int | $length, | ||
| int | $flags = 0, | ||
| & | $address = null ) |
| resource | $socket | |
| string | null | $address | @refcount 1 |
Definition at line 3469 of file basic_functions.stub.php.
| stream_socket_sendto | ( | $socket, | |
| string | $data, | ||
| int | $flags = 0, | ||
| string | $address = "" ) |
| resource | $socket |
Definition at line 3472 of file basic_functions.stub.php.
| stream_socket_server | ( | string | $address, |
| & | $error_code = null, | ||
| & | $error_message = null, | ||
| int | $flags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN, | ||
| $context = null ) |
| int | $error_code | |
| string | $error_message | |
| resource | null | $context |
Definition at line 3451 of file basic_functions.stub.php.
| stream_socket_shutdown | ( | $stream, | |
| int | $mode ) |
| resource | $stream |
Definition at line 3482 of file basic_functions.stub.php.
| stream_supports_lock | ( | $stream | ) |
| resource | $stream |
Definition at line 3506 of file basic_functions.stub.php.
| stream_wrapper_register | ( | string | $protocol, |
| string | $class, | ||
| int | $flags = 0 ) |
Definition at line 1559 of file basic_functions.stub.php.
| stream_wrapper_restore | ( | string | $protocol | ) |
Definition at line 1566 of file basic_functions.stub.php.
| stream_wrapper_unregister | ( | string | $protocol | ) |
Definition at line 1564 of file basic_functions.stub.php.
| strip_tags | ( | string | $string, |
| array|string|null | $allowed_tags = null ) |
@compile-time-eval @refcount 1
Definition at line 2553 of file basic_functions.stub.php.
| stripcslashes | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2518 of file basic_functions.stub.php.
| stripos | ( | string | $haystack, |
| string | $needle, | ||
| int | $offset = 0 ) |
@compile-time-eval
Definition at line 2413 of file basic_functions.stub.php.
| stripslashes | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2524 of file basic_functions.stub.php.
| stristr | ( | string | $haystack, |
| string | $needle, | ||
| bool | $before_needle = false ) |
@compile-time-eval @refcount 1
Definition at line 2392 of file basic_functions.stub.php.
| strnatcasecmp | ( | string | $string1, |
| string | $string2 ) |
Definition at line 2588 of file basic_functions.stub.php.
| strnatcmp | ( | string | $string1, |
| string | $string2 ) |
Definition at line 2580 of file basic_functions.stub.php.
| strpbrk | ( | string | $string, |
| string | $characters ) |
@compile-time-eval @refcount 1
Definition at line 2628 of file basic_functions.stub.php.
| strpos | ( | string | $haystack, |
| string | $needle, | ||
| int | $offset = 0 ) |
@compile-time-eval @frameless-function {"arity": 2} @frameless-function {"arity": 3}
Definition at line 2410 of file basic_functions.stub.php.
| strptime | ( | string | $timestamp, |
| string | $format ) |
Definition at line 2122 of file basic_functions.stub.php.
| strrchr | ( | string | $haystack, |
| string | $needle, | ||
| bool | $before_needle = false ) |
@compile-time-eval @refcount 1
Definition at line 2425 of file basic_functions.stub.php.
| strrev | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2499 of file basic_functions.stub.php.
| strripos | ( | string | $haystack, |
| string | $needle, | ||
| int | $offset = 0 ) |
@compile-time-eval
Definition at line 2419 of file basic_functions.stub.php.
| strrpos | ( | string | $haystack, |
| string | $needle, | ||
| int | $offset = 0 ) |
@compile-time-eval
Definition at line 2416 of file basic_functions.stub.php.
| strspn | ( | string | $string, |
| string | $characters, | ||
| int | $offset = 0, | ||
| ?int | $length = null ) |
@compile-time-eval
Definition at line 2304 of file basic_functions.stub.php.
| strstr | ( | string | $haystack, |
| string | $needle, | ||
| bool | $before_needle = false ) |
@compile-time-eval @refcount 1 @frameless-function {"arity": 2} @frameless-function {"arity": 3}
Definition at line 2400 of file basic_functions.stub.php.
| strtok | ( | string | $string, |
| ?string | $token = null ) |
@refcount 1
Definition at line 2360 of file basic_functions.stub.php.
| strtolower | ( | string | $string | ) |
@compile-time-eval
Definition at line 2366 of file basic_functions.stub.php.
| strtoupper | ( | string | $string | ) |
@compile-time-eval
Definition at line 2363 of file basic_functions.stub.php.
| strtr | ( | string | $string, |
| string|array | $from, | ||
| ?string | $to = null ) |
@compile-time-eval @frameless-function {"arity": 2} @frameless-function {"arity": 3}
Definition at line 2493 of file basic_functions.stub.php.
| strval | ( | mixed | $value | ) |
@compile-time-eval
Definition at line 3623 of file basic_functions.stub.php.
| substr | ( | string | $string, |
| int | $offset, | ||
| ?int | $length = null ) |
@compile-time-eval @frameless-function {"arity": 2} @frameless-function {"arity": 3}
Definition at line 2453 of file basic_functions.stub.php.
| substr_compare | ( | string | $haystack, |
| string | $needle, | ||
| int | $offset, | ||
| ?int | $length = null, | ||
| bool | $case_insensitive = false ) |
@compile-time-eval
Definition at line 2633 of file basic_functions.stub.php.
| substr_count | ( | string | $haystack, |
| string | $needle, | ||
| int | $offset = 0, | ||
| ?int | $length = null ) |
@compile-time-eval
Definition at line 2593 of file basic_functions.stub.php.
| substr_replace | ( | array|string | $string, |
| array|string | $replace, | ||
| array|int | $offset, | ||
| array|int|null | $length = null ) |
Definition at line 2459 of file basic_functions.stub.php.
| symlink | ( | string | $target, |
| string | $link ) |
Definition at line 3108 of file basic_functions.stub.php.
| sys_get_temp_dir | ( | ) |
@refcount 1
Definition at line 2891 of file basic_functions.stub.php.
| sys_getloadavg | ( | ) |
Definition at line 2093 of file basic_functions.stub.php.
| syslog | ( | int | $priority, |
| string | $message ) |
Definition at line 2223 of file basic_functions.stub.php.
| system | ( | string | $command, |
| & | $result_code = null ) |
| int | $result_code | @refcount 1 |
Definition at line 2712 of file basic_functions.stub.php.
| tan | ( | float | $num | ) |
@compile-time-eval
Definition at line 3149 of file basic_functions.stub.php.
| tanh | ( | float | $num | ) |
@compile-time-eval
Definition at line 3173 of file basic_functions.stub.php.
| tempnam | ( | string | $directory, |
| string | $prefix ) |
@refcount 1
Definition at line 2846 of file basic_functions.stub.php.
| time_nanosleep | ( | int | $seconds, |
| int | $nanoseconds ) |
Definition at line 1966 of file basic_functions.stub.php.
| time_sleep_until | ( | float | $timestamp | ) |
Definition at line 1968 of file basic_functions.stub.php.
| tmpfile | ( | ) |
Definition at line 2852 of file basic_functions.stub.php.
| touch | ( | string | $filename, |
| ?int | $mtime = null, | ||
| ?int | $atime = null ) |
Definition at line 2956 of file basic_functions.stub.php.
| trim | ( | string | $string, |
| string | $characters = " \n\r\t\v\0" ) |
@compile-time-eval @frameless-function {"arity": 1} @frameless-function {"arity": 2}
Definition at line 2323 of file basic_functions.stub.php.
| uasort | ( | array & | $array, |
| callable | $callback ) |
Definition at line 1596 of file basic_functions.stub.php.
| ucfirst | ( | string | $string | ) |
@compile-time-eval
Definition at line 2477 of file basic_functions.stub.php.
| ucwords | ( | string | $string, |
| string | $separators = " \t\r\n\f\v" ) |
@compile-time-eval @refcount 1
Definition at line 2486 of file basic_functions.stub.php.
| uksort | ( | array & | $array, |
| callable | $callback ) |
Definition at line 1598 of file basic_functions.stub.php.
| umask | ( | ?int | $mask = null | ) |
Definition at line 2762 of file basic_functions.stub.php.
| uniqid | ( | string | $prefix = "", |
| bool | $more_entropy = false ) |
@refcount 1
Definition at line 3702 of file basic_functions.stub.php.
| unlink | ( | string | $filename, |
| $context = null ) |
| resource | null | $context |
Definition at line 2868 of file basic_functions.stub.php.
| unpack | ( | string | $format, |
| string | $string, | ||
| int | $offset = 0 ) |
Definition at line 3315 of file basic_functions.stub.php.
| unregister_tick_function | ( | callable | $callback | ) |
Definition at line 2061 of file basic_functions.stub.php.
| unserialize | ( | string | $data, |
| array | $options = [] ) |
Definition at line 3802 of file basic_functions.stub.php.
| urldecode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 3724 of file basic_functions.stub.php.
| urlencode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 3718 of file basic_functions.stub.php.
| usleep | ( | int | $microseconds | ) |
Definition at line 1959 of file basic_functions.stub.php.
| usort | ( | array & | $array, |
| callable | $callback ) |
Definition at line 1594 of file basic_functions.stub.php.
| utf8_decode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2647 of file basic_functions.stub.php.
| utf8_encode | ( | string | $string | ) |
@compile-time-eval @refcount 1
Definition at line 2640 of file basic_functions.stub.php.
| var_dump | ( | mixed | $value, |
| mixed ... | $values ) |
Definition at line 3789 of file basic_functions.stub.php.
| var_export | ( | mixed | $value, |
| bool | $return = false ) |
@refcount 1
Definition at line 3792 of file basic_functions.stub.php.
| version_compare | ( | string | $version1, |
| string | $version2, | ||
| ?string | $operator = null ) |
@compile-time-eval
Definition at line 3813 of file basic_functions.stub.php.
| vfprintf | ( | $stream, | |
| string | $format, | ||
| array | $values ) |
| resource | $stream |
Definition at line 2992 of file basic_functions.stub.php.
| vprintf | ( | string | $format, |
| array | $values ) |
Definition at line 2983 of file basic_functions.stub.php.
| vsprintf | ( | string | $format, |
| array | $values ) |
@refcount 1
Definition at line 2986 of file basic_functions.stub.php.
| wordwrap | ( | string | $string, |
| int | $width = 75, | ||
| string | $break = "\n", | ||
| bool | $cut_long_words = false ) |
@compile-time-eval @refcount 1
Definition at line 2338 of file basic_functions.stub.php.
| const ABDAY_1 = UNKNOWN |
Definition at line 1035 of file basic_functions.stub.php.
| const ABDAY_2 = UNKNOWN |
Definition at line 1040 of file basic_functions.stub.php.
| const ABDAY_3 = UNKNOWN |
Definition at line 1045 of file basic_functions.stub.php.
| const ABDAY_4 = UNKNOWN |
Definition at line 1050 of file basic_functions.stub.php.
| const ABDAY_5 = UNKNOWN |
Definition at line 1055 of file basic_functions.stub.php.
| const ABDAY_6 = UNKNOWN |
Definition at line 1060 of file basic_functions.stub.php.
| const ABDAY_7 = UNKNOWN |
Definition at line 1065 of file basic_functions.stub.php.
| const ABMON_1 = UNKNOWN |
Definition at line 1109 of file basic_functions.stub.php.
| const ABMON_10 = UNKNOWN |
Definition at line 1154 of file basic_functions.stub.php.
| const ABMON_11 = UNKNOWN |
Definition at line 1159 of file basic_functions.stub.php.
| const ABMON_12 = UNKNOWN |
Definition at line 1164 of file basic_functions.stub.php.
| const ABMON_2 = UNKNOWN |
Definition at line 1114 of file basic_functions.stub.php.
| const ABMON_3 = UNKNOWN |
Definition at line 1119 of file basic_functions.stub.php.
| const ABMON_4 = UNKNOWN |
Definition at line 1124 of file basic_functions.stub.php.
| const ABMON_5 = UNKNOWN |
Definition at line 1129 of file basic_functions.stub.php.
| const ABMON_6 = UNKNOWN |
Definition at line 1134 of file basic_functions.stub.php.
| const ABMON_7 = UNKNOWN |
Definition at line 1139 of file basic_functions.stub.php.
| const ABMON_8 = UNKNOWN |
Definition at line 1144 of file basic_functions.stub.php.
| const ABMON_9 = UNKNOWN |
Definition at line 1149 of file basic_functions.stub.php.
| const ALT_DIGITS = UNKNOWN |
Definition at line 1310 of file basic_functions.stub.php.
| const AM_STR = UNKNOWN |
Definition at line 1233 of file basic_functions.stub.php.
| const ARRAY_FILTER_USE_BOTH = UNKNOWN |
Definition at line 116 of file basic_functions.stub.php.
| const ARRAY_FILTER_USE_KEY = UNKNOWN |
Definition at line 121 of file basic_functions.stub.php.
| const ASSERT_ACTIVE = UNKNOWN |
Definition at line 130 of file basic_functions.stub.php.
| const ASSERT_BAIL = UNKNOWN |
Definition at line 142 of file basic_functions.stub.php.
| const ASSERT_CALLBACK = UNKNOWN |
Definition at line 136 of file basic_functions.stub.php.
| const ASSERT_EXCEPTION = UNKNOWN |
Definition at line 154 of file basic_functions.stub.php.
| const ASSERT_WARNING = UNKNOWN |
Definition at line 148 of file basic_functions.stub.php.
| const CASE_LOWER = UNKNOWN |
Definition at line 94 of file basic_functions.stub.php.
| const CASE_UPPER = UNKNOWN |
Definition at line 99 of file basic_functions.stub.php.
| const CHAR_MAX = UNKNOWN |
Definition at line 990 of file basic_functions.stub.php.
| const CODESET = UNKNOWN |
Definition at line 1492 of file basic_functions.stub.php.
| const CONNECTION_ABORTED = UNKNOWN |
Definition at line 162 of file basic_functions.stub.php.
| const CONNECTION_NORMAL = UNKNOWN |
Definition at line 167 of file basic_functions.stub.php.
| const CONNECTION_TIMEOUT = UNKNOWN |
Definition at line 172 of file basic_functions.stub.php.
| const COUNT_NORMAL = UNKNOWN |
Definition at line 105 of file basic_functions.stub.php.
| const COUNT_RECURSIVE = UNKNOWN |
Definition at line 110 of file basic_functions.stub.php.
| const CREDITS_ALL = UNKNOWN |
Definition at line 741 of file basic_functions.stub.php.
| const CREDITS_DOCS = UNKNOWN |
Definition at line 726 of file basic_functions.stub.php.
| const CREDITS_FULLPAGE = UNKNOWN |
Definition at line 731 of file basic_functions.stub.php.
| const CREDITS_GENERAL = UNKNOWN |
Definition at line 711 of file basic_functions.stub.php.
| const CREDITS_GROUP = UNKNOWN |
Definition at line 706 of file basic_functions.stub.php.
| const CREDITS_MODULES = UNKNOWN |
Definition at line 721 of file basic_functions.stub.php.
| const CREDITS_QA = UNKNOWN |
Definition at line 736 of file basic_functions.stub.php.
| const CREDITS_SAPI = UNKNOWN |
Definition at line 716 of file basic_functions.stub.php.
| const CRNCYSTR = UNKNOWN |
Definition at line 1331 of file basic_functions.stub.php.
| const CRYPT_BLOWFISH = 1 |
Definition at line 393 of file basic_functions.stub.php.
| const CRYPT_EXT_DES = 1 |
Definition at line 389 of file basic_functions.stub.php.
| const CRYPT_MD5 = 1 |
Definition at line 391 of file basic_functions.stub.php.
| const CRYPT_SALT_LENGTH = UNKNOWN |
Definition at line 385 of file basic_functions.stub.php.
| const CRYPT_SHA256 = 1 |
Definition at line 395 of file basic_functions.stub.php.
| const CRYPT_SHA512 = 1 |
Definition at line 397 of file basic_functions.stub.php.
| const CRYPT_STD_DES = 1 |
Definition at line 387 of file basic_functions.stub.php.
| const CURRENCY_SYMBOL = UNKNOWN |
Definition at line 1324 of file basic_functions.stub.php.
| const D_FMT = UNKNOWN |
Definition at line 1254 of file basic_functions.stub.php.
| const D_T_FMT = UNKNOWN |
Definition at line 1247 of file basic_functions.stub.php.
| const DAY_1 = UNKNOWN |
Definition at line 1072 of file basic_functions.stub.php.
| const DAY_2 = UNKNOWN |
Definition at line 1077 of file basic_functions.stub.php.
| const DAY_3 = UNKNOWN |
Definition at line 1082 of file basic_functions.stub.php.
| const DAY_4 = UNKNOWN |
Definition at line 1087 of file basic_functions.stub.php.
| const DAY_5 = UNKNOWN |
Definition at line 1092 of file basic_functions.stub.php.
| const DAY_6 = UNKNOWN |
Definition at line 1097 of file basic_functions.stub.php.
| const DAY_7 = UNKNOWN |
Definition at line 1102 of file basic_functions.stub.php.
| const DECIMAL_POINT = UNKNOWN |
Definition at line 1429 of file basic_functions.stub.php.
| const DNS_A = UNKNOWN |
Definition at line 406 of file basic_functions.stub.php.
| const DNS_A6 = UNKNOWN |
Definition at line 468 of file basic_functions.stub.php.
| const DNS_AAAA = UNKNOWN |
Definition at line 463 of file basic_functions.stub.php.
| const DNS_ALL = UNKNOWN |
Definition at line 478 of file basic_functions.stub.php.
| const DNS_ANY = UNKNOWN |
Definition at line 473 of file basic_functions.stub.php.
| const DNS_CAA = UNKNOWN |
Definition at line 437 of file basic_functions.stub.php.
| const DNS_CNAME = UNKNOWN |
Definition at line 416 of file basic_functions.stub.php.
| const DNS_HINFO = UNKNOWN |
Definition at line 431 of file basic_functions.stub.php.
| const DNS_MX = UNKNOWN |
Definition at line 443 of file basic_functions.stub.php.
| const DNS_NAPTR = UNKNOWN |
Definition at line 458 of file basic_functions.stub.php.
| const DNS_NS = UNKNOWN |
Definition at line 411 of file basic_functions.stub.php.
| const DNS_PTR = UNKNOWN |
Definition at line 426 of file basic_functions.stub.php.
| const DNS_SOA = UNKNOWN |
Definition at line 421 of file basic_functions.stub.php.
| const DNS_SRV = UNKNOWN |
Definition at line 453 of file basic_functions.stub.php.
| const DNS_TXT = UNKNOWN |
Definition at line 448 of file basic_functions.stub.php.
| const ENT_COMPAT = UNKNOWN |
Definition at line 497 of file basic_functions.stub.php.
| const ENT_DISALLOWED = UNKNOWN |
Definition at line 522 of file basic_functions.stub.php.
| const ENT_HTML401 = UNKNOWN |
Definition at line 527 of file basic_functions.stub.php.
| const ENT_HTML5 = UNKNOWN |
Definition at line 542 of file basic_functions.stub.php.
| const ENT_IGNORE = UNKNOWN |
Definition at line 512 of file basic_functions.stub.php.
| const ENT_NOQUOTES = UNKNOWN |
Definition at line 507 of file basic_functions.stub.php.
| const ENT_QUOTES = UNKNOWN |
Definition at line 502 of file basic_functions.stub.php.
| const ENT_SUBSTITUTE = UNKNOWN |
Definition at line 517 of file basic_functions.stub.php.
| const ENT_XHTML = UNKNOWN |
Definition at line 537 of file basic_functions.stub.php.
| const ENT_XML1 = UNKNOWN |
Definition at line 532 of file basic_functions.stub.php.
| const ERA = UNKNOWN |
Definition at line 1275 of file basic_functions.stub.php.
| const ERA_D_FMT = UNKNOWN |
Definition at line 1296 of file basic_functions.stub.php.
| const ERA_D_T_FMT = UNKNOWN |
Definition at line 1289 of file basic_functions.stub.php.
| const ERA_T_FMT = UNKNOWN |
Definition at line 1303 of file basic_functions.stub.php.
| const ERA_YEAR = UNKNOWN |
Definition at line 1282 of file basic_functions.stub.php.
| const EXTR_IF_EXISTS = UNKNOWN |
Definition at line 41 of file basic_functions.stub.php.
| const EXTR_OVERWRITE = UNKNOWN |
Definition at line 11 of file basic_functions.stub.php.
| const EXTR_PREFIX_ALL = UNKNOWN |
Definition at line 26 of file basic_functions.stub.php.
| const EXTR_PREFIX_IF_EXISTS = UNKNOWN |
Definition at line 36 of file basic_functions.stub.php.
| const EXTR_PREFIX_INVALID = UNKNOWN |
Definition at line 31 of file basic_functions.stub.php.
| const EXTR_PREFIX_SAME = UNKNOWN |
Definition at line 21 of file basic_functions.stub.php.
| const EXTR_REFS = UNKNOWN |
Definition at line 46 of file basic_functions.stub.php.
| const EXTR_SKIP = UNKNOWN |
Definition at line 16 of file basic_functions.stub.php.
| const FRAC_DIGITS = UNKNOWN |
Definition at line 1380 of file basic_functions.stub.php.
| const GROUPING = UNKNOWN |
Definition at line 1457 of file basic_functions.stub.php.
| const HTML_ENTITIES = UNKNOWN |
Definition at line 492 of file basic_functions.stub.php.
| const HTML_SPECIALCHARS = UNKNOWN |
Definition at line 487 of file basic_functions.stub.php.
| const IMAGETYPE_AVIF = UNKNOWN |
Definition at line 648 of file basic_functions.stub.php.
| const IMAGETYPE_BMP = UNKNOWN |
Definition at line 575 of file basic_functions.stub.php.
| const IMAGETYPE_COUNT = UNKNOWN |
Definition at line 658 of file basic_functions.stub.php.
| const IMAGETYPE_GIF = UNKNOWN |
Definition at line 550 of file basic_functions.stub.php.
| const IMAGETYPE_ICO = UNKNOWN |
Definition at line 638 of file basic_functions.stub.php.
| const IMAGETYPE_IFF = UNKNOWN |
Definition at line 617 of file basic_functions.stub.php.
| const IMAGETYPE_JB2 = UNKNOWN |
Definition at line 605 of file basic_functions.stub.php.
| const IMAGETYPE_JP2 = UNKNOWN |
Definition at line 595 of file basic_functions.stub.php.
| const IMAGETYPE_JPC = UNKNOWN |
Definition at line 590 of file basic_functions.stub.php.
| const IMAGETYPE_JPEG = UNKNOWN |
Definition at line 555 of file basic_functions.stub.php.
| const IMAGETYPE_JPEG2000 = UNKNOWN |
Definition at line 628 of file basic_functions.stub.php.
| const IMAGETYPE_JPX = UNKNOWN |
Definition at line 600 of file basic_functions.stub.php.
| const IMAGETYPE_PNG = UNKNOWN |
Definition at line 560 of file basic_functions.stub.php.
| const IMAGETYPE_PSD = UNKNOWN |
Definition at line 570 of file basic_functions.stub.php.
| const IMAGETYPE_SWC = UNKNOWN |
Definition at line 611 of file basic_functions.stub.php.
| const IMAGETYPE_SWF = UNKNOWN |
Definition at line 565 of file basic_functions.stub.php.
| const IMAGETYPE_TIFF_II = UNKNOWN |
Definition at line 580 of file basic_functions.stub.php.
| const IMAGETYPE_TIFF_MM = UNKNOWN |
Definition at line 585 of file basic_functions.stub.php.
| const IMAGETYPE_UNKNOWN = UNKNOWN |
Definition at line 653 of file basic_functions.stub.php.
| const IMAGETYPE_WBMP = UNKNOWN |
Definition at line 622 of file basic_functions.stub.php.
| const IMAGETYPE_WEBP = UNKNOWN |
Definition at line 643 of file basic_functions.stub.php.
| const IMAGETYPE_XBM = UNKNOWN |
Definition at line 633 of file basic_functions.stub.php.
| const INF = UNKNOWN |
Definition at line 351 of file basic_functions.stub.php.
| const INFO_ALL = UNKNOWN |
Definition at line 701 of file basic_functions.stub.php.
| const INFO_CONFIGURATION = UNKNOWN |
Definition at line 676 of file basic_functions.stub.php.
| const INFO_CREDITS = UNKNOWN |
Definition at line 671 of file basic_functions.stub.php.
| const INFO_ENVIRONMENT = UNKNOWN |
Definition at line 686 of file basic_functions.stub.php.
| const INFO_GENERAL = UNKNOWN |
Definition at line 666 of file basic_functions.stub.php.
| const INFO_LICENSE = UNKNOWN |
Definition at line 696 of file basic_functions.stub.php.
| const INFO_MODULES = UNKNOWN |
Definition at line 681 of file basic_functions.stub.php.
| const INFO_VARIABLES = UNKNOWN |
Definition at line 691 of file basic_functions.stub.php.
| const INI_ALL = UNKNOWN |
Definition at line 193 of file basic_functions.stub.php.
| const INI_PERDIR = UNKNOWN |
Definition at line 183 of file basic_functions.stub.php.
| const INI_SCANNER_NORMAL = UNKNOWN |
Definition at line 199 of file basic_functions.stub.php.
| const INI_SCANNER_RAW = UNKNOWN |
Definition at line 204 of file basic_functions.stub.php.
| const INI_SCANNER_TYPED = UNKNOWN |
Definition at line 209 of file basic_functions.stub.php.
| const INI_SYSTEM = UNKNOWN |
Definition at line 188 of file basic_functions.stub.php.
| const INI_USER = UNKNOWN |
Definition at line 178 of file basic_functions.stub.php.
| const INT_CURR_SYMBOL = UNKNOWN |
Definition at line 1317 of file basic_functions.stub.php.
| const INT_FRAC_DIGITS = UNKNOWN |
Definition at line 1373 of file basic_functions.stub.php.
| const LC_ALL = UNKNOWN |
Definition at line 1020 of file basic_functions.stub.php.
| const LC_COLLATE = UNKNOWN |
Definition at line 1010 of file basic_functions.stub.php.
| const LC_CTYPE = UNKNOWN |
Definition at line 995 of file basic_functions.stub.php.
| const LC_MESSAGES = UNKNOWN |
Definition at line 1026 of file basic_functions.stub.php.
| const LC_MONETARY = UNKNOWN |
Definition at line 1015 of file basic_functions.stub.php.
| const LC_NUMERIC = UNKNOWN |
Definition at line 1000 of file basic_functions.stub.php.
| const LC_TIME = UNKNOWN |
Definition at line 1005 of file basic_functions.stub.php.
| const LOG_ALERT = UNKNOWN |
Definition at line 758 of file basic_functions.stub.php.
| const LOG_AUTH = UNKNOWN |
Definition at line 818 of file basic_functions.stub.php.
| const LOG_AUTHPRIV = UNKNOWN |
Definition at line 860 of file basic_functions.stub.php.
| const LOG_CONS = UNKNOWN |
Definition at line 914 of file basic_functions.stub.php.
| const LOG_CRIT = UNKNOWN |
Definition at line 764 of file basic_functions.stub.php.
| const LOG_CRON = UNKNOWN |
Definition at line 852 of file basic_functions.stub.php.
| const LOG_DAEMON = UNKNOWN |
Definition at line 813 of file basic_functions.stub.php.
| const LOG_DEBUG = UNKNOWN |
Definition at line 789 of file basic_functions.stub.php.
| const LOG_EMERG = UNKNOWN |
Definition at line 752 of file basic_functions.stub.php.
| const LOG_ERR = UNKNOWN |
Definition at line 769 of file basic_functions.stub.php.
| const LOG_INFO = UNKNOWN |
Definition at line 784 of file basic_functions.stub.php.
| const LOG_KERN = UNKNOWN |
Definition at line 795 of file basic_functions.stub.php.
| const LOG_LOCAL0 = UNKNOWN |
Definition at line 867 of file basic_functions.stub.php.
| const LOG_LOCAL1 = UNKNOWN |
Definition at line 872 of file basic_functions.stub.php.
| const LOG_LOCAL2 = UNKNOWN |
Definition at line 877 of file basic_functions.stub.php.
| const LOG_LOCAL3 = UNKNOWN |
Definition at line 882 of file basic_functions.stub.php.
| const LOG_LOCAL4 = UNKNOWN |
Definition at line 887 of file basic_functions.stub.php.
| const LOG_LOCAL5 = UNKNOWN |
Definition at line 892 of file basic_functions.stub.php.
| const LOG_LOCAL6 = UNKNOWN |
Definition at line 897 of file basic_functions.stub.php.
| const LOG_LOCAL7 = UNKNOWN |
Definition at line 902 of file basic_functions.stub.php.
| const LOG_LPR = UNKNOWN |
Definition at line 828 of file basic_functions.stub.php.
| const LOG_MAIL = UNKNOWN |
Definition at line 807 of file basic_functions.stub.php.
| const LOG_NDELAY = UNKNOWN |
Definition at line 924 of file basic_functions.stub.php.
| const LOG_NEWS = UNKNOWN |
Definition at line 836 of file basic_functions.stub.php.
| const LOG_NOTICE = UNKNOWN |
Definition at line 779 of file basic_functions.stub.php.
| const LOG_NOWAIT = UNKNOWN |
Definition at line 930 of file basic_functions.stub.php.
| const LOG_ODELAY = UNKNOWN |
Definition at line 919 of file basic_functions.stub.php.
| const LOG_PERROR = UNKNOWN |
Definition at line 939 of file basic_functions.stub.php.
| const LOG_PID = UNKNOWN |
Definition at line 909 of file basic_functions.stub.php.
| const LOG_SYSLOG = UNKNOWN |
Definition at line 823 of file basic_functions.stub.php.
| const LOG_USER = UNKNOWN |
Definition at line 801 of file basic_functions.stub.php.
| const LOG_UUCP = UNKNOWN |
Definition at line 844 of file basic_functions.stub.php.
| const LOG_WARNING = UNKNOWN |
Definition at line 774 of file basic_functions.stub.php.
| const M_1_PI = 0.31830988618379067154 |
Definition at line 306 of file basic_functions.stub.php.
| const M_2_PI = 0.63661977236758134308 |
Definition at line 311 of file basic_functions.stub.php.
| const M_2_SQRTPI = 1.12837916709551257390 |
Definition at line 321 of file basic_functions.stub.php.
| const M_E = 2.718281828459045 |
Definition at line 266 of file basic_functions.stub.php.
| const M_EULER = 0.57721566490153286061 |
Definition at line 331 of file basic_functions.stub.php.
| const M_LN10 = 2.30258509299404568402 |
Definition at line 286 of file basic_functions.stub.php.
| const M_LN2 = 0.69314718055994530942 |
Definition at line 281 of file basic_functions.stub.php.
| const M_LNPI = 1.14472988584940017414 |
Definition at line 326 of file basic_functions.stub.php.
| const M_LOG10E = 0.43429448190325182765 |
Definition at line 276 of file basic_functions.stub.php.
| const M_LOG2E = 1.4426950408889634074 |
Definition at line 271 of file basic_functions.stub.php.
| const M_PI = 3.14159265358979323846 |
Definition at line 291 of file basic_functions.stub.php.
| const M_PI_2 = 1.57079632679489661923 |
Definition at line 296 of file basic_functions.stub.php.
| const M_PI_4 = 0.78539816339744830962 |
Definition at line 301 of file basic_functions.stub.php.
| const M_SQRT1_2 = 0.70710678118654752440 |
Definition at line 341 of file basic_functions.stub.php.
| const M_SQRT2 = 1.41421356237309504880 |
Definition at line 336 of file basic_functions.stub.php.
| const M_SQRT3 = 1.73205080756887729352 |
Definition at line 346 of file basic_functions.stub.php.
| const M_SQRTPI = 1.77245385090551602729 |
Definition at line 316 of file basic_functions.stub.php.
| const MON_1 = UNKNOWN |
Definition at line 1171 of file basic_functions.stub.php.
| const MON_10 = UNKNOWN |
Definition at line 1216 of file basic_functions.stub.php.
| const MON_11 = UNKNOWN |
Definition at line 1221 of file basic_functions.stub.php.
| const MON_12 = UNKNOWN |
Definition at line 1226 of file basic_functions.stub.php.
| const MON_2 = UNKNOWN |
Definition at line 1176 of file basic_functions.stub.php.
| const MON_3 = UNKNOWN |
Definition at line 1181 of file basic_functions.stub.php.
| const MON_4 = UNKNOWN |
Definition at line 1186 of file basic_functions.stub.php.
| const MON_5 = UNKNOWN |
Definition at line 1191 of file basic_functions.stub.php.
| const MON_6 = UNKNOWN |
Definition at line 1196 of file basic_functions.stub.php.
| const MON_7 = UNKNOWN |
Definition at line 1201 of file basic_functions.stub.php.
| const MON_8 = UNKNOWN |
Definition at line 1206 of file basic_functions.stub.php.
| const MON_9 = UNKNOWN |
Definition at line 1211 of file basic_functions.stub.php.
| const MON_DECIMAL_POINT = UNKNOWN |
Definition at line 1338 of file basic_functions.stub.php.
| const MON_GROUPING = UNKNOWN |
Definition at line 1352 of file basic_functions.stub.php.
| const MON_THOUSANDS_SEP = UNKNOWN |
Definition at line 1345 of file basic_functions.stub.php.
| const N_CS_PRECEDES = UNKNOWN |
Definition at line 1401 of file basic_functions.stub.php.
| const N_SEP_BY_SPACE = UNKNOWN |
Definition at line 1408 of file basic_functions.stub.php.
| const N_SIGN_POSN = UNKNOWN |
Definition at line 1422 of file basic_functions.stub.php.
| const NAN = UNKNOWN |
Definition at line 356 of file basic_functions.stub.php.
| const NEGATIVE_SIGN = UNKNOWN |
Definition at line 1366 of file basic_functions.stub.php.
| const NOEXPR = UNKNOWN |
Definition at line 1471 of file basic_functions.stub.php.
| const NOSTR = UNKNOWN |
Definition at line 1485 of file basic_functions.stub.php.
| const P_CS_PRECEDES = UNKNOWN |
Definition at line 1387 of file basic_functions.stub.php.
| const P_SEP_BY_SPACE = UNKNOWN |
Definition at line 1394 of file basic_functions.stub.php.
| const P_SIGN_POSN = UNKNOWN |
Definition at line 1415 of file basic_functions.stub.php.
| const PATHINFO_ALL = UNKNOWN |
Definition at line 983 of file basic_functions.stub.php.
| const PATHINFO_BASENAME = UNKNOWN |
Definition at line 968 of file basic_functions.stub.php.
| const PATHINFO_DIRNAME = UNKNOWN |
Definition at line 963 of file basic_functions.stub.php.
| const PATHINFO_EXTENSION = UNKNOWN |
Definition at line 973 of file basic_functions.stub.php.
| const PATHINFO_FILENAME = UNKNOWN |
Definition at line 978 of file basic_functions.stub.php.
| const PHP_QUERY_RFC1738 = UNKNOWN |
Definition at line 255 of file basic_functions.stub.php.
| const PHP_QUERY_RFC3986 = UNKNOWN |
Definition at line 260 of file basic_functions.stub.php.
| const PHP_ROUND_HALF_DOWN = UNKNOWN |
Definition at line 367 of file basic_functions.stub.php.
| const PHP_ROUND_HALF_EVEN = UNKNOWN |
Definition at line 372 of file basic_functions.stub.php.
| const PHP_ROUND_HALF_ODD = UNKNOWN |
Definition at line 377 of file basic_functions.stub.php.
| const PHP_ROUND_HALF_UP = UNKNOWN |
Definition at line 362 of file basic_functions.stub.php.
| const PHP_URL_FRAGMENT = UNKNOWN |
Definition at line 250 of file basic_functions.stub.php.
| const PHP_URL_HOST = UNKNOWN |
Definition at line 220 of file basic_functions.stub.php.
| const PHP_URL_PASS = UNKNOWN |
Definition at line 235 of file basic_functions.stub.php.
| const PHP_URL_PATH = UNKNOWN |
Definition at line 240 of file basic_functions.stub.php.
| const PHP_URL_PORT = UNKNOWN |
Definition at line 225 of file basic_functions.stub.php.
| const PHP_URL_QUERY = UNKNOWN |
Definition at line 245 of file basic_functions.stub.php.
| const PHP_URL_SCHEME = UNKNOWN |
Definition at line 215 of file basic_functions.stub.php.
| const PHP_URL_USER = UNKNOWN |
Definition at line 230 of file basic_functions.stub.php.
| const PM_STR = UNKNOWN |
Definition at line 1240 of file basic_functions.stub.php.
| const POSITIVE_SIGN = UNKNOWN |
Definition at line 1359 of file basic_functions.stub.php.
| const RADIXCHAR = UNKNOWN |
Definition at line 1436 of file basic_functions.stub.php.
| const SORT_ASC = UNKNOWN |
Definition at line 52 of file basic_functions.stub.php.
| const SORT_DESC = UNKNOWN |
Definition at line 57 of file basic_functions.stub.php.
| const SORT_FLAG_CASE = UNKNOWN |
Definition at line 88 of file basic_functions.stub.php.
| const SORT_LOCALE_STRING = UNKNOWN |
Definition at line 78 of file basic_functions.stub.php.
| const SORT_NATURAL = UNKNOWN |
Definition at line 83 of file basic_functions.stub.php.
| const SORT_NUMERIC = UNKNOWN |
Definition at line 68 of file basic_functions.stub.php.
| const SORT_REGULAR = UNKNOWN |
Definition at line 63 of file basic_functions.stub.php.
| const SORT_STRING = UNKNOWN |
Definition at line 73 of file basic_functions.stub.php.
| const STR_PAD_BOTH = UNKNOWN |
Definition at line 958 of file basic_functions.stub.php.
| const STR_PAD_LEFT = UNKNOWN |
Definition at line 948 of file basic_functions.stub.php.
| const STR_PAD_RIGHT = UNKNOWN |
Definition at line 953 of file basic_functions.stub.php.
| const T_FMT = UNKNOWN |
Definition at line 1261 of file basic_functions.stub.php.
| const T_FMT_AMPM = UNKNOWN |
Definition at line 1268 of file basic_functions.stub.php.
| const THOUSANDS_SEP = UNKNOWN |
Definition at line 1443 of file basic_functions.stub.php.
| const THOUSEP = UNKNOWN |
Definition at line 1450 of file basic_functions.stub.php.
| const YESEXPR = UNKNOWN |
Definition at line 1464 of file basic_functions.stub.php.
| const YESSTR = UNKNOWN |
Definition at line 1478 of file basic_functions.stub.php.