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

Decoded Output download

<?php

/**
 * Interprets an XML file into an object
 *
 * @phpstub
 *
 * @param string $filename
 * @param string $class_name
 * @param int $options
 * @param string $ns
 * @param bool $is_prefix
 *
 * @return SimpleXMLElement Returns an ``object`` of class ``SimpleXMLElement`` with
 *                          properties containing the data held within the XML document,.
 */
function simplexml_load_file($filename, $class_name = 'SimpleXMLElement', $options = false, $ns = '', $is_prefix = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Interprets an XML file into an object
 *
 * @phpstub
 *
 * @param string $filename
 * @param string $class_name
 * @param int $options
 * @param string $ns
 * @param bool $is_prefix
 *
 * @return SimpleXMLElement Returns an ``object`` of class ``SimpleXMLElement`` with
 *                          properties containing the data held within the XML document,.
 */
function simplexml_load_file($filename, $class_name = 'SimpleXMLElement', $options = false, $ns = '', $is_prefix = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 7667d094e7d141f3e7b1f955524a3b54
Eval Count 0
Decode Time 101 ms