GetFieldMake()
GetFieldMake(string $dtype, string $fieldname, string $dfvalue, string $mxlen) : array
获得字段创建信息
Parameters
string | $dtype | 字段类型 |
string | $fieldname | 字段名称 |
string | $dfvalue | 默认值 |
string | $mxlen | 最大字符长度 |