PHP 8.3.4 Released!

mysqli_driver::embedded_server_start

mysqli_embedded_server_start

(PHP 5 >= 5.1.0, PHP 7 < 7.4.0)

mysqli_driver::embedded_server_start -- mysqli_embedded_server_startInitialize and start embedded server

Warning

This function was REMOVED in PHP 7.4.0.

Description

Object-oriented style

public 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 note

User Contributed Notes

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