|
MongoDB\BSON\Binary::__toStringReturns the Binary's data Beschreibung
final public string MongoDB\BSON\Binary::__toString
( void
)
Diese Methode ist ein Alias für: MongoDB\BSON\Binary::getData. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the Binary's code. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\BSON\Binary::__toString example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: string(3) "foo" Siehe auch
|