PHP » GoLang |
login |
register |
about
|
GoLang MongoCollection::__toString
request it (329)
GoLang replacement for PHP's MongoCollection::__toString
[edit | history]
PHP MongoCollection::__toStringPHP original manual for MongoCollection::__toString [ show | php.net ]MongoCollection::__toString(PECL mongo >=0.9.0) MongoCollection::__toString — String representation of this collection Description
public string MongoCollection::__toString
( void
)
ParametersThis function has no parameters. Return ValuesReturns the full name of this collection. Examples
Example #1 MongoCollection::__toString() example
<?php The above example will output something similar to: Working with collection foo.bar.baz. Working with collection [].&. |
more
Recently updated
more
Most requested
more
Last requests
|