Statement class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Class synopsis

class mysql_xdevapi\Statement {
/* Constants */
const int EXECUTE_ASYNC = 1;
const int BUFFERED = 2;
/* Methods */
public function getNextResult(): mysql_xdevapi\Result
public function getResult(): mysql_xdevapi\Result
public function hasMoreResults(): bool
}

Table of Contents

add a note

User Contributed Notes

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