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 |
What is curl php?
Explain how to run the interactive php shell from the command line interface?
What is == and === in php?
Explain the difference between php4 and php5.
What is the difference between php and core php?
Why would we use === instead of ==?
What is a php certification?
What is the use of paypal in the e-commerece website?
Declare a new variable in php equal to the number 3;
Does https prevent csrf?
PHP can be used frontend of for backend?
What are the 3 types of sessions?