PHP 7.0.6 Released

MongoInt32::__toString

(PECL mongo >= 1.0.9)

MongoInt32::__toStringReturns the string representation of this 32-bit integer.

Description

public string MongoInt32::__toString ( void )

Parameters

This function has no parameters.

Return Values

Returns the string representation of this integer.

User Contributed Notes

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