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 /** * Set a listener property * * @phpstub * * @param int $property * @param ..

Decoded Output download

<?php

/**
 * Set a listener property
 *
 * @phpstub
 *
 * @param int $property
 * @param mixed $setting
 *
 * @return bool 
 */
function openal_listener_set($property, $setting)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set a listener property
 *
 * @phpstub
 *
 * @param int $property
 * @param mixed $setting
 *
 * @return bool 
 */
function openal_listener_set($property, $setting)
{
}

Function Calls

None

Variables

None

Stats

MD5 9bc969e732efa7eebbf95e116efa6a3c
Eval Count 0
Decode Time 129 ms