Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16420 программистов и 1784 робота. Сейчас ищут 2078 программистов ...
cubrid_lob2_new - Create a lob object.
Вернуться к: CUBRID Функции
cubrid_lob2_new
(PECL CUBRID >= 8.4.1)
cubrid_lob2_new — Create a lob object.
Описание
resource cubrid_lob2_new
([ resource
$conn_identifier
[, string $type
= "BLOB"
]] )The cubrid_lob2_new() function is used to create a lob object (both BLOB and CLOB). This function should be used before you bind a lob object.
Список параметров
-
conn_identifier
-
Connection identifier. If the connection identifier is not specified, the last connection opened by cubrid_connect() or cubrid_connect_with_url() is assumed.
-
type
-
It may be "BLOB" or "CLOB", it won't be case-sensitive. The default value is "BLOB".
Возвращаемые значения
Lob identifier when it is successful.
FALSE
on failure.
Вернуться к: CUBRID Функции