It's a good day (for once in the IT lab)
Date: 11/28/07
(PHP Community) Keywords: no keywords
It's been one of those weeks when everything has metaphorically been on fire.
I'm working on a temporary script to resolve a problem from last week and got the chance to write this oh-so-Internet-kiddy influenced code.
function YslashN ( $var ) { return ( $var == 1 || $var == true ) ? "Yes" : "No" ; }
Source: http://community.livejournal.com/php/599148.html
|