msql_field_len
(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() νΈμΆμ ν΅ν κ²°κ³Ό resource.
- field_offset
-
μ«μ νλ μ€νμ . filed_offset μ 1λΆν° μμν©λλ€.
λ°νκ°
Returns the length of the specified field or FALSE on error.