Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fd730cb

Browse files
committed
update
1 parent a2c14cf commit fd730cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎beta/class_backup_SQL.php‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ class DB {
66
public $type;
77
public $err_c;
88

9+
/**
10+
* @var $HOST string The MySQL host name.
11+
* @var $USER string The MySQL user name.
12+
* @var $PASSWD string The MySQL password.
13+
* @var $NAME string The MySQL database name.
14+
* @var $PORT int The port number to use when connecting to the database server otherwise it uses the default port
15+
* @var $SOCK string The socket name to use when connecting to a local database server otherwise it uses the default socket.
16+
* @result Bool | object
17+
**/
18+
919
public function con($HOST, $USER, $PASSWD, $NAME, $PORT = null, $SOCK = null) {
1020
if (!class_exists("mysqli")) {
1121
$this->type = "mysqli";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /