| 
 | The MongoDB\BSON\BinaryInterface interfaceIntroductionThis interface is implemented by MongoDB\BSON\Binary to be used as a parameter, return, or property type in userland classes. Class synopsisMongoDB\BSON\BinaryInterface 
     
      class MongoDB\BSON\BinaryInterface
     
     { /* Methods */ 
   abstract public string getData() abstract public int getType() abstract public string __toString()} Changelog
 
 
 |