172. Class

172.1. Zend\Math\BigInteger\BigInteger

172.1.1. Methods

172.1.1.1. factory

factory()

Create a BigInteger adapter instance

Parameters:string|AdapterAdapterInterface|null
Return type:AdapterAdapterInterface

172.1.1.2. setAdapterPluginManager

setAdapterPluginManager()

Set adapter plugin manager

Parameters:AdapterPluginManager

172.1.1.3. getAdapterPluginManager

getAdapterPluginManager()

Get the adapter plugin manager

Return type:AdapterPluginManager

172.1.1.4. setDefaultAdapter

setDefaultAdapter()

Set default BigInteger adapter

Parameters:string|AdapterAdapterInterface

172.1.1.5. getDefaultAdapter

getDefaultAdapter()

Get default BigInteger adapter

Return type:null|AdapterAdapterInterface

172.1.1.6. getAvailableAdapter

getAvailableAdapter()

Determine and return available adapter

Return type:AdapterAdapterInterface
Throws :ExceptionRuntimeException

172.1.1.7. __callStatic

__callStatic()

Call adapter methods statically

Parameters:
  • string
  • mixed
Return type:

mixed