<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Processing Binary Files In PHP</title>
	<atom:link href="http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/</link>
	<description>A blog about web development, software business, and WordPress</description>
	<lastBuildDate>Wed, 16 May 2012 17:59:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jānis Elsts</title>
		<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/comment-page-1/#comment-197827</link>
		<dc:creator>Jānis Elsts</dc:creator>
		<pubDate>Sat, 04 Feb 2012 08:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/#comment-197827</guid>
		<description>Take a look at &lt;a href=&quot;http://www.openexr.com/&quot; rel=&quot;nofollow&quot;&gt;OpenEXR&lt;/a&gt;. It&#039;s probably the best source of information about this format.</description>
		<content:encoded><![CDATA[<p>Take a look at <a href="http://www.openexr.com/" rel="nofollow">OpenEXR</a>. It&#8217;s probably the best source of information about this format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ewok1</title>
		<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/comment-page-1/#comment-197807</link>
		<dc:creator>ewok1</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/#comment-197807</guid>
		<description>hey,

i want to process a (graphical) binary file ending on &quot;.exr&quot;,
threated as text, of course, it crushes the file.

how could i edit this file, i want to edit some names in the .exr file?
have you any clues to me ?! :x

best regards,
Marc</description>
		<content:encoded><![CDATA[<p>hey,</p>
<p>i want to process a (graphical) binary file ending on &#8220;.exr&#8221;,<br />
threated as text, of course, it crushes the file.</p>
<p>how could i edit this file, i want to edit some names in the .exr file?<br />
have you any clues to me ?! :x</p>
<p>best regards,<br />
Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayg</title>
		<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/comment-page-1/#comment-30024</link>
		<dc:creator>dayg</dc:creator>
		<pubDate>Wed, 29 Apr 2009 02:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/#comment-30024</guid>
		<description>Coming from the Java land, I have been searching for a method similar to DataOutputStream.writeUTF() for the last couple of days. 

Your tip on the PHP pack() method solved my problem.

Thanks!</description>
		<content:encoded><![CDATA[<p>Coming from the Java land, I have been searching for a method similar to DataOutputStream.writeUTF() for the last couple of days. </p>
<p>Your tip on the PHP pack() method solved my problem.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/comment-page-1/#comment-29988</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 23 Apr 2009 16:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/#comment-29988</guid>
		<description>Another very useful tool is bin2hex() if you&#039;re looking to get hex data from the binary file.</description>
		<content:encoded><![CDATA[<p>Another very useful tool is bin2hex() if you&#8217;re looking to get hex data from the binary file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/comment-page-1/#comment-11092</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 17 Jan 2008 13:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/#comment-11092</guid>
		<description>You&#039;re welcome :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy H.</title>
		<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/comment-page-1/#comment-11091</link>
		<dc:creator>Andy H.</dc:creator>
		<pubDate>Thu, 17 Jan 2008 13:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/#comment-11091</guid>
		<description>That is great! Thank you very much for posting this as it is exactly what I was looking for. Nowhere else, including _PHP in a Nutshell_, does anyone mention this critical fact when working with binary data.</description>
		<content:encoded><![CDATA[<p>That is great! Thank you very much for posting this as it is exactly what I was looking for. Nowhere else, including _PHP in a Nutshell_, does anyone mention this critical fact when working with binary data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/comment-page-1/#comment-2388</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Wed, 13 Jun 2007 11:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/#comment-2388</guid>
		<description>Sorry, I don&#039;t know what type of data .cgh files contain and I couldn&#039;t find this extension at http://filext.com/file-extension/chg ... I&#039;m afraid I can&#039;t help you in this case.</description>
		<content:encoded><![CDATA[<p>Sorry, I don&#8217;t know what type of data .cgh files contain and I couldn&#8217;t find this extension at <a href="http://filext.com/file-extension/chg" rel="nofollow">http://filext.com/file-extension/chg</a> &#8230; I&#8217;m afraid I can&#8217;t help you in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuldeep</title>
		<link>http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/comment-page-1/#comment-2384</link>
		<dc:creator>kuldeep</dc:creator>
		<pubDate>Wed, 13 Jun 2007 09:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/17/processing-binary-files-in-php/#comment-2384</guid>
		<description>can u help me about getting data form binary file 
that extension is .cgh</description>
		<content:encoded><![CDATA[<p>can u help me about getting data form binary file<br />
that extension is .cgh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

