Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

As PHP version 5.5 is no longer supported by the community, we strongly recommend new apps use the PHP 7+ runtime.

\google\appengine\api\log\RequestLogIterator

FINAL

Allows request logs to be iterated using a standard foreach statement but fetches the results in batches as needed.

Implements

]

Uses traits

\google\appengine\api\log\ApiProxyAccess

Methods

current

current()

next

next()

valid

valid()

rewind

rewind()

Reset to initial state. Called at start of foreach statement.

key

key() : null

Returns

null

Non-associative iterator.