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 polygon * * @phpstub * * @param resource $image * @param array ..

Decoded Output download

<?php

/**
 * Draws a polygon
 *
 * @phpstub
 *
 * @param resource $image
 * @param array $points
 * @param int $num_points
 * @param int $color
 *
 * @return bool 
 */
function imagepolygon($image, $points, $num_points, $color)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Draws a polygon
 *
 * @phpstub
 *
 * @param resource $image
 * @param array $points
 * @param int $num_points
 * @param int $color
 *
 * @return bool 
 */
function imagepolygon($image, $points, $num_points, $color)
{
}

Function Calls

None

Variables

None

Stats

MD5 e6ac193c712a4f5bfea22f8a6ce4c4ec
Eval Count 0
Decode Time 79 ms