Public Member Functions |
| __construct ($extension=null) |
| __call ($methodName, $args) |
Protected Member Functions |
| _loadAdapter ($extension=null) |
Protected Attributes |
| $_math = null |
Detailed Description
Definition at line 44 of file BigInteger.php.
Constructor & Destructor Documentation
__construct |
( |
$ |
extension = null ) |
|
Constructor; a Factory which detects a suitable PHP extension for arbitrary precision math and instantiates the suitable wrapper object.
- Parameters:
-
- Exceptions:
-
Definition at line 62 of file BigInteger.php.
Member Function Documentation
__call |
( |
$ |
methodName, |
|
|
$ |
args |
|
) |
| |
Redirect all public method calls to the wrapped extension object.
- Parameters:
-
string | $methodName | |
array | $args | |
- Exceptions:
-
Definition at line 78 of file BigInteger.php.
_loadAdapter |
( |
$ |
extension = null ) |
[protected] |
The documentation for this class was generated from the following file: