
Druckansicht von http://www.php-homepage.de/manual/function.fbsql-create-clob.php
fbsql_create_clob(PHP 4 >= 4.2.0, PHP 5) fbsql_create_clob — Create a CLOB Beschreibung
string fbsql_create_clob
( string
$clob_data
[, resource $link_identifier
] )Creates a CLOB from the given data. Parameter-Liste
RückgabewerteReturns a resource handle to the newly created CLOB, which can be used with insert and update commands to store the CLOB in the database. Beispiele
Beispiel #1 fbsql_create_clob() example
<?phpSiehe auch
|