what is the function mysql_pconnect() useful for?
ReportQuestion
2 years ago 1195 views
mysql_pconnect() ensure a persistent connection to the database
mysql_pconnect() ensure a persistent connection to the database, it means that the connection does not close when the PHP script ends.
This function is not supported in PHP 7.0 and above
Thread Reply