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 template * * @phpstub * * @param resource $psdoc * @param f..

Decoded Output download

<?php

/**
 * Start a new template
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $width
 * @param float $height
 *
 * @return int 
 */
function ps_begin_template($psdoc, $width, $height)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Start a new template
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $width
 * @param float $height
 *
 * @return int 
 */
function ps_begin_template($psdoc, $width, $height)
{
}

Function Calls

None

Variables

None

Stats

MD5 142691d903cd1e7196976a285bc590a4
Eval Count 0
Decode Time 96 ms