Home
last modified time | relevance | path

Searched refs:pconnect (Results 1 – 2 of 2) sorted by relevance

/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php20 var $pconnect; variable in ucclient_db
26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
32 $this->pconnect = $pconnect;
36 if($pconnect) {
158 …st, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->pconnect, $this->tablepre,…
H A Ddbi.class.php20 var $pconnect; variable in ucclient_db
26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
32 $this->pconnect = $pconnect;
151 …st, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->pconnect, $this->tablepre,…