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

Decoded Output download

<?php

/**
 * Retrieve a listener property
 *
 * @phpstub
 *
 * @param int $property
 *
 * @return mixed Returns a float or array of floats (as appropriate).
 */
function openal_listener_get($property)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieve a listener property
 *
 * @phpstub
 *
 * @param int $property
 *
 * @return mixed Returns a float or array of floats (as appropriate).
 */
function openal_listener_get($property)
{
}

Function Calls

None

Variables

None

Stats

MD5 2b58d32252903a43339e040784effd64
Eval Count 0
Decode Time 78 ms