Lines Matching refs:b

31  * If a second call is made to <b>mysql_connect</b>
35 * behavior and makes <b>mysql_connect</b> always open
36 * a new link, even if <b>mysql_connect</b> was called
44 * <b>MYSQL_CLIENT_SSL</b>,
45 * <b>MYSQL_CLIENT_COMPRESS</b>,
46 * <b>MYSQL_CLIENT_IGNORE_SPACE</b> or
47 * <b>MYSQL_CLIENT_INTERACTIVE</b>.
81 * <b>MYSQL_CLIENT_SSL</b>,
82 * <b>MYSQL_CLIENT_COMPRESS</b>,
83 * <b>MYSQL_CLIENT_IGNORE_SPACE</b> or
84 * <b>MYSQL_CLIENT_INTERACTIVE</b>.
128 * <b>mysql_query</b>
134 * <b>mysql_query</b> returns true on success
139 * <b>mysql_fetch_array</b>, and other
143 * Use <b>mysql_num_rows</b> to find out how many rows
145 * <b>mysql_affected_rows</b> to find out how many
150 * <b>mysql_query</b> will also fail and return false
170 * <b>mysql_unbuffered_query</b>
176 * <b>mysql_unbuffered_query</b> returns true on success
212 * failure. Use the <b>mysql_tablename</b> function to traverse
214 * <b>mysql_fetch_array</b>.
229 * Use the <b>mysql_tablename</b> function to
231 * such as <b>mysql_fetch_array</b>.
252 * The returned result can be used with <b>mysql_field_flags</b>,
253 * <b>mysql_field_len</b>,
254 * <b>mysql_field_name</b>
255 * <b>mysql_field_type</b>.
308 * <b>mysql_affected_rows</b> may not actually equal the number
387 * <b>mysql_fetch_row</b> fetches one row of data from
402 * take the following values: <b>MYSQL_ASSOC</b>,
403 * <b>MYSQL_NUM</b>, and
404 * <b>MYSQL_BOTH</b>.
409 * <b>MYSQL_BOTH</b> (default), you'll get an array with both
410 * associative and number indices. Using <b>MYSQL_ASSOC</b>, you
411 * only get associative indices (as <b>mysql_fetch_assoc</b>
412 * works), using <b>MYSQL_NUM</b>, you only get number indices
413 * (as <b>mysql_fetch_row</b> works).
438 * <b>mysql_fetch_row</b> or add alias names.
439 * See the example at the <b>mysql_fetch_array</b>
452 * If not specified, a <b>stdClass</b> object is returned.
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
897 * <b>mysql_list_tables</b>.
904 * Use the <b>mysql_tablename</b> function to
906 * such as <b>mysql_fetch_array</b>.