Forum und email

mysqli_thread_safe

(PHP 5)

mysqli_thread_safe — Regresa si se ha dado un THREAD seguro o no Returns whether thread safety is given or not

Descripción

Estilo por procedimientos:

bool mysqli_thread_safe ( void )

mysqli_thread_safe() indica si la libreria del cliente ha sido compilada como thread seguro.

Valores retornados

TRUE si la libreria del client es thread seguro, en otro caso FALSE.