|
| __construct (string $pattern, string $subject) |
|
| end (?int $group=null) |
|
| find (?int $offset=null) |
|
| group (?int $group=null) |
|
| groupCount () |
|
| lookingAt () |
|
| matches () |
|
| replaceAll (string $replacement) |
|
| replaceFirst (string $replacement) |
|
| reset (string $input='') |
|
| start (int $group=0) |
|
|
| doMatch (string $type='find', int $offset=0) |
|
|
array< array{string, int}> array | $groups = [] |
|
string | $pattern |
|
string | $subject = '' |
|
◆ __construct()
libphonenumber\Matcher::__construct |
( |
string | $pattern, |
|
|
string | $subject ) |
- Parameters
-
string | $pattern | |
string | $subject | |
◆ doMatch()
libphonenumber\Matcher::doMatch |
( |
string | $type = 'find', |
|
|
int | $offset = 0 ) |
|
protected |
The documentation for this class was generated from the following file:
- lib/giggsey/libphonenumber-for-php-lite/src/Matcher.php