We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c14cf commit fd730cbCopy full SHA for fd730cb
beta/class_backup_SQL.php
@@ -6,6 +6,16 @@ class DB {
6
public $type;
7
public $err_c;
8
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
+
19
public function con($HOST, $USER, $PASSWD, $NAME, $PORT = null, $SOCK = null) {
20
if (!class_exists("mysqli")) {
21
$this->type = "mysqli";
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments