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 /** * Draw a line * * @phpstub * * @param resource $image * @param int $x1 *..

Decoded Output download

<?php

/**
 * Draw a line
 *
 * @phpstub
 *
 * @param resource $image
 * @param int $x1
 * @param int $y1
 * @param int $x2
 * @param int $y2
 * @param int $color
 *
 * @return bool 
 */
function imageline($image, $x1, $y1, $x2, $y2, $color)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Draw a line
 *
 * @phpstub
 *
 * @param resource $image
 * @param int $x1
 * @param int $y1
 * @param int $x2
 * @param int $y2
 * @param int $color
 *
 * @return bool 
 */
function imageline($image, $x1, $y1, $x2, $y2, $color)
{
}

Function Calls

None

Variables

None

Stats

MD5 b48aba00010a74fef6628149aefddabd
Eval Count 0
Decode Time 99 ms