db_pconnect()
Returns: | Database connection resource/object or FALSE on failure |
---|---|
Return type: | mixed |
Establish a persistent connection with the database.
Note
This method is just an alias for db_connect(TRUE)
.
db_pconnect()
Returns: | Database connection resource/object or FALSE on failure |
---|---|
Return type: | mixed |
Establish a persistent connection with the database.
Note
This method is just an alias for db_connect(TRUE)
.
Please login to continue.