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 rectangle * * @phpstub * * @param resource $p * @param float $x *..

Decoded Output download

<?php

/**
 * Draw rectangle
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $x
 * @param float $y
 * @param float $width
 * @param float $height
 *
 * @return bool
 */
function PDF_rect($p, $x, $y, $width, $height)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Draw rectangle
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $x
 * @param float $y
 * @param float $width
 * @param float $height
 *
 * @return bool
 */
function PDF_rect($p, $x, $y, $width, $height)
{
}

Function Calls

None

Variables

None

Stats

MD5 487028492c370002ca5bdb72015106ea
Eval Count 0
Decode Time 72 ms