|
cubrid_set_dropDelete an element from set type column using OID 説明
bool cubrid_set_drop(
resource $conn_identifier ,string $oid ,string $attr_name ,string $set_element ) The cubrid_set_drop function is used to delete an element that you request from the given set type (set, multiset) attribute of the database. パラメータ
戻り値
成功した場合に 例例1 cubrid_set_drop example
上の例の出力は以下となります。 array(3) { [0]=> string(1) "1" [1]=> string(1) "2" [2]=> string(1) "3" } array(2) { [0]=> string(1) "2" [1]=> string(1) "3" } 参考
|