| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_put(PECL CUBRID >= 8.3.0) cubrid_put — Update a column using OID 説明
The cubrid_put() function is used to update an
attribute of the instance of the given
You can update single attribute by using string data type to set
パラメータ
返り値
例例1 cubrid_put() example
<?php 上の例の出力は以下となります。 array(3) { [0]=> string(1) "1" [1]=> string(1) "2" [2]=> string(1) "3" } array(3) { [0]=> string(1) "2" [1]=> string(1) "4" [2]=> string(1) "8" } 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_put - Update a column using OID」をGoogle検索
|