type_cast_helper_interface
interface type_cast_helper_interface
An interface for type cast operations.
Methods
set_var(mixed $result, mixed $var, mixed $type, bool $multibyte = false)
Set variable $result to a particular type.
recursive_set_var(string $var, mixed $default, bool $multibyte)
Recursively sets a variable to a given type using set_var set_var.
Details
at line 30
set_var(mixed $result, mixed $var, mixed $type, bool $multibyte = false)
Set variable $result to a particular type.
at line 44
recursive_set_var(string $var, mixed $default, bool $multibyte)
Recursively sets a variable to a given type using set_var set_var.