PHP - Type Handling
Find the mistake in this PHP code:
$value = "hello";
if (gettype $value == "string") {
echo "It is a string.";
}
$value = "hello";
if (gettype $value == "string") {
echo "It is a string.";
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions