php Flashcards

1
Q

Does php have a printf function?

A

yes, with the same syntax as java

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

What is the difference between the sprint and printf function?

A

sprint can output to a variable instead

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

What does the function file_exists do?

A

checks weather a file exists

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

What functions exists for opening/writing/closing files?

A

fopen, fwrite, fclose

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