From manual page: https://php.net/mysqli.options --- option The option that you want to set. It can be one of the following values: ... 1 Whether to use network communication compression. Instead of `1` it should probably say `MYSQLI_OPT_COMPRESS`.
From manual page: https://php.net/mysqli.options
option
The option that you want to set. It can be one of the following values:
...
1 Whether to use network communication compression.
Instead of
1it should probably sayMYSQLI_OPT_COMPRESS.