Solar_Sql_Select::fetchPairs()

public array Solar_Sql_Select::fetchPairs ( void )

Fetches an associative array of all rows as key-value pairs (first column is the key, second column is the value).

Parameters

  • None.

Returns

  • (array)

Description

Fetches an associative array of all rows as key-value pairs (first column is the key, second column is the value).



Local