Lines Matching refs:seek
2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data
30 $blob->seek(10, OCI_SEEK_CUR);
61 // Now seek
62 $row[0]->seek(1);
65 $row[0]->seek(8);
68 $row[0]->seek(20);
72 $row[0]->seek(25);
76 $row[0]->seek(2, OCI_SEEK_SET);
80 $row[0]->seek(2, OCI_SEEK_CUR);
84 $row[0]->seek(3, OCI_SEEK_END);
88 $row[0]->seek(-4, OCI_SEEK_END);