bootstrap.php
Table of Contents
Functions
-
get_error_handler()
: callable|null
-
get_exception_handler()
: callable|null
-
array_first()
: mixed
-
array_last()
: mixed
-
locale_is_right_to_left()
: bool
-
grapheme_levenshtein()
: mixed
get_error_handler()
get_error_handler() : callable|null
Return values
callable|null
get_exception_handler()
get_exception_handler() : callable|null
Return values
callable|null
array_first()
array_first(array<string|int, mixed> $array) : mixed
Parameters
-
$array
: array<string|int, mixed>
-
array_last()
array_last(array<string|int, mixed> $array) : mixed
Parameters
-
$array
: array<string|int, mixed>
-
locale_is_right_to_left()
locale_is_right_to_left(string $locale) : bool
Parameters
-
$locale
: string
-
grapheme_levenshtein()
grapheme_levenshtein(string $string1, string $string2[, int $insertion_cost = 1 ][, int $replacement_cost = 1 ][, int $deletion_cost = 1 ][, string $locale = '' ]) : mixed
Parameters
-
$string1
: string
-
-
$string2
: string
-
-
$insertion_cost
: int
= 1
-
-
$replacement_cost
: int
= 1
-
-
$deletion_cost
: int
= 1
-
-
$locale
: string
= ''
-