PHP » GoLang |
login |
register |
about
|
GoLang cubrid_seq_drop
request it (646)
GoLang replacement for PHP's cubrid_seq_drop
[edit | history]
cubrid_seq_drop(PECL CUBRID >= 8.3.0) cubrid_seq_drop — Delete an element from sequence type column using OID Description
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. Parameters
Return Values
ExamplesExample #1 cubrid_seq_drop() example
<?phpThe above example will output:
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"
}
See Also
|
more
Most requested
|