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 /** * Load a buffer with data * * @phpstub * * @param resource $buffer * @par..

Decoded Output download

<?php

/**
 * Load a buffer with data
 *
 * @phpstub
 *
 * @param resource $buffer
 * @param int $format
 * @param string $data
 * @param int $freq
 *
 * @return bool 
 */
function openal_buffer_data($buffer, $format, $data, $freq)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Load a buffer with data
 *
 * @phpstub
 *
 * @param resource $buffer
 * @param int $format
 * @param string $data
 * @param int $freq
 *
 * @return bool 
 */
function openal_buffer_data($buffer, $format, $data, $freq)
{
}

Function Calls

None

Variables

None

Stats

MD5 7b9a5f02aa42d7e4a81e6c0970d55045
Eval Count 0
Decode Time 78 ms