Pdo\Sqlite::openBlob

(PHP 8 >= 8.4.0)

Pdo\Sqlite::openBlobDescription

Beschreibung

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

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Description.

Parameter-Liste

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

Rückgabewerte

Description.

Fehler/Exceptions

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

Beispiele

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

Description.

<?php
echo "Code example";
?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

Code example

Anmerkungen

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

Siehe auch

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

User Contributed Notes

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