DB_common::getOne()

DB_common::getOne() -- Runs a query and returns the first column of the first row

Synopsis

Описание

Runs the query provided and returns the data from the first column of the first row then frees the result set.

Параметр

string $query

the SQL query or the statement to prepare

mixed $params

array, string or numeric data to be added to the prepared statement. Quantity of items passed must match quantity of placeholders in the prepared statement: meaning 1 placeholder for non-array parameters or 1 placeholder per array element.

If supplied, prepare()/ execute() is used.

Возвращаемое значение

mixed - the first column's data, NULL if there is no data, or a DB_Error object on failure

Throws

Заметка

Эта функция не должна вызываться статически.

Пример

См. также

getRow(), getCol(), getAssoc(), getAll(), query(), "Intro - Prepare & Execute"

    Поддержать сайт на родительском проекте КГБ