| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_col_size(PECL CUBRID >= 8.3.0) cubrid_col_size — Get the number of elements in collection type column using OID 説明
int cubrid_col_size
( resource
$conn_identifier
, string $oid
, string $attr_name
)The cubrid_col_size() function is used to get the number of elements in a collection type (set, multiset, sequence) attribute. パラメータ
返り値Number of elements, when process is successful.
変更履歴
例例1 cubrid_col_size() example
<?php上の例の出力は以下となります。
array(3) {
[0]=>
string(1) "1"
[1]=>
string(1) "2"
[2]=>
string(1) "3"
}
int(3)
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_col_size - Get the number of elements in collection type column using OID」をGoogle検索
|