mini\Database\ResultSet::getFirstValue() Method

private

Signature

private function getFirstValue(stdClass|array $row): mixed

Parameters

Name Type Default Description
$row stdClass|array required Documentation missing

Returns

mixed

Documentation

Get first value from a row (works with both array and stdClass)

Source

src/Database/ResultSet.php:108-115