OpenSwoole\Core\Coroutine\Client\MysqliClient->set_opt

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Core\Coroutine\Client\MysqliClient->set_opt()

Parameters

option

The option that you want to set, you can find at Mysqli option document

value

The value for the option

Return

Description

Set option of the Mysqli client.

Last updated on September 16, 2022