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