PHP 8.5.0 Beta 3 available for testing

Pdo\Sqlite::openBlob

(PHP 8 >= 8.4.0)

Pdo\Sqlite::openBlob โ€” Description

่ชฌๆ˜Ž

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