mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix <function> markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337389 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
78291d1681
commit
01ce565305
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
|
|||
<entry>
|
||||
Open for writing only; place the file pointer at the end of
|
||||
the file. If the file does not exist, attempt to create it.
|
||||
In this mode, <function>fseek()</function> only affects
|
||||
In this mode, <function>fseek</function> only affects
|
||||
the reading position, writes are always appended.
|
||||
</entry>
|
||||
</row>
|
||||
|
@ -142,7 +142,7 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
|
|||
<entry>
|
||||
Open for reading and writing; place the file pointer at
|
||||
the end of the file. If the file does not exist, attempt to
|
||||
create it. In this mode, <function>fseek()</function> only affects
|
||||
create it. In this mode, <function>fseek</function> only affects
|
||||
the reading position, writes are always appended.
|
||||
</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue