parent root
PHP: mysqli_driver::embedded_server_start - Manual

mysqli_driver::embedded_server_start

mysqli_embedded_server_start

(PHP 5, PHP 7)

mysqli_driver::embedded_server_start -- mysqli_embedded_server_startInitialize and start embedded server

Description

Object oriented style

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

Procedural style

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

This function is currently not documented; only its argument list is available.

add a noteadd a note

User Contributed Notes

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