From professional translators, enterprises, web pages and freely available translation repositories.
this function returns structured information about an expression that includes its type and value. arrays are explored recursively with values indented to show structure.
as with anything that outputs its result directly to the browser, you can use the output-control functions to capture the output of this function, and save it in a string (for example).
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if the object to check in is a collection, all children will be checked in recursively if they are documents. trying to check in a collection would result in an error.
if the object to check in is a collection, all children will be checked in recursively if they are documents.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
checks whether a set of objects (documents or collections) specified by the object_id_array is part of the collections listed in collection_id_array. when the fourth parameter return_collections is 0, the subset of object ids that is part of the collections (i.e., the documents or collections that are children of one or more collections of collection ids or their subcollections, recursively) is returned as an array. when the fourth parameter is 1, however, the set of collections that have one or more objects of this subset as children are returned as an array. this option allows a client to, e.g., highlight the part of the collection hierarchy that contains the matches of a previous query, in a graphical overview.
when the fourth parameter is 1, however, the set of collections that have one or more objects of this subset as children are returned as an array.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: