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 /** * Reads an external file with raw PostScript code * * @phpstub * * @param ..
Decoded Output download
<?php
/**
* Reads an external file with raw PostScript code
*
* @phpstub
*
* @param resource $psdoc
* @param string $file
*
* @return bool
*/
function ps_include_file($psdoc, $file)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Reads an external file with raw PostScript code
*
* @phpstub
*
* @param resource $psdoc
* @param string $file
*
* @return bool
*/
function ps_include_file($psdoc, $file)
{
}
Function Calls
None |
Stats
MD5 | c41b7cf325c94016cc41dc8d3954cd1e |
Eval Count | 0 |
Decode Time | 98 ms |