Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 1.04 KB

SqlResult.ru.md

File metadata and controls

85 lines (58 loc) · 1.04 KB

SqlResult

  • класс SqlResult (php\sql\SqlResult)
  • исходники php/sql/SqlResult.php

Описание

Class SqlResult


Методы


Методы

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