Pdo\Sqlite::openBlob

(PHP 8 >= 8.4.0)

Pdo\Sqlite::openBlobDescription

Descrizione

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

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Description.

Elenco dei parametri

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

Valori restituiti

Description.

Errori/Eccezioni

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

Esempi

Example #1 Pdo\Sqlite::openBlob() example

Description.

<?php
echo "Code example";
?>

Il precedente esempio visualizzerà:

Code example

Note

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

Vedere anche:

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

User Contributed Notes

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