|
MongoDB\BSON\ObjectID::__toStringReturns the hexidecimal representation of this ObjectID Beschreibung
final public string MongoDB\BSON\ObjectID::__toString
( void
)
Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the hexidecimal representation of this ObjectID. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\BSON\ObjectID::__toString example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(24) "56731b49da14d8747d701211" string(24) "000000000000000000000001" Siehe auch |