| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_seq_drop(PECL CUBRID >= 8.3.0) cubrid_seq_drop — Delete an element from sequence type column using OID 説明
bool cubrid_seq_drop
( resource
$conn_identifier
, string $oid
, string $attr_name
, int $index
)The cubrid_seq_drop() function is used to delete an element you request from the given sequence type attribute in the database. パラメータ
返り値
例例1 cubrid_seq_drop() example
<?php 上の例の出力は以下となります。 array(4) { [0]=> string(2) "11" [1]=> string(2) "22" [2]=> string(2) "33" [3]=> string(3) "333" } array(3) { [0]=> string(2) "11" [1]=> string(2) "22" [2]=> string(2) "33" } 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_seq_drop - Delete an element from sequence type column using OID」をGoogle検索
|