Thread
:
Bool detection
View Single Post
#
11
12-14-2007, 09:35 AM
xAndrewx
Registered User
Join Date: Sep 2004
Posts: 5,260
PHP Code:
public function
isBool
(
val
) {
return (
temp
.
val in
{
true
,
false
});
}
should cover it
__________________
email:
[email protected]
xAndrewx
View Public Profile
View GraalOnline Profile
Find all posts by xAndrewx