OpenSwoole\Table\Row->offsetGet

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Table\Row->offsetGet(int $offset)

Parameters

offset

The offset of a row

Return

Description

Get the current value of a column in a row by offset of the row.

For performance reason, from v4.7.0, this method is removed.

Example

Last updated on September 1, 2022