What is x+ mode in fopen() used for?

Options
- Read/Write. Creates a new file. Returns FALSE and an error if file already exists
- Write only. Creates a new file. Returns TRUE and an error if file already exists
- Read/Write. Opens and clears the contents of file;
- Write. Opens and clears the contents of file;


CORRECT ANSWER : Read/Write. Creates a new file. Returns FALSE and an error if file already exists

Discussion Board
x+ mode in fopen()

Answer : Read/Write. Creates a new file. Returns FALSE and an error if file already exists


IamJay 02-9-2015 11:44 PM

question with answer in php

good

Bhushan 01-28-2014 03:07 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement