Answers for "php boolean or"

PHP
1

declare boolean php

<?php
$foo = True; // assign the value TRUE to $foo
?>
Posted by: Guest on August-17-2021
0

php is boolean

The is_bool() function checks whether a variable is a boolean or not. This function returns true (1) if the variable is a boolean, otherwise it returns false/nothing.
Posted by: Guest on March-11-2021

Browse Popular Code Answers by Language