method getRow documentation in bbn\Db\Actions

Fetches the database and returns an array of a single row text-indexed

function() { /** * Fetches the database and returns an array of several arrays of rows text-indexed * * @return false|array */ public function getRows(): ?array; /** * Fetches the database and returns an array of a single row num-indexed * * @return false|array */ public function getIrow(): ?array; /** * Fetches the database and returns an array of several arrays of rows num-indexed * * @return false|array */ public function getIrows(): ?array; /** * Fetches the database and returns an array of arrays, one per column, each having each column's values * * @return false|array */ public function getByColumns(): ?array; /** * Fetches the database and returns an object of a single row, alias of get_object * * @return null|\stdClass */ public function getObj(): ?\stdClass; /** * Fetches the database and returns an object of a single row * * @return null|\stdClass */ public function getObject(): ?\stdClass; /** * Fetches the database and returns an array of objects * * @return null|array */ }

Fetches the database and returns an array of a single row text-indexed BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.