PHP 8.3.4 Released!

mysqli::thread_safe

mysqli_thread_safe

(PHP 5, PHP 7, PHP 8)

mysqli::thread_safe -- mysqli_thread_safeGibt an, ob Thread-Sicherheit gegeben ist oder nicht

Beschreibung

Objektorientierter Stil

public mysqli::thread_safe(): bool

Prozeduraler Stil

mysqli_thread_safe(): bool

Gibt an, ob die Client-Bibliothek als threadsicher kompiliert ist.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Gibt true zurück, wenn die Client-Bibliothek threadsicher ist, ansonsten false.

add a note

User Contributed Notes

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