Do you know what is the function mysql_pconnect() usefull for?



Do you know what is the function mysql_pconnect() usefull for?..

Answer / Anup Kumar Nayak

"mysql_pconnect() is a PHP function useful for persistent connection to a MySQL database. It creates a persistent connection, which can improve performance when multiple queries need to be executed to the same database within a short timeframe."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to take a substring from a given string?

1 Answers  


What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?

1 Answers  


In php, objects are they passed by value or by reference?

1 Answers  


Write a program to find no of days between two dates in php?

1 Answers  


What do you mean range() in php?

1 Answers  


Tell me can the value of a constant change during the script's execution?

1 Answers  


How to know user has read the email-php?

1 Answers  


What is session in php w3schools?

1 Answers  


what is the post and get method??

14 Answers   Google,


equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }

2 Answers  


What is meant by MIME?

1 Answers  


How to execute a php script from the command line?

1 Answers  


Categories