mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-18 11:15:12 +00:00
Remove HTML from BigInteger code example.
This commit is contained in:
parent
f744fbbcc9
commit
c1597f4533
@ -242,13 +242,13 @@ class Math_BigInteger
|
|||||||
*
|
*
|
||||||
* Here's an example:
|
* Here's an example:
|
||||||
* <code>
|
* <code>
|
||||||
* <?php
|
* <?php
|
||||||
* include('Math/BigInteger.php');
|
* include('Math/BigInteger.php');
|
||||||
*
|
*
|
||||||
* $a = new Math_BigInteger('0x32', 16); // 50 in base-16
|
* $a = new Math_BigInteger('0x32', 16); // 50 in base-16
|
||||||
*
|
*
|
||||||
* echo $a->toString(); // outputs 50
|
* echo $a->toString(); // outputs 50
|
||||||
* ?>
|
* ?>
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* @param optional $x base-10 number or base-$base number if $base set.
|
* @param optional $x base-10 number or base-$base number if $base set.
|
||||||
|
Loading…
Reference in New Issue
Block a user