RecursiveArrayComparator
in package
implements
ComparatorInterface
Recursively compares two complete array structures.
Tags
Table of Contents
Interfaces
- ComparatorInterface
- Internal contract for structured matcher comparisons.
Methods
- compare() : bool
- Compare two values.
Methods
compare()
Compare two values.
public
compare(mixed $first, mixed $second) : bool
Parameters
- $first : mixed
- $second : mixed