db_decode_blob

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_decode_blob()

Namesort iconLocationDescription
cache_getincludes/cache.incReturn data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays.
db_decode_blobincludes/database.pgsql.incReturns text from a Binary Large OBject value. In case of PostgreSQL decodes data after select from bytea field.

Functions called by db_decode_blob()

Namesort iconLocationDescription
db_decode_blobincludes/database.pgsql.incReturns text from a Binary Large OBject value. In case of PostgreSQL decodes data after select from bytea field.
 
 

Drupal is a registered trademark of Dries Buytaert.