Php/docs/mongoint32.tostring

来自菜鸟教程
跳转至:导航、​搜索

MongoInt32::__toString

(PECL mongo >= 1.0.9)

MongoInt32::__toString返回该 32 位 integer 的字符串表示。


This extension that defines this class

is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this class in the new extension.

作为替代,新扩展会根据 Integer 的值做合适的数据库类型选择。

说明

public MongoInt32::__toString ( ) : string

参数

此函数没有参数。


返回值

返回该 integer 字符串形式的表示。