Table of Contents
Methods
-
arrayInString()
: mixed
-
in_md_array()
: mixed
-
stringify()
: mixed
-
var_assert()
: bool
arrayInString()
public
arrayInString(array<string|int, mixed> $haystack, string $needle) : mixed
Parameters
-
$haystack
: array<string|int, mixed>
-
-
$needle
: string
-
in_md_array()
public
in_md_array(array<string|int, mixed> $haystack, string $needle) : mixed
Parameters
-
$haystack
: array<string|int, mixed>
-
-
$needle
: string
-
stringify()
public
stringify(mixed $var) : mixed
Parameters
-
$var
: mixed
-
var_assert()
public
var_assert(mixed &$var[, mixed $assertVal = false ][, bool $lazy = false ]) : bool
Parameters
-
$var
: mixed
-
-
$assertVal
: mixed
= false
-
-
$lazy
: bool
= false
-