0 votes
in PHP by
Write syntax to open a file in PHP?

1 Answer

0 votes
by

PHP fopen() function is used to open file or URL and returns resource. It accepts two arguments: $filename and $mode.

Syntax:

resource fopen ( string $filename , string $mode [, bool $use_include_path = false [, resource $context ]] )  

Related questions

0 votes
asked Jun 6, 2020 in PHP by SakshiSharma
0 votes
asked Mar 18, 2020 in Selenium by Hodge
...