PHP 3 Flashcards
1
Q
What will
$panda = (int) $panda;
do?
A
Turn the variable panda into a integer.
2
Q
Why you cases have breaks;?
A
Because if not all the cases would be executed.
Web Applications > PHP 3 > Flashcards
What will
$panda = (int) $panda;
do?
Turn the variable panda into a integer.
Why you cases have breaks;?
Because if not all the cases would be executed.