ifx_free_blob

(PHP 3>= 3.0.4, PHP 4 , PHP 5)

ifx_free_blob -- Deletes the blob object

Description

int ifx_free_blob ( int bid)

Deletes the blobobject for the given blob object-id bid. Returns TRUE on success or FALSE on failure.

t>= 0; $i < count($types); $i++) {
    
$fname = key($types);
    
printf("%s :\t type =  %s\n", $fname, $types[$fname]);
    
next($types);
}
?>