bootstrap.php
Table of Contents
-
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
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 $haystack, string $needle) : bool
Parameters
-
$haystack
: string
-
-
$needle
: string
-
str_starts_with()
str_starts_with(string $haystack, string $needle) : bool
Parameters
-
$haystack
: string
-
-
$needle
: string
-
str_ends_with()
str_ends_with(string $haystack, string $needle) : bool
Parameters
-
$haystack
: string
-
-
$needle
: string
-
get_debug_type()
get_debug_type(mixed $value) : string
Parameters
-
$value
: mixed
-
get_resource_id()
get_resource_id(mixed $resource) : int
Parameters
-
$resource
: mixed
-