XRL
3.0.0
Simple XML-RPC Library (both client and server)
|
The XML-RPC "int" type. More...
Public Attributes | |
const | INTEGER_BITS = 32 |
Integer size in bits. | |
const | XMLRPC_TYPE = 'int' |
XML-RPC type for this class. | |
Additional Inherited Members | |
![]() | |
__toString () | |
set ($value) | |
write (\XMLWriter $writer,\DateTimeZone $timezone, $stringTag) | |
![]() | |
__construct ($value) | |
__toString () | |
get () | |
set ($value) | |
write (\XMLWriter $writer,\DateTimeZone $timezone, $stringTag) | |
![]() | |
static | read ($value,\DateTimeZone $timezone=null) |
![]() | |
static | parse ($value,\DateTimeZone $timezone=null) |
![]() | |
$value | |
Current value associated with this object. | |
The XML-RPC "int" type.
Definition at line 20 of file IntType.php.