SELFPHP/Navigationshilfen Funktionsreferenz Variablen-Funktionen |
is_bool | |
bool is_bool(mixed var) |
PHP 4 >= 4.0b4 |
Die Funktion is_bool() überprüft, ob eine Variable (var) vom
Typ bool ist. Siehe auch: |
<?PHP |
$a ist ein bool |
weiter: | is_double |
zurück: | is_array |
SELFPHP/Navigationshilfen Funktionsreferenz Variablen-Funktionen |