static public regexp_split ( $pattern, $subject, $limit ) : array | ||
$pattern | string Regular expression | |
$subject | string String to apply regular expression to | |
$limit | int Number of times to match; -1 for unlimited | |
Résultat | array | Resulting string segments |