MongoInt32 ��

(PECL mongo >=1.0.9)

Warning

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 ��ֵѡ����ʵ����ݿ��������͡�

���

����������һ�� 64 λ�IJ���ϵͳ�Ͻ� 32 λ�� integer ���浽���ݿ⡣

��ժҪ

MongoInt32 {
/* �ֶ� */
public string $value ;
/* ���� */
public __construct ( string $value )
public __toString ( void ) : string
}

�ֶ�

value
This is the string value of the 64-bit number. ���磬123 ��ֵӦ���� "123"��

Table of Contents