Skip to content

Record

Properties

dataFrame

php
public \WeakReference $dataFrame

recordKey

php
public int|string $recordKey

recordArray

php
protected array $recordArray

Methods

__construct

php
public __construct(\MammothPHP\WoollyM\DataFrame $dataFrame, int|string $recordKey, array $recordArray): mixed

Parameters:

ParameterTypeDescription
$dataFrame\MammothPHP\WoollyM\DataFrame
$recordKeyint|string
$recordArrayarray

toArray

php
public toArray(): array

toContextualArray

php
public toContextualArray(): array

hasColumn

php
public hasColumn(string $columnName): bool

Parameters:

ParameterTypeDescription
$columnNamestring

getDataFrame

php
public getDataFrame(): ?\MammothPHP\WoollyM\DataFrame

count

php
public count(): int

offsetExists

php
public offsetExists(mixed $offset): bool

Parameters:

ParameterTypeDescription
$offsetmixed

offsetGet

php
public offsetGet(mixed $offset): mixed

Parameters:

ParameterTypeDescription
$offsetmixed

offsetSet

php
public offsetSet(mixed $offset, mixed $value): void

Parameters:

ParameterTypeDescription
$offsetmixed
$valuemixed

offsetUnset

php
public offsetUnset(mixed $offset): void

Parameters:

ParameterTypeDescription
$offsetmixed

rewind

php
public rewind(): void

current

php
public current(): mixed

key

php
public key(): ?string

next

php
public next(): void

valid

php
public valid(): bool


Automatically generated on 2024-07-03

Released under the BSD 3-Clause License.