cubrid_seq_put
PECL CUBRID >= 8.3.0
cubrid_seq_put - Update the element value of sequence type column using OID
Code Examples
Example #1 cubrid_seq_put example
Result: array(4) {
[0]=>
string(2) "11"
[1]=>
string(2) "22"
[2]=>
string(2) "33"
[3]=>
string(3) "333"
}
array(4) {
[0]=>
string(3) "111"
[1]=>
string(2) "22"
[2]=>
string(2) "33"
[3]=>
string(3) "333"
}