GoLang MongoDB\BSON\BinaryInterface::getData

request it (304)
GoLang replacement for PHP's MongoDB\BSON\BinaryInterface::getData [edit | history]



Do you know a GoLang replacement for PHP's MongoDB\BSON\BinaryInterface::getData? Write it!

PHP MongoDB\BSON\BinaryInterface::getData

PHP original manual for MongoDB\BSON\BinaryInterface::getData [ show | php.net ]

MongoDB\BSON\BinaryInterface::getData

(mongodb >=1.3.0)

MongoDB\BSON\BinaryInterface::getDataReturns the BinaryInterface's data

Description

abstract public string MongoDB\BSON\BinaryInterface::getData ( void )

Parameters

This function has no parameters.

Return Values

Returns the BinaryInterface's data.

See Also