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 pie * * @phpstub * * @param resource $printer_handle * @param in..

Decoded Output download

<?php

/**
 * Draw a pie
 *
 * @phpstub
 *
 * @param resource $printer_handle
 * @param int $rec_x
 * @param int $rec_y
 * @param int $rec_x1
 * @param int $rec_y1
 * @param int $rad1_x
 * @param int $rad1_y
 * @param int $rad2_x
 * @param int $rad2_y
 *
 * @return void 
 */
function printer_draw_pie($printer_handle, $rec_x, $rec_y, $rec_x1, $rec_y1, $rad1_x, $rad1_y, $rad2_x, $rad2_y)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Draw a pie
 *
 * @phpstub
 *
 * @param resource $printer_handle
 * @param int $rec_x
 * @param int $rec_y
 * @param int $rec_x1
 * @param int $rec_y1
 * @param int $rad1_x
 * @param int $rad1_y
 * @param int $rad2_x
 * @param int $rad2_y
 *
 * @return void 
 */
function printer_draw_pie($printer_handle, $rec_x, $rec_y, $rec_x1, $rec_y1, $rad1_x, $rad1_y, $rad2_x, $rad2_y)
{
}

Function Calls

None

Variables

None

Stats

MD5 f186b3ebceadb8830276ffba7c6259f9
Eval Count 0
Decode Time 84 ms