Posted by Chung Leong on 04/09/06 19:57
Oli Filth wrote: > function getWithDefault(&$array, $key, $default = NULL) > { > return (isset($array[$key])) ? $array[$key] : $default; > } Clever. Very clever.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming