The MongoDB\BSON\BinaryInterface interface

(mongodb >=1.3.0)

简介

This interface is implemented by MongoDB\BSON\Binary to be used as a parameter, return, or property type in userland classes.

类摘要

MongoDB\BSON\BinaryInterface {
/* 方法 */
abstract public getData ( ) : string
abstract public getType ( ) : int
abstract public __toString ( ) : string
}

Table of Contents

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有