close

 

<?php
$var_name=false;
if (is_bool($var_name))
echo 'This is a boolean.';
else
echo 'This is not a boolean.';
?>


輸出:

This is a boolean.

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()