News Feed
Jobs Feed
Sections




News Archive
Cody Taylor's Blog:
Checking Bits With PHP
June 18, 2009 @ 11:12:43

Cody Taylor has a quick post to his blog about bit checking in PHP:

PHP makes life a lot easier for quick or dirty maintenance scripts, cron jobs or web applications but how does it do for older, not so straight forward problems dealing with bits and bytes? I was surprised how easy it was to manipulate bits in a byte with php. Here is an function that made my life a fair amount easier when having to check for a specific bit in a byte.

The function takes in the value and, after casting it to an int, checks to see how it compares to eight and returns it. This result can be passed through decbin function for output. A handy table of the bitwise operator definitions is also included.

0 comments voice your opinion now!
definition tutorial bit check


blog comments powered by Disqus

Similar Posts

PHPWomen.org: One way to handle concurrency in a multi-user web app

DZone.com: Video: PHP 5.3.1, MongoDB and Lithium on Windows 7 / IIS 7

DZone.com: How to correctly work with PHP serialization

Tiffany Brown's Blog: PHP quickie: is_numeric() versus ctype_digit()

Jacob Santos' Blog: PHP Blackjack


Community Events









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


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

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