bootstrap.php
Table of Contents
Constants
-
FILTER_VALIDATE_BOOL
= \FILTER_VALIDATE_BOOLEAN
Functions
-
fdiv()
: float
-
preg_last_error_msg()
: string
-
str_contains()
: bool
-
str_starts_with()
: bool
-
str_ends_with()
: bool
-
get_debug_type()
: string
-
get_resource_id()
: int
FILTER_VALIDATE_BOOL
public
mixed
FILTER_VALIDATE_BOOL
= \FILTER_VALIDATE_BOOLEAN
fdiv()
fdiv(float $num1, float $num2) : float
Parameters
-
$num1
: float
-
-
$num2
: float
-
preg_last_error_msg()
preg_last_error_msg() : string
str_contains()
str_contains(string|null $haystack, string|null $needle) : bool
Parameters
-
$haystack
: string|null
-
-
$needle
: string|null
-
str_starts_with()
str_starts_with(string|null $haystack, string|null $needle) : bool
Parameters
-
$haystack
: string|null
-
-
$needle
: string|null
-
str_ends_with()
str_ends_with(string|null $haystack, string|null $needle) : bool
Parameters
-
$haystack
: string|null
-
-
$needle
: string|null
-
get_debug_type()
get_debug_type(mixed $value) : string
Parameters
-
$value
: mixed
-
get_resource_id()
get_resource_id(mixed $resource) : int
Parameters
-
$resource
: mixed
-