MatchAllResult
in package
FinalYes
Table of Contents
Properties
- $count : 0|positive-int
- $matched : bool
- $matches : array<int|string, array<int, string|null>>
- An array of match group => list of matched strings
Methods
- __construct() : mixed
Properties
$count
public
0|positive-int
$count
Tags
$matched
public
bool
$matched
Tags
$matches
An array of match group => list of matched strings
public
array<int|string, array<int, string|null>>
$matches
Tags
Methods
__construct()
public
__construct(0|positive-int $count, array<int|string, array<int, string|null>> $matches) : mixed
Parameters
- $count : 0|positive-int
- $matches : array<int|string, array<int, string|null>>