PHP » GoLang |
login |
register |
about
|
GoLang cubrid_field_len
request it (275)
GoLang replacement for PHP's cubrid_field_len
[edit | history]
cubrid_field_len(PECL CUBRID >= 8.3.0) cubrid_field_len — Get the maximum length of the specified field Description
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. Parameters
Return ValuesMaximum length, when process is successful.
ExamplesExample #1 cubrid_field_len() example
<?php The above example will output: 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 |
more
Recently updated
more
Most requested
|