diff options
author | Joshua Hoblitt <jhoblitt@cpan.org> | 2013-12-09 11:45:50 -0700 |
---|---|---|
committer | Joshua Hoblitt <jhoblitt@cpan.org> | 2013-12-09 11:50:03 -0700 |
commit | 1077881873024a5d2f53d3b4c4159ee49ae38c7a (patch) | |
tree | 7752efa86c42188248ebf85ef23cae83d86ebb94 /README.markdown | |
parent | 76514d47590f7d778db29b0d1473e99f49607c0d (diff) |
(#23381) add is_bool() function
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 5635343..b592946 100644 --- a/README.markdown +++ b/README.markdown @@ -486,6 +486,12 @@ Returns true if the variable passed to this function is an array. - *Type*: rvalue +is_bool +-------- +Returns true if the variable passed to this function is a boolean. + +- *Type*: rvalue + is_domain_name -------------- Returns true if the string passed to this function is a syntactically correct domain name. |