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 /** * Perfect square check * * @phpstub * * @param resource $a * * @return b..

Decoded Output download

<?php

/**
 * Perfect square check
 *
 * @phpstub
 *
 * @param resource $a
 *
 * @return bool Returns true if  is a perfect square,
 *              false otherwise.
 */
function gmp_perfect_square($a)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Perfect square check
 *
 * @phpstub
 *
 * @param resource $a
 *
 * @return bool Returns true if  is a perfect square,
 *              false otherwise.
 */
function gmp_perfect_square($a)
{
}

Function Calls

None

Variables

None

Stats

MD5 e16fde5796c1beb0f71ad69f3d81ce0a
Eval Count 0
Decode Time 84 ms