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