Property | Type | Description | |
---|---|---|---|
$value | string |
Method | Description | |
---|---|---|
__construct ( string $value ) | Creates a new 32-bit number with the given value. | |
__toString ( ) : string | ||
toBSONType ( ) : integer | Converts this MongoInt32 to a native integer |
public __construct ( string $value ) | ||
$value | string | A number |
public toBSONType ( ) : integer | ||
return | integer |