Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 1 KB

SqlResult.md

File metadata and controls

85 lines (58 loc) · 1 KB

SqlResult

  • class SqlResult (php\sql\SqlResult)
  • source php/sql/SqlResult.php

Description

Class SqlResult


Methods


Methods

isLast()

isLast(): bool

isFirst()

isFirst(): bool

delete()

delete(): void

Deletes current row.


isDeleted()

isDeleted(): bool

refresh()

refresh(): void

get()

get(string $column): mixed|Stream|Time

toArray()

toArray(bool $assoc): array