A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by Ollie Saunders » Tue Jul 04, 2006 12:57 pm
Code: Select all
function bool2str($bool) { return $bool ? 'true' : 'false'; }
Post by feyd » Tue Jul 04, 2006 1:24 pm
Post by Ollie Saunders » Tue Jul 04, 2006 1:26 pm
Return to “PHP - Code”