MySQL and PHP

3.8.54 mysqli::thread_safe, mysqli_thread_safe

Copyright 1997-2021 the PHP Documentation Group.

Description

Object oriented style

public void mysqli::thread_safe();

Procedural style

bool mysqli_thread_safe();

Tells whether the client library is compiled as thread-safe.

Return Values

true if the client library is thread-safe, otherwise false.