Home
last modified time | relevance | path

Searched defs:seek (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/gd/libgd/
H A Dgd_io.h17 int (*seek)(struct gdIOCtx*, const int); member
/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php135 public function seek(int $offset) {} function in DirectoryIterator
281 public function seek(int $line) {} function in SplFileObject
H A Dspl_iterators.stub.php178 public function seek(int $offset); function
195 public function seek(int $offset) {} function in LimitIterator
H A Dspl_array.stub.php216 public function seek(int $offset) {} function in ArrayIterator
H A Dspl_directory.c831 PHP_METHOD(DirectoryIterator, seek) in PHP_METHOD() argument
2722 PHP_METHOD(SplFileObject, seek) in PHP_METHOD() argument
H A Dspl_array.c1335 PHP_METHOD(ArrayIterator, seek) in PHP_METHOD() argument
H A Dspl_iterators.c2294 PHP_METHOD(LimitIterator, seek) in PHP_METHOD() argument
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.h242 HashTable seek; /* seek oplines */ variable
/PHP-8.0/ext/oci8/
H A Doci8.stub.php598 public function seek(int $offset, int $whence = OCI_SEEK_SET) {} function in OCILob
/PHP-8.0/main/
H A Dphp_streams.h124 int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset); member

Completed in 43 milliseconds