|
The myriad fish in the ocean.
|
|
|
海洋中数不胜数的鱼 |
|
The mysql_client_encoding() function returns the name of the character set for the current connection.
|
|
|
函数的作用是:返回当前连接的字符集的名称。 |
|
The mysql_data_seek() function moves the internal row pointer.
|
|
|
函数的作用是:移动内部结果(行)的指针。 |
|
The mysql_fetch_assoc() function returns a row from a recordset as an associative array.
|
|
|
函数的作用是:从结果集中取得一行作为关联型数组。 |
|
The mysql_fetch_field() function returns an object containing information of a field from a recordset.
|
|
|
函数的作用是:从结果集中取得列信息并作为对象返回。 |
|
The mysql_field_flags() function returns the flags of a field in a recordset.
|
|
|
函数的作用是:从结果中取得和指定字段关联的标志。 |
|
The mysql_field_len() function returns the maximum length of a field in a recordset.
|
|
|
函数的作用是:返回一定记录中指定字段的长度。 |
|
The mysql_field_name() function returns the name of a field in a recordset.
|
|
|
函数的作用是:取得结果中指定字段的字段名。 |
|
The mysql_field_seek() function jumps to a specified field in a recordset.
|
|
|
函数的作用是:跳到一条记录中制定的字段。 |
|
The mysql_field_type() function returns the type of a field in a recordset.
|
|
|
函数的作用是:返回结果集中/记录中指定字段的类型。 |
|
The mysql_info() function returns information about the last query.
|
|
|
函数的作用是:取得最近一条查询的信息。 |