server_exec
Syntax
native server_exec();
Description
Forces the server to execute the command queue immediately.
Note
Commands can be added to the queue using server_cmd()
Return
This function has no return value.
native server_exec();
Forces the server to execute the command queue immediately.
Commands can be added to the queue using server_cmd()
This function has no return value.