Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Convert GMP number to string * * @phpstub * * @param resource $gmpnumber..
Decoded Output download
<?php
/**
* Convert GMP number to string
*
* @phpstub
*
* @param resource $gmpnumber
* @param int $base
*
* @return string The number, as a ``string``.
*/
function gmp_strval($gmpnumber, $base = 10)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert GMP number to string
*
* @phpstub
*
* @param resource $gmpnumber
* @param int $base
*
* @return string The number, as a ``string``.
*/
function gmp_strval($gmpnumber, $base = 10)
{
}
Function Calls
None |
Stats
MD5 | 488eccd97f3fc5239985ae545e961dfc |
Eval Count | 0 |
Decode Time | 71 ms |