Documentation

bootstrap.php

Table of Contents

FILTER_VALIDATE_BOOL  = FILTER_VALIDATE_BOOLEAN
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

Constants

FILTER_VALIDATE_BOOL

public mixed FILTER_VALIDATE_BOOL = FILTER_VALIDATE_BOOLEAN

Functions

fdiv()

fdiv(float $dividend, float $divisor) : float
Parameters
$dividend : float
$divisor : float
Return values
float

preg_last_error_msg()

preg_last_error_msg() : string
Return values
string

str_contains()

str_contains(string $haystack, string $needle) : bool
Parameters
$haystack : string
$needle : string
Return values
bool

str_starts_with()

str_starts_with(string $haystack, string $needle) : bool
Parameters
$haystack : string
$needle : string
Return values
bool

str_ends_with()

str_ends_with(string $haystack, string $needle) : bool
Parameters
$haystack : string
$needle : string
Return values
bool

get_debug_type()

get_debug_type(mixed $value) : string
Parameters
$value : mixed
Return values
string

get_resource_id()

get_resource_id(mixed $res) : int
Parameters
$res : mixed
Return values
int

Search results