略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: cubrid_lob2_new

2024-04-26

cubrid_lob2_new

(PECL CUBRID >= 8.4.1)

cubrid_lob2_newCreate a lob object

说明

cubrid_lob2_new(resource $conn_identifier = ?, string $type = "BLOB"): resource

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.

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.cubrid-lob2-new.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3