mysqli_driver::embedded_server_start

mysqli_embedded_server_start

(PHP 5)

mysqli_driver::embedded_server_start -- mysqli_embedded_server_startInitialize and start embedded server

說明

物件導向風格

bool mysqli_driver::embedded_server_start ( bool $start , array $arguments , array $groups )

程序化風格

bool mysqli_embedded_server_start ( bool $start , array $arguments , array $groups )
Warning

此函式目前沒有參考文件;只有引數列表。

add a note add a note

User Contributed Notes

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