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 a string of XML into an object * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Interprets a string of XML into an object
*
* @phpstub
*
* @param string $data
* @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_string($data, $class_name = 'SimpleXMLElement', $options = false, $ns = '', $is_prefix = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Interprets a string of XML into an object
*
* @phpstub
*
* @param string $data
* @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_string($data, $class_name = 'SimpleXMLElement', $options = false, $ns = '', $is_prefix = false)
{
}
Function Calls
None |
Stats
MD5 | 88deae82deeec72354b328a60451a8ea |
Eval Count | 0 |
Decode Time | 93 ms |