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 php source file as bytecodes * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Writes a php source file as bytecodes
*
* @phpstub
*
* @param resource $filehandle
* @param string $filename
*
* @return bool
*/
function bcompiler_write_file($filehandle, $filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Writes a php source file as bytecodes
*
* @phpstub
*
* @param resource $filehandle
* @param string $filename
*
* @return bool
*/
function bcompiler_write_file($filehandle, $filename)
{
}
Function Calls
None |
Stats
MD5 | 73c7e50187302a22ab8abc69706298b1 |
Eval Count | 0 |
Decode Time | 67 ms |