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 /** * Writes a defined function as bytecodes * * @phpstub * * @param resource ..

Decoded Output download

<?php

/**
 * Writes a defined function as bytecodes
 *
 * @phpstub
 *
 * @param resource $filehandle
 * @param string $functionName
 *
 * @return bool 
 */
function bcompiler_write_function($filehandle, $functionName)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Writes a defined function as bytecodes
 *
 * @phpstub
 *
 * @param resource $filehandle
 * @param string $functionName
 *
 * @return bool 
 */
function bcompiler_write_function($filehandle, $functionName)
{
}

Function Calls

None

Variables

None

Stats

MD5 ddc90c123ab94c1c221239d613613c0d
Eval Count 0
Decode Time 94 ms