| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_get(PECL CUBRID >= 8.3.0) cubrid_get — Get a column using OID 説明
The cubrid_get() function is used to get the attribute
of the instance of the given パラメータ
返り値
Content of the requested attribute, when process is successful; When
例例1 cubrid_get() example
<?php 上の例の出力は以下となります。 string(9) "{1, 2, 3}" array(4) { ["a"]=> string(1) "1" ["b"]=> array(3) { [0]=> string(1) "1" [1]=> string(1) "2" [2]=> string(1) "3" } ["c"]=> array(4) { [0]=> string(2) "11" [1]=> string(2) "22" [2]=> string(2) "33" [3]=> string(3) "333" } ["d"]=> string(10) "a " } |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_get - Get a column using OID」をGoogle検索
|