MatchWithOffsetsResult
in package
Table of Contents
- $matched : bool
- $matches : mixed
- An array of match group => pair of string matched + offset in bytes (or -1 if no match)
- __construct() : mixed
Properties
$matched
public
bool
$matched
Tags
$matches
An array of match group => pair of string matched + offset in bytes (or -1 if no match)
public
mixed
$matches
Tags
Methods
__construct()
public
__construct(mixed $count, array<string|int, mixed> $matches) : mixed
Parameters
- $count : mixed
- $matches : array<string|int, mixed>