← All docs

Misc builtins

Builtins in the Misc category.

Misc builtins

FunctionSignatureReturns
buffer_new()(int $length): mixedmixed
define()(string $constant_name, mixed $value): boolbool
defined()(string $constant_name): boolbool
empty()(mixed $value): boolbool
header()(string $header, bool $replace = true, int $response_code = 0): voidvoid
http_response_code()(int $response_code = 0): intint
isset()(mixed $var, ...$vars): boolbool
php_uname()(string $mode = 'a'): stringstring
phpversion()(): stringstring
print_r()(mixed $value, bool $return = false): mixedmixed
serialize()(mixed $value): stringstring
unserialize()(string $data, mixed $options = []): mixedmixed
unset()(mixed $var, ...$vars): voidvoid
var_dump()(mixed $value, ...$values): voidvoid