Zend
200-710 · Question #6
What is the benefit of using persistent database connections in PHP? (Choose two.)
The correct answer is C. Allows connection settings such as character set encoding to persist D. Allows for resumption of transactions across multiple requests. See the full explanation below for the reasoning.
Databases & SQL
Question
What is the benefit of using persistent database connections in PHP? (Choose two.)
Options
- AReduces the connection & authentication overhead of connecting to the database
- BEnsures that only a single connection is open to the database from PHP
- CAllows connection settings such as character set encoding to persist
- DAllows for resumption of transactions across multiple requests.
How the community answered
(52 responses)- A15% (8)
- B8% (4)
- C77% (40)
Topics
#persistent connections#connection overhead#pconnect#database
Community Discussion
No community discussion yet for this question.