Searched defs:seek (Results 1 – 11 of 11) sorted by relevance
17 int (*seek)(struct gdIOCtx*, const int); member
142 public function seek(int $offset): void {} function in DirectoryIterator322 public function seek(int $line): void {} function in SplFileObject
187 public function seek(int $offset): void; function204 public function seek(int $offset): int {} function in LimitIterator
67 public function seek(int $offset): void {} function in SplObjectStorage
226 public function seek(int $offset): void {} function in ArrayIterator
811 PHP_METHOD(DirectoryIterator, seek) in PHP_METHOD() argument2699 PHP_METHOD(SplFileObject, seek) in PHP_METHOD() argument
762 PHP_METHOD(SplObjectStorage, seek) in PHP_METHOD() argument
1703 PHP_METHOD(ArrayIterator, seek) in PHP_METHOD() argument
2213 PHP_METHOD(LimitIterator, seek) in PHP_METHOD() argument
235 HashTable seek; /* seek oplines */ variable
125 int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset); member
Completed in 44 milliseconds