msql_num_fields

(PHP 4, PHP 5, PHP 7) Get number of fields in result int msql_num_fields ( resource $result ) msql_num_fields() returns the number of fields in a result set. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). Returns: Returns the number of fields in the result set.

msql_numfields

(PHP 4, PHP 5, PHP 7) Alias of msql_num_fields() This function is an alias of msql_num_fields().

msql_list_dbs

(PHP 4, PHP 5, PHP 7) List mSQL databases on server resource msql_list_dbs ([ resource $link_identifier ] ) msql_list_tables() lists the databases available on the specified link_identifier. Parameters: link_identifier The mSQL connection. If not specified, the last link opened by msql_connect() is assumed. If no such link is found, the function will try to establish a lin

msql_field_type

(PHP 4, PHP 5, PHP 7) Get field type string msql_field_type ( resource $result, int $field_offset ) msql_field_type() gets the type of the specified field index. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). field_offset The numerical field offset. The field_offset starts at

msql_field_name

(PHP 4, PHP 5, PHP 7) Get the name of the specified field in a result string msql_field_name ( resource $result, int $field_offset ) msql_field_name() gets the name of the specified field index. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). field_offset The numerical field of

msql_field_table

(PHP 4, PHP 5, PHP 7) Get table name for field int msql_field_table ( resource $result, int $field_offset ) Returns the name of the table that the specified field is in. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). field_offset The numerical field offset. The field_offset st

msql_fieldflags

(PHP 4, PHP 5, PHP 7) Alias of msql_field_flags() This function is an alias of msql_field_flags().

msql_fieldtable

(PHP 4, PHP 5, PHP 7) Alias of msql_field_table() This function is an alias of msql_field_table().

msql_fieldtype

(PHP 4, PHP 5, PHP 7) Alias of msql_field_type() This function is an alias of msql_field_type().

msql_field_seek

(PHP 4, PHP 5, PHP 7) Set field offset bool msql_field_seek ( resource $result, int $field_offset ) Seeks to the specified field offset. If the next call to msql_fetch_field() won't include a field offset, this field would be returned. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). field_