PHP » GoLang |
login |
register |
about
|
GoLang SQLite3::openBlob
request it (403)
GoLang replacement for PHP's SQLite3::openBlob
[edit | history]
SQLite3::openBlob(PHP 5 >= 5.3.0, PHP 7) SQLite3::openBlob — Opens a stream resource to read a BLOB Description
public resource SQLite3::openBlob
( string
$table
, string $column
, int $rowid
[, string $dbname = "main"
[, int $flags = SQLITE3_OPEN_READONLY
]] )Opens a stream resource to read or write a BLOB, which would be selected by:
SELECT
Parameters
Return Values
Returns a stream resource, or Changelog
Examples
Example #1 SQLite3::openBlob() example
<?php The above example will output: Lorem ipsum
Example #2 Incrementally writing a BLOB
<?php The above example will output: Lorem ipsum Lorem ipsum Lorem ipsum |
more
Recently updated
more
Most requested
more
Last requests
|