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 /** * Destroys a context * * @phpstub * * @param resource $context * * @retu..

Decoded Output download

<?php

/**
 * Destroys a context
 *
 * @phpstub
 *
 * @param resource $context
 *
 * @return bool 
 */
function openal_context_destroy($context)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Destroys a context
 *
 * @phpstub
 *
 * @param resource $context
 *
 * @return bool 
 */
function openal_context_destroy($context)
{
}

Function Calls

None

Variables

None

Stats

MD5 439b99855cb8b93cb25ed93719061b4d
Eval Count 0
Decode Time 73 ms