|
PDO::pgsqlLOBOpenOpens an existing large object stream Beschreibung
public resource PDO::pgsqlLOBOpen
( string
$oid
[, string $mode = "rb"
] )
PDO::pgsqlLOBOpen opens a stream to access the data
referenced by
Parameter-Liste
Rückgabewerte
Returns a stream resource on successIm Fehlerfall wird Beispiele
Beispiel #1 A PDO::pgsqlLOBOpen example Following on from the PDO::pgsqlLOBCreate example, this code snippet retrieves the large object from the database and outputs it to the browser.
<?phpSiehe auch
|