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