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 /** * Place an object onto the screen * * @phpstub * * @param int $objid * @p..

Decoded Output download

<?php

/**
 * Place an object onto the screen
 *
 * @phpstub
 *
 * @param int $objid
 * @param int $depth
 *
 * @return void 
 */
function swf_placeobject($objid, $depth)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Place an object onto the screen
 *
 * @phpstub
 *
 * @param int $objid
 * @param int $depth
 *
 * @return void 
 */
function swf_placeobject($objid, $depth)
{
}

Function Calls

None

Variables

None

Stats

MD5 0a11420b911eff8d83db128b4115193e
Eval Count 0
Decode Time 89 ms