AirLay backend

StringHelper
in package

Table of Contents

addBom()  : string
contain()  : bool
deleteBom()  : string
hasBom()  : bool
mb_trim()  : string
splitCamelCaseString()  : string
startsWith()  : bool
translit()  : string

Methods

addBom()

public static addBom(string $text) : string
Parameters
$text : string
Return values
string

contain()

public static contain(string $str, string $needle) : bool
Parameters
$str : string
$needle : string
Return values
bool

deleteBom()

public static deleteBom(string $text) : string
Parameters
$text : string
Return values
string

hasBom()

public static hasBom(string $text) : bool
Parameters
$text : string
Return values
bool

mb_trim()

public static mb_trim(string $str) : string
Parameters
$str : string
Return values
string

splitCamelCaseString()

public static splitCamelCaseString(string $str) : string
Parameters
$str : string
Return values
string

startsWith()

public static startsWith(string $str, string $needle) : bool
Parameters
$str : string
$needle : string
Return values
bool

translit()

public static translit(string $string) : string
Parameters
$string : string
Return values
string

Search results