Sr. PHP Programmer Question:

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

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

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


Previous QuestionNext Question
How split() function works?How eregi() function works?