1
0
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:
Andrii Dembitskyi
2021-07-30 15:50:43 +03:00
committed by GitHub
parent b1b0c81e39
commit d7b77a40e6
+1 -1
View File
@@ -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);