Lines Matching refs:seek
2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data
28 $blob->seek(10, OCI_SEEK_CUR);
59 // Now seek
60 $row[0]->seek(1);
63 $row[0]->seek(8);
66 $row[0]->seek(20);
70 $row[0]->seek(25);
74 $row[0]->seek(2, OCI_SEEK_SET);
78 $row[0]->seek(2, OCI_SEEK_CUR);
82 $row[0]->seek(3, OCI_SEEK_END);
86 $row[0]->seek(-4, OCI_SEEK_END);