msql_field_len

(PHP 3 >= 3.0.7, PHP 4, PHP 5)

msql_field_len -- Get field length

説明

int msql_field_len ( resource result, int field_offset )

msql_field_len() returns the length of the specified field.

パラメータ

result

評価された結果 リソース。 この結果は、msql_query()のコールにより得られたものです。

field_offset

数値フィールドオフセット。 field_offset は、1から始まります。

戻り値

Returns the length of the specified field or FALSE on error.