News Feed
Jobs Feed
Sections




News Archive
Igor Wiedler:
Binary parsing with PHP
September 25, 2012 @ 12:17:41

Igor Wiedler has a new post to his blog showing how to work with binary data in your PHP applications a few different built-in functions including unpack and bindec.

Binary operations in PHP are a bit strange. Since PHP was originally a templating layer for C code, it still has many of those C-isms. Lots of the function names map directly to C-level APIs, even if they work a bit differently sometimes. For example, PHP's strlen maps directly to STRLEN(3), and there are countless examples of this. However, as soon as it comes to dealing with binary data, things suddenly become very different.

He starts off looking at "the C way" to unpack a string (getting the ASCII values of each character) and shows how *not* to do it in PHP with ord. Instead he uses "unpack", bitwise operators and bindec to work with the actual binary data of the string.

0 comments voice your opinion now!
binary parse ord unpack tutorial bindec bitwise


blog comments powered by Disqus

Similar Posts

DevShed: Reading, Writing and Creating Files in PHP

Zend Developer Zone: Getting Started with Zend Server CE

Mikko Koppanen's Blog: Color analysis

Design-Ireland.net: Logging Messages to Scribe from PHP

Zend Developer Zone: MySQLND, MySQL_UH and other goodies available to PHP programmers


Community Events









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


api composer release example zendframework2 opinion unittest phpunit functional testing development event object community code framework interview introduction database language

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