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()
添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top