News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Unpacking binary data in PHP
September 22, 2010 @ 10:45:52

Sameer Borate has a new post to his blog today talking about a method for unpacking binary data directly in PHP - specifically in working with images.

To set the stage we will start with a programming problem, this will keep the discussion anchored to a relevant context. The problem is this : We want to write a function that takes a image file as an argument and tells us whether the file is a GIF image; irrelevant with whatever the extension the file may have. We are not to use any GD library functions.

He shows how to use the unpack function to open up the file and pull out the raw data - including the header information that tells you what kind of file it is you're working with. There's also an example of unpacking the header contents and grabbing things like height, width and the aspect of the image.

0 comments voice your opinion now!
unpack binary data tutorial gif image


blog comments powered by Disqus

Similar Posts

Ivan Iordanov's Blog: extending Zend_Db_Table to create NestedSet models

DevShed: Introducing the Strategy Pattern

Chris Hartjes' Blog: Tutorial: How to create a thread in vBulletin with a script

ProDevTips Blog: Fluent Arrays and Strings in PHP

PHPBuilder.com: Use Zend Framework Action Helpers to Reduce PHP Code Redundancy


Community Events











Don't see your event here?
Let us know!


rest interview framework symfony2 introduction podcast phpunit testing development community series language functional usergroup release zendframework2 opinion unittest database conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework