ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:blobdecode

This is an old revision of the document!


blobDecode

Support for this function is limited. See the Feature Comptibility Matrix

Syntax
function blobDecode(
    blob $blob
)

Description

The function blobDecode() decodes a blob field.

Usage

$SQL = "SELECT blob_field FROM table";
$blob = $db->blobDecode($db->getOne($SQL));
v5/reference/connection/blobdecode.1437967508.txt.gz · Last modified: 2017/04/21 11:37 (external edit)