PHP 7.0.6 Released

MongoCollection::validate

(PECL mongo >=0.9.0)

MongoCollection::validateValidates this collection

Description

public array MongoCollection::validate ([ bool $scan_data = FALSE ] )

Parameters

scan_data

Only validate indices, not the base collection.

Return Values

Returns the database's evaluation of this object.

User Contributed Notes

There are no user contributed notes for this page.
To Top