Intro to PHP 3 Flashcards

1
Q

What does print_ do?

A

Prints human readable array

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

What does $_request contain?

A

Other superglobals like get and post

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

What does var_export do?

A

Prints a parable string of a variable

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

What does Strrev

A

Reverses a string

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

What does ini_set do?

A

Sets configuration options for display errors, file_uploads, etc.

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

How do you check if something is an array?

A

Is_array

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

How do you check if something is empty?

A

Isset

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

Where is post put?

A

Sent to destination

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

Where does get go?

A

To the url

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