PHP 8.4.24 Released!

DocResult class

(PECL mysql-xdevapi >= 8.0.11)

Introduzione

Sommario della classe

class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult, Traversable {
/* Metodi */
public function fetchAll(): array
public function fetchOne(): array
public function getWarnings(): Array
public function getWarningsCount(): int
}

Indice dei contenuti

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top