Lines Matching refs:to

8  * Open a connection to a MySQL Server
12 * "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for
31 * If a second call is made to <b>mysql_connect</b>
58 * Open a persistent connection to a MySQL server
62 * "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for
107 * The name of the database that is to be selected.
138 * The returned result resource should be passed to
140 * functions for dealing with result tables, to access the returned data.
143 * Use <b>mysql_num_rows</b> to find out how many rows
145 * <b>mysql_affected_rows</b> to find out how many
151 * if the user does not have permission to access the table(s) referenced by
160 * Send an SQL query to MySQL without fetching and buffering the result rows.
163 * The SQL query to execute.
196 * @return resource|bool a positive MySQL result resource to the query result,
199 * queries to indicate success/failure.
212 * failure. Use the <b>mysql_tablename</b> function to traverse
229 * Use the <b>mysql_tablename</b> function to
303 * function will return zero with MySQL versions prior to 4.1.2.
361 …<p>The result resource that is being evaluated. This result comes from a call to mysql_query().</p>
383 * @return array an numerical array of strings that corresponds to the fetched row, or
401 * The type of array that is to be fetched. It's a constant and can
406 * @return array|false an array of strings that corresponds to the fetched row, or false
430 * @return array an associative array of strings that corresponds to the fetched row, or
436 * column(s) of the same name, you either need to access the
451 * The name of the class to instantiate, set the properties of and return.
455 * An optional array of parameters to pass to the constructor
458 * @return stdClass|object an object with string properties that correspond to the
508 * table - name of the table the column belongs to
526 * Set result pointer to a specified field offset
608 * is current enough to support them: "not_null",
624 * The string that is to be escaped.
636 * The string that is to be escaped.
651 * variables, you have to use the SHOW STATUS SQL command.
682 * @return bool true if the connection to the server MySQL server is working,
832 …<p>The result resource that is being evaluated. This result comes from a call to mysql_query().</p>
864 * Retrieves database name from the call to {@see mysql_list_dbs}
867 * The result pointer from a call to <b>mysql_list_dbs</b>.
876 * is returned, use <b>mysql_error</b> to determine the nature
904 * Use the <b>mysql_tablename</b> function to
933 * Columns are returned into the array having a numerical index to the