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 /** * Gets a ``DOMElement`` object from a ``SimpleXMLElement`` object * * @ph..

Decoded Output download

<?php

/**
 * Gets a ``DOMElement`` object from a
   ``SimpleXMLElement`` object
 *
 * @phpstub
 *
 * @param SimpleXMLElement $node
 *
 * @return DOMElement The ``DOMElement`` node added or false if any errors occur.
 */
function dom_import_simplexml($node)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets a ``DOMElement`` object from a
   ``SimpleXMLElement`` object
 *
 * @phpstub
 *
 * @param SimpleXMLElement $node
 *
 * @return DOMElement The ``DOMElement`` node added or false if any errors occur.
 */
function dom_import_simplexml($node)
{
}

Function Calls

None

Variables

None

Stats

MD5 5cdb1aa4c1535954be47820fe0ee76ca
Eval Count 0
Decode Time 85 ms