Skip to content

Commit

Permalink
extend doc for php/php-src#1546
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/phpdoc/en@341610 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
ab committed Jan 7, 2017
1 parent 2798c32 commit cc82b31
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions trunk/reference/filesystem/functions/fopen.xml
Expand Up @@ -187,6 +187,13 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
behavior as <literal>'c'</literal>.
</entry>
</row>
<row>
<entry><literal>'e'</literal></entry>
<entry>
Set close-on-exec flag on the opened file descriptor. Only
available in PHP compiled on POSIX.1-2008 conform systems.
</entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down Expand Up @@ -295,6 +302,12 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
</row>
</thead>
<tbody>
<row>
<entry>7.0.16</entry>
<entry>
The <literal>'e'</literal> option were added.
</entry>
</row>
<row>
<entry>5.2.6</entry>
<entry>
Expand Down

0 comments on commit cc82b31

Please sign in to comment.