| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_field_len(PECL CUBRID >= 8.3.0) cubrid_field_len — Get the maximum length of the specified field 説明
int cubrid_field_len
( resource
$result
, int $field_offset
)This function returns the maximum length of the specified field on success, or it returns FALSE on failure. パラメータ
返り値Maximum length, when process is successful.
例例1 cubrid_field_len() example
<?php 上の例の出力は以下となります。 Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete_code integer 11 stadium_code integer 11 nation_code char 3 medal char 1 game_date date 10 |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_field_len - Get the maximum length of the specified field」をGoogle検索
|