Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which of the following functions reads the entire contents of a file?
    1. fgets()
    2. file_get_contents()
    3. fread()
    4. readfile()
    5. file()

  2. A.

     Option 3 and 5

    B.

     Option 1, 3 and 4

    C.

     Option 2, 4 and 5

    D.

     Option 2 and 4

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment