Documentation

MatchResult
in package

Table of Contents

$matched  : bool
$matches  : array<int|string, string|null>
An array of match group => string matched
__construct()  : mixed

Properties

$matches

An array of match group => string matched

public array<int|string, string|null> $matches
Tags
readonly

Methods

__construct()

public __construct(mixed $count, array<string|int, string|null> $matches) : mixed
Parameters
$count : mixed
$matches : array<string|int, string|null>
Return values
mixed

Search results