(PHP 8 >= 8.4.0)
Pdo\Sqlite::openBlob — Description
public Pdo\Sqlite::openBlob( string $table, string $column, int $rowid, ?string $dbname = "main", int $flags = Pdo\Sqlite::OPEN_READONLY ): resource|false
This function is currently not documented; only its argument list is available.
Description.
tablecolumnrowiddbnameflagsPdo\Sqlite::OPEN_* Description.
When does this function issue E_* level errors, and/or throw Exceptions.
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.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/pdo-sqlite.openblob.php