|
MongoCollection::toIndexStringConverts keys specifying an index to its identifying string Beschreibung
static protected string MongoCollection::toIndexString
( mixed
$keys
)Warnung
This method is deprecated since version 1.5.0. Parameter-Liste
RückgabewerteReturns a string that describes the index. BeispieleBeispiel #1 MongoCollection::toIndexString example This example shows how you can create an index name out of keys. Because this is a protected (static) method, you need to overload it in a child class first.
<?phpSiehe auchMongoDB core docs on » indexes. Changelog
|