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 DOM object from an XML file * * @phpstub * * @param string $fi..

Decoded Output download

<?php

/**
 * Creates a DOM object from an XML file
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $mode
 * @param array $error
 *
 * @return DomDocument Returns a ``DomDocument`` instance of the given file.
 */
function domxml_open_file($filename, $mode = false, &$error = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a DOM object from an XML file
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $mode
 * @param array $error
 *
 * @return DomDocument Returns a ``DomDocument`` instance of the given file.
 */
function domxml_open_file($filename, $mode = false, &$error = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 d948b1fa4c23f2c43a5a38b1ae834fcc
Eval Count 0
Decode Time 96 ms