Mario uses the following PHP function to open his text file:
($file 1 = fopen(“MarioDATA.txt”, “r”));
In what mode will the file be opened?
A.
Read and write mode
B.
Read-only mode
C.
Write-only mode
D.
Appending and reading mode
Mario uses the following PHP function to open his text file:
($file 1 = fopen(“MarioDATA.txt”, “r”));
In what mode will the file be opened?
Mario uses the following PHP function to open his text file:
($file 1 = fopen(“MarioDATA.txt”, “r”));
In what mode will the file be opened?
A.
Read and write mode
B.
Read-only mode
C.
Write-only mode
D.
Appending and reading mode