mysql_field_len
(PHP 4, PHP 5)
mysql_field_len — 返回指定字段的长度
<h3>说明</h3>
int <strong>mysql_field_len</strong>
( resource <code>$result</code>
, int <code>$field_offset</code>
)
<p>
<strong>mysql_field_len()</strong> 返回指定字段的长度。
</p>
<p>
为向下兼容仍然可以使用
<strong>mysql_fieldlen()</strong>,但反对这样做。
</p>