pbms_reset_metadata
Description
longpbms_reset_metadata ( [resource $pbms] )
Resets the position of the metadata cursor to the start of the metadata for the last BLOB or BLOB info retrieved, returning the number of metadata fields associated with the BLOB.
Parameters
$pbms
A valid PBMS connection resource. If $pbms is not specified, the last link opened by pbms_connect() is assumed. If no such link is found, it will try to create one as if pbms_connect() was called with no arguments. If by chance no connection is found or established, an E_WARNING level error is generated.
Return Values

Returns the number of metadata fields associated with the BLOB on success.

Returns FALSE on failure. Use pbms_errno() and pbms_error() to retrieve error details.