Documentation

MatchAllStrictGroupsResult
in package

FinalYes

Table of Contents

Properties

$count  : 0|positive-int
$matched  : bool
$matches  : array<int|string, array<int, string>>
An array of match group => list of matched strings

Methods

__construct()  : mixed

Properties

$matches

An array of match group => list of matched strings

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

Methods

__construct()

public __construct(0|positive-int $count, array<string|int, array<int, string>> $matches) : mixed
Parameters
$count : 0|positive-int
$matches : array<string|int, array<int, string>>

        
On this page

Search results