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 /** * Draws a circle * * @phpstub * * @param resource $psdoc * @param float $..

Decoded Output download

<?php

/**
 * Draws a circle
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $x
 * @param float $y
 * @param float $radius
 *
 * @return bool 
 */
function ps_circle($psdoc, $x, $y, $radius)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Draws a circle
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $x
 * @param float $y
 * @param float $radius
 *
 * @return bool 
 */
function ps_circle($psdoc, $x, $y, $radius)
{
}

Function Calls

None

Variables

None

Stats

MD5 8b0fed916bbcd8d7dee8c74d2843c59f
Eval Count 0
Decode Time 104 ms