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 /** * Create an XML parser * * @phpstub * * @param string $encoding * * @ret..
Decoded Output download
<?php
/**
* Create an XML parser
*
* @phpstub
*
* @param string $encoding
*
* @return resource Returns a resource handle for the new XML parser.
*/
function xml_parser_create($encoding = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create an XML parser
*
* @phpstub
*
* @param string $encoding
*
* @return resource Returns a resource handle for the new XML parser.
*/
function xml_parser_create($encoding = NULL)
{
}
Function Calls
None |
Stats
MD5 | 977939aa79473cbee84e76819c7d7319 |
Eval Count | 0 |
Decode Time | 80 ms |