bootstrap.php
Table of Contents
Constants
-
CURL_HTTP_VERSION_3
= 30
-
CURL_HTTP_VERSION_3ONLY
= 31
Functions
-
array_find()
: mixed
-
array_find_key()
: mixed
-
array_any()
: bool
-
array_all()
: bool
-
fpow()
: float
-
mb_ucfirst()
: string
-
mb_lcfirst()
: string
-
mb_trim()
: string
-
mb_ltrim()
: string
-
mb_rtrim()
: string
-
bcdivmod()
: array<string|int, mixed>|null
-
grapheme_str_split()
: mixed
CURL_HTTP_VERSION_3
public
mixed
CURL_HTTP_VERSION_3
= 30
CURL_HTTP_VERSION_3ONLY
public
mixed
CURL_HTTP_VERSION_3ONLY
= 31
array_find()
array_find(array<string|int, mixed> $array, callable $callback) : mixed
Parameters
-
$array
: array<string|int, mixed>
-
-
$callback
: callable
-
array_find_key()
array_find_key(array<string|int, mixed> $array, callable $callback) : mixed
Parameters
-
$array
: array<string|int, mixed>
-
-
$callback
: callable
-
array_any()
array_any(array<string|int, mixed> $array, callable $callback) : bool
Parameters
-
$array
: array<string|int, mixed>
-
-
$callback
: callable
-
array_all()
array_all(array<string|int, mixed> $array, callable $callback) : bool
Parameters
-
$array
: array<string|int, mixed>
-
-
$callback
: callable
-
fpow()
fpow(float $num, float $exponent) : float
Parameters
-
$num
: float
-
-
$exponent
: float
-
mb_ucfirst()
mb_ucfirst(string $string[, string|null $encoding = null ]) : string
Parameters
-
$string
: string
-
-
$encoding
: string|null
= null
-
mb_lcfirst()
mb_lcfirst(string $string[, string|null $encoding = null ]) : string
Parameters
-
$string
: string
-
-
$encoding
: string|null
= null
-
mb_trim()
mb_trim(string $string[, string|null $characters = null ][, string|null $encoding = null ]) : string
Parameters
-
$string
: string
-
-
$characters
: string|null
= null
-
-
$encoding
: string|null
= null
-
mb_ltrim()
mb_ltrim(string $string[, string|null $characters = null ][, string|null $encoding = null ]) : string
Parameters
-
$string
: string
-
-
$characters
: string|null
= null
-
-
$encoding
: string|null
= null
-
mb_rtrim()
mb_rtrim(string $string[, string|null $characters = null ][, string|null $encoding = null ]) : string
Parameters
-
$string
: string
-
-
$characters
: string|null
= null
-
-
$encoding
: string|null
= null
-
bcdivmod()
bcdivmod(string $num1, string $num2[, int|null $scale = null ]) : array<string|int, mixed>|null
Parameters
-
$num1
: string
-
-
$num2
: string
-
-
$scale
: int|null
= null
-
Return values
array<string|int, mixed>|null
grapheme_str_split()
grapheme_str_split(string $string[, int $length = 1 ]) : mixed
Parameters
-
$string
: string
-
-
$length
: int
= 1
-