php8.5
Home/ Manual/ pdo / sqlite/ Pdo\Sqlite::openBlob

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

table

Description.

column

Description.

rowid

Description.

dbname

Description.

flags

One 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 example

Notes

Note

Any notes that don't fit anywhere else should go here.

See Also

Source: reference/pdo_sqlite/pdo/sqlite/openblob.xml · from the official PHP manual (php/doc-en)