check_column()

check_column( string $table_name, string $col_name, str…

check_column( string $table_name, string $col_name, string $col_type, bool $is_null = null, mixed $key = null, mixed $default = null, mixed $extra = null )

检查列是否符合条件。
Check column matches criteria.

目录锚点:#说明#参数#返回#源码


说明(Description)

使用SQL DESC检索列的表信息。如果您进一步研究SQL语句返回的列信息,它将有助于理解参数。传入null以跳过检查该条件。

从DESC表返回的列名区分大小写并列出:字段类型Null Key默认值Extra


参数(Parameters)

参数 类型 必填 说明
$table_name (string) 必需 表名
$col_name (string) 必需 列名
$col_type (string) 必需 列类型
$is_null (bool) 可选 检查为空。
$key (mixed) 可选 关键信息。
$default (mixed) 可选 默认值。
$extra (mixed) 可选 额外价值。

返回(Return)

(bool)如果匹配,则为True。如果不匹配,则为False。


源码(Source)


更新版本 源码位置 使用 被使用
1.0.0 wp-admin/install-helper.php:168 0 1 function
类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册