what is the function mysql_pconnect() useful for?

Report
Question
1195 views

mysql_pconnect() ensure a persistent connection to the database

Please explain why do you think this question should be reported?

Report Cancel

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

PHP

Thread Reply

Leave an comment

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>