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.
2 parents c9a3905 + 03b6004 commit 71f1e97Copy full SHA for 71f1e97
beta/class_backup_SQL.php
@@ -13,7 +13,7 @@ class DB {
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
+ * @return Bool | object
17
**/
18
19
public function con($HOST, $USER, $PASSWD, $NAME, $PORT = null, $SOCK = null) {
@@ -538,7 +538,7 @@ public static function DownloadFile($file, $del = false, $filename = '') {
538
539
class SQL_Backup extends FILES {
540
541
- const version = "1.1.3 beta";
+ const version = "1.1.4 beta";
542
const site = "https://github.com/Chak10/Backup-SQL-By-Chak10.git";
543
544
public $table_name;
@@ -952,4 +952,4 @@ private function debug() {
952
}
953
954
955
-?>
+?>
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments