(PHP 8 >= 8.4.0)
Pdo\Sqlite::openBlob — Description
$table
,
$column
,
$rowid
,
$dbname
= "main"
,
$flags
=
Pdo\Sqlite::OPEN_READONLY
This function is currently not documented; only its argument list is available.
Description.
table
column
rowid
dbname
flags
Pdo\Sqlite::OPEN_
*
Description.
When does this function issue
E_*
level errors,
and/or throw
Exception
s.
Example #1 Pdo\Sqlite::openBlob() example
Description.
<?php
echo
"Code example"
;
?>
The above example will output:
Code example
Note : Any notes that don't fit anywhere else should go here.