parent root
PHP: MongoCollection::validate - Manual

MongoCollection::validate

(PECL mongo >=0.9.0)

MongoCollection::validateValidates this collection

Description

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

Parameters

scan_data

Only validate indices, not the base collection.

Return Values

Returns the database's evaluation of this object.

add a noteadd a note

User Contributed Notes

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