Esc
API Index — Namespaces, Packages, Reports, Indices
MysqliDriver.php
Table of Contents
Classes
- MysqliDriver
- {@see PoolDriver} for
\mysqliconnections — for code that uses mysqli directly rather than PDO (WordPress's$wpdb, legacy apps, mysqlnd-native code). LikePDO_MYSQL, mysqli rides mysqlnd →php_stream, so its socket I/O IS coroutinized underHOOK_ALL(non-blocking per query) — the full coroutine benefit, not just connection bounding.