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 /** * Start a new pattern * * @phpstub * * @param resource $psdoc * @param fl..

Decoded Output download

<?php

/**
 * Start a new pattern
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $width
 * @param float $height
 * @param float $xstep
 * @param float $ystep
 * @param int $painttype
 *
 * @return int The identifier of the pattern .
 */
function ps_begin_pattern($psdoc, $width, $height, $xstep, $ystep, $painttype)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Start a new pattern
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $width
 * @param float $height
 * @param float $xstep
 * @param float $ystep
 * @param int $painttype
 *
 * @return int The identifier of the pattern .
 */
function ps_begin_pattern($psdoc, $width, $height, $xstep, $ystep, $painttype)
{
}

Function Calls

None

Variables

None

Stats

MD5 8d9554aa589b9e0a95e9c6d5031ba798
Eval Count 0
Decode Time 87 ms