Abstract
Methods |
public static pregSplit(string $pattern, string $subject, int $limit = -1, int $flags = 0) : array Wrapper function for phps preg_split This function is inspired by {@link https://github.com/thecodingmachine/safe/blob/master/generated/pcre.php}. But since this library is all about performance we decided to strip everything we don't need. Reducing the amount of files that have to be loaded, etc.
|
Methods |
public static pregSplit(string $pattern, string $subject, int $limit = -1, int $flags = 0) : array Wrapper function for phps preg_split This function is inspired by {@link https://github.com/thecodingmachine/safe/blob/master/generated/pcre.php}. But since this library is all about performance we decided to strip everything we don't need. Reducing the amount of files that have to be loaded, etc.
|