GoLang mysqli::thread_safe

request it (280)
GoLang replacement for PHP's mysqli::thread_safe [edit | history]



Do you know a GoLang replacement for PHP's mysqli::thread_safe? Write it!

PHP mysqli::thread_safe

PHP original manual for mysqli::thread_safe [ show | php.net ]

mysqli::thread_safe

mysqli_thread_safe

(PHP 5, PHP 7)

mysqli::thread_safe -- mysqli_thread_safeReturns whether thread safety is given or not

Description

Procedural style

bool mysqli_thread_safe ( void )

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

Return Values

TRUE if the client library is thread-safe, otherwise FALSE.