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 /** * Creates a tree of PHP objects from an XML document * * @phpstub * * @par..

Decoded Output download

<?php

/**
 * Creates a tree of PHP objects from an XML document
 *
 * @phpstub
 *
 * @param string $str
 *
 * @return DomDocument Returns a tree of Dom objects starting by a
 *                     ``DomDocument``.
 */
function domxml_xmltree($str)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a tree of PHP objects from an XML document
 *
 * @phpstub
 *
 * @param string $str
 *
 * @return DomDocument Returns a tree of Dom objects starting by a
 *                     ``DomDocument``.
 */
function domxml_xmltree($str)
{
}

Function Calls

None

Variables

None

Stats

MD5 fe754c23af93a98896c3335a6b4817d9
Eval Count 0
Decode Time 94 ms