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 with namespace support * * @phpstub * * @param stri..

Decoded Output download

<?php

/**
 * Create an XML parser with namespace support
 *
 * @phpstub
 *
 * @param string $encoding
 * @param string $separator
 *
 * @return resource Returns a resource handle for the new XML parser.
 */
function xml_parser_create_ns($encoding = NULL, $separator = '\':\'')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create an XML parser with namespace support
 *
 * @phpstub
 *
 * @param string $encoding
 * @param string $separator
 *
 * @return resource Returns a resource handle for the new XML parser.
 */
function xml_parser_create_ns($encoding = NULL, $separator = '\':\'')
{
}

Function Calls

None

Variables

None

Stats

MD5 28157928ea477dd43ed259da3aab802b
Eval Count 0
Decode Time 104 ms