Searched refs:pconnect (Results 1 – 2 of 2) sorted by relevance
/plugin/authucenter/lib/uc_client/lib/ |
H A D | db.class.php | 20 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 D | dbi.class.php | 20 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,…
|