error_log() | (string $message, int $message_type = 0, ?string $destination = null, ?string $additional_headers = null): bool | bool | ✓ | — |
ini_get() | (string $option): mixed | mixed | ✓ | — |
ini_get_all() | (?string $extension = null, bool $details = true): mixed | mixed | ✓ | — |
ini_set() | (string $option, mixed $value): mixed | mixed | ✓ | — |
session_abort() | (): bool | bool | ✓ | — |
session_cache_expire() | (?int $value = null): mixed | mixed | ✓ | — |
session_cache_limiter() | (?string $value = null): mixed | mixed | ✓ | — |
session_commit() | (): bool | bool | ✓ | — |
session_create_id() | (string $prefix = ''): mixed | mixed | ✓ | — |
session_decode() | (string $data): bool | bool | ✓ | — |
session_destroy() | (): bool | bool | ✓ | — |
session_encode() | (): mixed | mixed | ✓ | — |
session_gc() | (): mixed | mixed | ✓ | — |
session_get_cookie_params() | (): array | array | ✓ | — |
session_id() | (?string $id = null): mixed | mixed | ✓ | — |
session_module_name() | (?string $module = null): mixed | mixed | ✓ | — |
session_name() | (?string $name = null): mixed | mixed | ✓ | — |
session_regenerate_id() | (bool $delete_old = false): bool | bool | ✓ | — |
session_register_shutdown() | (): void | void | ✓ | — |
session_reset() | (): bool | bool | ✓ | — |
session_save_path() | (?string $path = null): mixed | mixed | ✓ | — |
session_set_cookie_params() | (...$args): bool | bool | ✓ | — |
session_set_save_handler() | (mixed $handler_or_open = null, mixed $register_or_close = true, mixed $read = null, mixed $write = null, mixed $destroy = null, mixed $gc = null, mixed $create_sid = null, mixed $validate_id = null, mixed $update_timestamp = null): bool | bool | ✓ | — |
session_start() | (mixed $options = []): bool | bool | ✓ | — |
session_status() | (): int | int | ✓ | — |
session_unset() | (): bool | bool | ✓ | — |
session_write_close() | (): bool | bool | ✓ | — |
setcookie() | (mixed $name, mixed $value = '', mixed $expires = 0, mixed $path = '', mixed $domain = '', mixed $secure = false, mixed $httponly = false): mixed | mixed | ✓ | — |
setrawcookie() | (mixed $name, mixed $value = '', mixed $expires = 0, mixed $path = '', mixed $domain = '', mixed $secure = false, mixed $httponly = false): mixed | mixed | ✓ | — |
trigger_error() | (string $message, int $error_level = E_USER_NOTICE): bool | bool | ✓ | — |