Home Blog Documentation Download Features Forum Users Contact

Adam   2009-01-30

Documentation » Database

cms_db_serialize_id

Serialize node ID into MySQL compatible format (hexadecimal) using 16-bit unsigned words, i.e.

array(1,2,3) => '0x000100020003'
string cms_db_serialize_id( array $id [, bool $like = false] )

Parameters

Returns

Last edited 2009-02-24 16:40:27

Register yourself or Login to add reply.