Lines Matching refs:name

23  * "ini.sql.safe-mode", this parameter is ignored and the name of the user that
71 * The username. Default value is the name of the user that owns the
107 * The name of the database that is to be selected.
187 * The name of the database that will be selected.
224 * The name of the database
242 * The name of the database that's being queried.
245 * The name of the table that's being queried.
343 * The name or offset of the field being retrieved.
346 * It can be the field's offset, the field's name, or the field's table
347 * dot field name (tablename.fieldname). If the column name has been
349 * column name. If undefined, the first field is retrieved.
418 * of the same name, you must use the numeric index of the column or
420 * access the contents with the original column name.
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.
507 * name - column name
508 * table - name of the table the column belongs to
553 * Get the name of the specified field in a result
554 * @link https://php.net/manual/en/function.mysql-field-name.php
557 * @return string|false The name of the specified field index on success or false on failure.
564 * Get name of the table the specified field is in
568 * @return string The name of the table on success.
669 * Returns the name of the character set
672 * @return string the default character set name for the current connection.
746 * A valid character set name.
864 * Retrieves database name from the call to {@see mysql_list_dbs}
865 * @link https://php.net/manual/en/function.mysql-db-name.php
873 * The field name.
875 * @return string|false the database name on success, and false on failure. If false
893 * Get table name of field
902 * @return string|false The name of the table on success or false on failure.