mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
Fix SplFileObject::fseek() method description (#7321)
This commit is contained in:
committed by
GitHub
parent
b1b0c81e39
commit
d7b77a40e6
@@ -2530,7 +2530,7 @@ PHP_METHOD(SplFileObject, ftell)
|
||||
}
|
||||
} /* }}} */
|
||||
|
||||
/* {{{ Return current file position */
|
||||
/* {{{ Seek to a position */
|
||||
PHP_METHOD(SplFileObject, fseek)
|
||||
{
|
||||
spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(ZEND_THIS);
|
||||
|
||||
Reference in New Issue
Block a user