Method |
Description |
|
camelcase2Char ( $value, $char = '_' ) |
|
|
camelcase2Underscore ( $value ) |
|
|
char2Camelcase ( $value, $char = '_' ) |
|
|
dbQuote ( $value, $table = '' ) |
|
|
filterArrayByBlacklist ( array | string $array, array | string $blacklist ) : array |
|
|
getArrayPath ( array $array, string $dotPath ) : mixed |
Returns the value of a $dotPath in $array. |
|
getArrayTrace ( $exception ) |
|
|
getFileExtension ( string $path ) : string | boolean |
Returns the lowercased file extension of $path. |
|
getRelativePath ( string $from, string $to ) : string |
Returns a relative path from $path to $current. |
|
indentString ( $string, $size = 2, $char = ' ' ) |
|
|
listToArray ( string $string ) : array |
|
|
setArrayPath ( &$array, string $dotPath, mixed $value ) : mixed |
Sets the value of a $dotPath in $array. |
|
underscore2Camelcase ( $value ) |
|
|
urlDecode ( $string ) |
|
|
urlEncode ( $string ) |
|
|