|
cubrid_seq_putUpdate the element value of sequence type column using OID Beschreibung
bool cubrid_seq_put
( resource
$conn_identifier
, string $oid
, string $attr_name
, int $index
, string $seq_element
)The cubrid_seq_put function is used to update the content of the requested element in a sequent type attribute using OID. Parameter-Liste
Rückgabewerte
BeispieleBeispiel #1 cubrid_seq_put example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
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"
}
Siehe auch
|