«

PHP:MySQL函数mysql_field_len()的用法

时间:2024-3-1 20:44     作者:韩俊     分类: PHP


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>

标签: php php教程

热门推荐