Searched defs:seek (Results 1 – 9 of 9) sorted by relevance
17 int (*seek)(struct gdIOCtx*, const int); member
145 public function seek(int $offset): void {} function in DirectoryIterator373 public function seek(int $line): void {} function in SplFileObject
199 public function seek(int $offset): void; function216 public function seek(int $offset): int {} function in LimitIterator
238 public function seek(int $offset): void {} function in ArrayIterator
837 PHP_METHOD(DirectoryIterator, seek) in PHP_METHOD() argument2714 PHP_METHOD(SplFileObject, seek) in PHP_METHOD() argument
1300 PHP_METHOD(ArrayIterator, seek) in PHP_METHOD() argument
2313 PHP_METHOD(LimitIterator, seek) in PHP_METHOD() argument
233 HashTable seek; /* seek oplines */ variable
129 int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset); member
Completed in 42 milliseconds