How many open modes available when a file open in PHP?



How many open modes available when a file open in PHP?..

Answer / Shamsher Alam

There are seven open modes available when opening a file in PHP. They are: FOPEN_READ, FOPEN_WRITE, FOPEN_CREATE, FOPEN_APPEND, FOPEN_TEXT, FOPEN_BINARY, and FOPEN_RAW.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is curl php?

1 Answers  


Explain how to run the interactive php shell from the command line interface?

1 Answers  


What is == and === in php?

1 Answers  


Explain the difference between php4 and php5.

1 Answers  


What is the difference between php and core php?

1 Answers  


Why would we use === instead of ==?

1 Answers  


What is a php certification?

1 Answers  


What is the use of paypal in the e-commerece website?

3 Answers   RedAlkemi,


Declare a new variable in php equal to the number 3;

1 Answers  


Does https prevent csrf?

1 Answers  


PHP can be used frontend of for backend?

3 Answers   Global Logic,


What are the 3 types of sessions?

1 Answers  


Categories