Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BigInteger.php
function BigInteger::toBigInteger
Overrides
BigNumber::toBigInteger
File
vendor/
brick/
math/
src/
BigInteger.php
, line 875
Class
BigInteger
An arbitrary-size integer.
Namespace
Brick\Math
Code
public
function
toBigInteger
() : BigInteger {
return
$this
; }
RSS feed