0×1337.de_blog about security, open source, music and revolution.

October 14, 2009

ENUMfake for PHP

Filed under: code, php, snippets — Tags: , , , , — anx @ 4:41 pm

A simple enum drop-in for PHP… use like: enum(’a',’b',’c',’lol_count’);
function enum(){
global $ENUM_COUNTER;
foreach(func_get_args() as $k){
define($k,++$ENUM_COUNTER);}}

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress