Class BigInteger

Summary

Fully Qualified Name: Zend\Math\BigInteger\BigInteger

Description

Methods

Name Description Defined By
__callStatic() Call adapter methods statically BigInteger
factory() Create a BigInteger adapter instance BigInteger
getAvailableAdapter() Determine and return available adapter BigInteger
getDefaultAdapter() Get default BigInteger adapter BigInteger
setDefaultAdapter() Set default BigInteger adapter BigInteger

Method Details

__callStatic()

Call adapter methods statically

Parameter Name Type Description
$method string
$args mixed

Returns: mixed

factory()

Create a BigInteger adapter instance

Parameter Name Type Description
$adapterName string|null

Returns: \Adapter\AdapterInterface

getAvailableAdapter()

Determine and return available adapter

Returns: \Adapter\AdapterInterface

getDefaultAdapter()

Get default BigInteger adapter

Returns: null|\Adapter\AdapterInterface

setDefaultAdapter()

Set default BigInteger adapter

Parameter Name Type Description
$adapter string|\Adapter\AdapterInterface

Returns:

Top