| MongoId::__toStringReturns a hexidecimal representation of this id 
 Description
   public string MongoId::__toString
    ( void
   ) ParametersThis function has no parameters. Return ValuesThis id. ExamplesExample #1 MongoId::__toString example 
<?phpThe above example will output something similar to: 49a7011a05c677b9a916612a 49a702d5450046d3d515d10d |