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:
Hannes Magnusson 2011-08-30 11:43:58 +00:00
parent 12fbd8121c
commit 99e65b7ae9

View file

@ -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>