PDF (US Ltr)
- 2.4Mb
PDF (A4)
- 2.4Mb
Copyright 1997-2022 the PHP Documentation Group.
mysqli_driver::embedded_server_start
mysqli_embedded_server_start
Initialize and start embedded server
Warning
This function was REMOVED in PHP 7.4.0.
Description
Object-oriented style
public bool mysqli_driver::embedded_server_start(int start,
array arguments,
array groups);
Procedural style
bool mysqli_embedded_server_start(int start,
array arguments,
array groups);
Warning
This function is currently not documented; only its argument list is available.