mysqli_get_links_stats
mysqli_get_links_stats
Return information about open and cached links
array **mysqli_get_links_stats**
returns information about open
and cached MySQL links.
mysqli_get_links_stats
returns an associative array
with three elements, keyed as follows:
mysqli_get_links_stats``total
An indicating the total number of open links in
any state.
int
active_plinks
An representing the number of active persistent
connections.
int
cached_plinks
An representing the number of inactive persistent
connections.
int