Stackdriver Debugger Client - Class MatchingFileIterator (1.9.4)

Reference documentation and code samples for the Stackdriver Debugger Client class MatchingFileIterator.

This iterator returns files that match the provided file in the provided search path.

Example:

 $iterator = new MatchingFileIterator('.', 'Debugger/src/DebuggerClient.php');
$matches = iterator_to_array($iterator); 

Namespace

Google \ Cloud \ Debugger

Methods

__construct

Create a new MatchingFileIterator.

Parameters
Name
Description
searchPath
string

The root path to search in

file
string

The file to search for

accept

FilterIterator callback to determine whether or not the value should be accepted.

Returns
Type
Description
bool
Design a Mobile Site
View Site in Mobile | Classic
Share by: