This function returns the value of an instance (nonstatic) field of an object.
这个函数返回一个对象实例(非静态)域的值。
This function returns the value of a static field of an object.
这个函数返回一个对象静态域的值。
The mysql_result() function returns the value of a field in a recordset.
函数的作用是:返回结果集中的字段值。
This function returns the field value on success, or FALSE on failure.
函数的作用是:返回结果集中的字段值。
Returns the table name of a specified field name on success, or FALSE on failure.
如果函数成功执行,将返回指定的字段所在的表名;如果执行失败,将返回False。
Returns the name of the field bound to the specified column.
返回绑定到指定列的字段的名称。
The mysql_field_name function returns the name of a field in a recordset.
函数的作用是:取得结果中指定字段的字段名。
The mysql_fetch_lengths() function returns the length of the contents of each field in a row.
函数的作用是:返回结果集中每个字段内容的长度。
The mysql_field_table() function returns the name of the table where a specified field is located.
函数的作用是:取得指定字段所在的表名。
Returns the field ID for a static field of a class.
返回类的静态域的域ID。 域由其名称和签名指定。
Returns the field ID for a static field of a class.
返回类的静态域的域ID。 域由其名称和签名指定。
应用推荐