mysqli::thread_safe

mysqli_thread_safe

(PHP 5, PHP 7, PHP 8)

mysqli::thread_safe -- mysqli_thread_safeIndica si el soporte de hilos está activado o no

Descripción

Estilo orientado a objetos

public mysqli::thread_safe(): bool

Estilo por procedimientos

mysqli_thread_safe(): bool

Indica si la biblioteca cliente está compilada con seguridad para hilos.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true si la biblioteca cliente es thread-safe, false en caso contrario.

add a note

User Contributed Notes

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