Thread: Bool detection
View Single Post
  #7  
Old 12-14-2007, 05:37 AM
Kyranki Kyranki is offline
Freelance Coder
Join Date: Aug 2007
Location: At the end of the rainbow, in the pot of gold.
Posts: 202
Kyranki is on a distinguished road
Send a message via AIM to Kyranki Send a message via MSN to Kyranki
PHP Code:
public function isbool(val)
return (
val.type() == && val in {truefalse})? true false
Basically, what Novo said.
__________________
Stan.
Reply With Quote