MongoInt32::__construct

(PECL mongo >= 1.0.9)

MongoInt32::__constructCreates a new 32-bit integer.

설명

public MongoInt32::__construct ( string $value )

Creates a new 32-bit number with the given value.

인수

value

A number.

반환값

Returns a new integer.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top