Pdo\Sqlite::openBlob
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.4.0)
Description
Description
Pdo\Sqlite::openBlob(string $table, string $column, int $rowid, string|null $dbname = "main", int $flags = Pdo\Sqlite::OPEN_READONLY): resource|false
Func
Description.
Parameters
tableDescription.
columnDescription.
rowidDescription.
dbnameDescription.
flagsOne of the
Pdo\Sqlite::OPEN_*
Return Values
Description.
Errors/Exceptions
When does this function issue E_* level errors, and/or throw Exceptions.
Examples
Pdo\Sqlite::openBlob example
Description.
php
<?php
echo "Code example";
?>The above example will output:
output
Code exampleNotes
Note
Any notes that don't fit anywhere else should go here.
See Also
ClassName::otherMethodNamesome_function()