Lines Matching refs:a

8  * Open a connection to a MySQL Server
11 * The MySQL server. It can also include a port number. e.g.
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>
36 * a new link, even if <b>mysql_connect</b> was called
41 * The <i>client_flags</i> parameter can be a combination
51 * @return resource|false a MySQL link identifier on success or false on failure.
58 * Open a persistent connection to a MySQL server
61 * The MySQL server. It can also include a port number. e.g.
62 * "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for
78 * The <i>client_flags</i> parameter can be a combination
86 * @return resource|false a MySQL persistent link identifier on success, or false on
104 * Select a MySQL database
117 * Send a MySQL query
123 * The query string should not end with a semicolon.
129 * returns a resource on success, or false on
144 * were returned for a SELECT statement or
146 * rows were affected by a DELETE, INSERT, REPLACE, or UPDATE
171 * returns a resource on success, or false on
184 * Selects a database and executes a query on it
196 * @return resource|bool a positive MySQL result resource to the query result,
208 * List databases available on a MySQL server
211 * @return resource|false a result pointer resource on success, or false on
221 * List tables in a MySQL database
301 * If the last query was a DELETE query with no WHERE clause, all
351 * @return string The contents of one cell from a MySQL result set on success, or
361 …* @param resource $result <p>The result resource that is being evaluated. This result comes from a
380 * Get a result row as an enumerated array
397 * Fetch a result row as an associative array, a numeric array, or both
401 * The type of array that is to be fetched. It's a constant and can
427 * Fetch a result row as an associative array
447 * Fetch a result row as an object
452 * If not specified, a <b>stdClass</b> object is returned.
485 * Get the length of each output in a result
495 * Get column information from a result and return as an object
512 * primary_key - 1 if the column is a primary key
513 * unique_key - 1 if the column is a unique key
514 * multiple_key - 1 if the column is a non-unique key
516 * blob - 1 if the column is a BLOB
526 * Set result pointer to a specified field offset
542 * If a non-resource is used for the result, an
544 * mysql_query only returns a resource
553 * Get the name of the specified field in a result
586 * Get the type of the specified field in a result
601 * Get the flags associated with the specified field in a result
605 * @return string|false a string of flags associated with the result or false on failure.
621 * Escapes a string for use in a mysql_query
633 * Escapes special characters in a string for use in an SQL statement
649 * @return string a string with the status for uptime, threads, queries, open tables,
650 * flush tables and queries per second. For a complete list of other status
679 * Ping a server connection or reconnect if there is no connection
702 * @return string a string describing the type of MySQL connection in use for the
832 …* @param resource $result <p>The result resource that is being evaluated. This result comes from a
867 * The result pointer from a call to <b>mysql_list_dbs</b>.
933 * Columns are returned into the array having a numerical index to the
942 * Columns are returned into the array having both a numerical index