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