Méthode | Description | |
---|---|---|
stripNonSQLCharacters ( string $string, $nonFilter = null ) : string | Strips non-SQL characters from a string leaving intact regular characters a-z and integers. | |
tokenize ( string $token ) : string | Tokenizes a string. | |
untokenize ( string $token ) : string | Untokenizes a string. |
Méthode | Description | |
---|---|---|
implode ( array $array ) : string | Implodes and array using a comma. | |
implodeRegular ( array $values, $nonFilter = null ) : string | Implodes the $values in a string regularly formatted. | |
stripNonSQLCharactersArray ( array $strings, $nonFilter = null ) : array | Strips non-SQL charactes from the strings contained in the the array leaving intact regular characters a-z and integers. |
protected static implodeRegular ( array $values, $nonFilter = null ) : string | ||
$values | array | |
Résultat | string |
public static stripNonSQLCharacters ( string $string, $nonFilter = null ) : string | ||
$string | string | |
Résultat | string |
protected static stripNonSQLCharactersArray ( array $strings, $nonFilter = null ) : array | ||
$strings | array | |
Résultat | array |
public static untokenize ( string $token ) : string | ||
$token | string | |
Résultat | string |