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 /** * Returns an error string * * @phpstub * * @param resource $xh * * @retu..
Decoded Output download
<?php
/**
* Returns an error string
*
* @phpstub
*
* @param resource $xh
*
* @return string Returns the error message, as a string.
*/
function xslt_error($xh)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns an error string
*
* @phpstub
*
* @param resource $xh
*
* @return string Returns the error message, as a string.
*/
function xslt_error($xh)
{
}
Function Calls
None |
Stats
MD5 | 4a27fcd3c3b8129303cb1b4cce524750 |
Eval Count | 0 |
Decode Time | 87 ms |