MySQL function library: mysql_result

Source: Internet
Author: User
Keywords mysql_result mysql function Library php Chinese function manual
Tags aliyun data function function library get html http mysql

Mysql_result

(PHP3, PHP4)

Mysql_result---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Obtain the result information

Syntax: int mysql_result (int result, int row [, mixed field])

Description:

Mysql_result () returns the contents of a cell from the MySQL result, the parameter field can be the offset of the field, the name of the field, or the fieldname.tablename if the name of the column is an alias (' Select Foo as bar from ... '), use aliases to override column names.

When working on large results, you should consider using the Get whole column, which returns Georg (cell) variety of content, which can be mysql_result () faster. Similarly, specifying the offset of a field in the parameter field is faster than specifying a field name or Tablename.fieldname.

Call mysql_result () should not be doped to call other functions.

Some highly effective functions are recommended: Mysql_fetch_row () mysql_fetch_array () mysql_fetch_object ()

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.