PHP Doku:: The MongoInt32 class - class.mongoint32.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The MongoInt32 class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Datenbankerweiterungen
≥
Anbieterspezifische Datenbankerweiterungen
≥
MongoDB Native Driver
≥
Types
≥
The MongoInt32 class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Types
<<
MongoBinData::__toString
MongoInt32::__construct
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Datenbankerweiterungen
∧
Anbieterspezifische Datenbankerweiterungen
∧
MongoDB Native Driver
∧
Types
The MongoBinData class
The MongoCode class
The MongoDate class
The MongoDBRef class
The MongoId class
The MongoInt32 class
The MongoInt64 class
The MongoMaxKey class
The MongoMinKey class
The MongoRegex class
The MongoTimestamp class
UnterSeiten:
∨
MongoInt32::__construct
∨
MongoInt32::__toString
The MongoInt32 class
Einführung
The class can be used to save 32-bit integers to the database on a 64-bit system.
Klassenbeschreibung
MongoInt32
{
/* Methoden */
public
__construct
(
string
$value
)
public
__toString
(
void
)
}
Inhaltsverzeichnis
MongoInt32::__construct
— Creates a new 32-bit integer.
MongoInt32::__toString
— Returns the string representation of this 32-bit integer.
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...