Executes the given SQL query and returns only one (the first) row
public QuerySingleRow ( string $sql ) : object | ||
$sql | string | The query string should not end with a semicolon |
return | object | PHP resource object containing the first row or FALSE if no row is returned from the query |