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