php/laravel Flashcards

1
Q

php: Every php document is started and ended with

A

-?php

?>

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

php: To print to the console, type

A

echo ‘string’;

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

php: To write a comment, type

A

//

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

php: To create an empty variable, type

A

$my_var;

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

php: To print a objects’s type and value to the console, type

A

var_dump($my_var);

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