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 /** * Define the viewer's position with polar coordinates * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Define the viewer's position with polar coordinates
 *
 * @phpstub
 *
 * @param float $dist
 * @param float $azimuth
 * @param float $incidence
 * @param float $twist
 *
 * @return void 
 */
function swf_polarview($dist, $azimuth, $incidence, $twist)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Define the viewer's position with polar coordinates
 *
 * @phpstub
 *
 * @param float $dist
 * @param float $azimuth
 * @param float $incidence
 * @param float $twist
 *
 * @return void 
 */
function swf_polarview($dist, $azimuth, $incidence, $twist)
{
}

Function Calls

None

Variables

None

Stats

MD5 e2c7c992a0b17d064f1d4d15582e3c9e
Eval Count 0
Decode Time 83 ms