XRL  latest
Simple XML-RPC Library (both client and server)
I2.php
1 <?php
2 /*
3  * This file is part of XRL, a simple XML-RPC Library for PHP.
4  *
5  * Copyright (c) 2012, XRL Team. All rights reserved.
6  * XRL is licensed under the 3-clause BSD License.
7  *
8  * For the full copyright and license information, please view the LICENSE
9  * file that was distributed with this source code.
10  */
11 
12 namespace fpoirotte\XRL\Types;
13 
24 {
26  const XMLRPC_TYPE = '{http://ws.apache.org/xmlrpc/namespaces/extensions}i2';
27 
29  const INTEGER_BITS = 16;
30 }
const INTEGER_BITS
Integer size in bits.
Definition: I2.php:29
Abstract class for fixed-length integer types.
The XML-RPC "i2" type.
Definition: I2.php:23
const XMLRPC_TYPE
XML-RPC type for this class.
Definition: I2.php:26