| 
 | fbsql_create_clobCreate a CLOB Description
   string fbsql_create_clob
    ( string  $clob_data[, resource$link_identifier] )Creates a CLOB from the given data. Parameters
 
 Return ValuesReturns a resource handle to the newly created CLOB, which can be used with insert and update commands to store the CLOB in the database. Examples
 Example #1 fbsql_create_clob example 
<?phpSee Also
 
 |