PHP 3 Flashcards

1
Q

What will

$panda = (int) $panda;

do?

A

Turn the variable panda into a integer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why you cases have breaks;?

A

Because if not all the cases would be executed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly