Documentation

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

$matches

An array of match group => list of matched strings

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

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>>
Return values
mixed

Search results