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 include "bootstrap.php"; $xml_reponse = file_get_contents(EXAMPLE_RESPONSE_XML_1);..
Decoded Output download
<?php
include "bootstrap.php";
$xml_reponse = file_get_contents(EXAMPLE_RESPONSE_XML_1);
$solrObject = SolrUtils::digestXMLResponse($xml_reponse);
print_r($solrObject);
?>
Did this file decode correctly?
Original Code
<?php
include "bootstrap.php";
$xml_reponse = file_get_contents(EXAMPLE_RESPONSE_XML_1);
$solrObject = SolrUtils::digestXMLResponse($xml_reponse);
print_r($solrObject);
?>
Function Calls
None |
Stats
MD5 | 552063fb985827f79c361688e1d5b214 |
Eval Count | 0 |
Decode Time | 83 ms |