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