<?php $string = '<?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="http://webservices.theshootingwarehouse.com/smart/Images.asmx"> <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="Table"> <xs:complexType> <xs:sequence> <xs:element name="MFGNO" type="xs:int" minOccurs="0" /> <xs:element name="Logo" type="xs:base64Binary" minOccurs="0" /> <xs:element name="LogoDate" type="xs:dateTime" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:schema> <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1"> <NewDataSet xmlns=""> <Table diffgr:id="Table1" msdata:rowOrder="0"> <MFGNO>1</MFGNO> <Logo>...truncated...</Logo> <LogoDate>2012-07-30T00:00:00+00:00</LogoDate> </Table> </NewDataSet> </diffgr:diffgram> </DataSet>'; var_dump(bin2hex($string));
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`