Pdo\Sqlite::openBlob

(PHP 8 >= 8.4.0)

Pdo\Sqlite::openBlobDescription

説明

public Pdo\Sqlite::openBlob(
    string $table,
    string $column,
    int $rowid,
    ?string $dbname = "main",
    int $flags = Pdo\Sqlite::OPEN_READONLY
): resource|false
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

Description.

パラメータ

table
Description.
column
Description.
rowid
Description.
dbname
Description.
flags
One of the Pdo\Sqlite::OPEN_*

戻り値

Description.

エラー / 例外

When does this function issue E_* level errors, and/or throw Exceptions.

例1 Pdo\Sqlite::openBlob() example

Description.

<?php
echo "Code example";
?>

上の例の出力は以下となります。

Code example

注意

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

参考

  • ClassName::otherMethodName()
  • some_function()
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top