data types

Strattonbrazil's Blog: php to python: Why PHP is now dead to me

PHPDeveloper.org  Thu, 02/03/2011 - 08:16

On their Blogspot blog today strattonbrazil talks about why they now find PHP boring as compared to other languages and is "dead to them" in future development.


 

Jack Diederich's Blog: Comparing the Ruby/PHP/Python C Interpret...

PHPDeveloper.org  Wed, 03/17/2010 - 14:02

Recently on his blog Jack Diederich took a look at three different interpreters for Ruby, PHP and Python to see how they were implemented as compared to the language they're used in.


 

Content with Style: Viewing BLOB content in phpMyAdmin

PHPDeveloper.org  Fri, 11/20/2009 - 08:57

New from the Content with Style blog today there's a quick tip from Matthias Willerich for phpMyAdmin users who are having issues viewing the content of blob data types.


 

Redis: Lightweight key/value Store That Goes the Extra Mile

Linux Today  Wed, 09/02/2009 - 09:33

Linux Magazine: "Calling redis a key/value store doesn’t quite due it justice. It’s better thought of as a “data structures” server that supports several native data types and operations on them."


 

Benjamin Eberlei's Blog: Enums in PHP

PHPDeveloper.org  Tue, 09/01/2009 - 11:46

In a new post to his blog Benjamin Eberlei talks about enum data types in PHP and how the is getting close but still isn't quite there yet.


 

DevShed: Checking Boolean Values with Filters in PHP 5

PHPDeveloper.org  Thu, 07/30/2009 - 08:09

DevShed continues their look at filtering in PHP5 applications with this third part covering checks on boolean values.