Client::__construct
(No version information available, might only be in Git)
Client::__construct — Client のコンストラクタ
説明
private mysql_xdevapi\Client::__construct()
クライアントオブジェクトを構築します
パラメータ
この関数にはパラメータはありません。
例
例1 mysql_xdevapi\Client::__construct() の例
<?php
$pooling_options = '{
"enabled": true,
"maxSize": 10,
"maxIdleTime": 3600,
"queueTimeOut": 1000
}';
$client = mysql_xdevapi\getClient($connection_uri, $pooling_options);
$session = $client->getSession();
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google