mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug#30157, stream_tell() isn't called by ftell(), only when seeking
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12fbd8121c
commit
99e65b7ae9
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,8 @@
|
|||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This method is called in response to <function>ftell</function>.
|
||||
This method is called in response to <function>fseek</function> to
|
||||
determine the current position.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -58,7 +59,7 @@
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>ftell</function></member>
|
||||
<member><methodname>streamWrapper::stream_tell</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue