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