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 a7359b9

Browse files
committed
V.1.1.4
1 parent 71f1e97 commit a7359b9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

‎beta/class_backup_SQL.php‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class DB {
1313
* @var $NAME string The MySQL database name.
1414
* @var $PORT int The port number to use when connecting to the database server otherwise it uses the default port
1515
* @var $SOCK string The socket name to use when connecting to a local database server otherwise it uses the default socket.
16-
* @return Bool | object
16+
* @result Bool | object
1717
**/
1818

1919
public function con($HOST, $USER, $PASSWD, $NAME, $PORT = null, $SOCK = null) {
@@ -538,7 +538,7 @@ public static function DownloadFile($file, $del = false, $filename = '') {
538538

539539
class SQL_Backup extends FILES {
540540

541-
const version = "1.1.4 beta";
541+
const version = "1.1.3 beta";
542542
const site = "https://github.com/Chak10/Backup-SQL-By-Chak10.git";
543543

544544
public $table_name;
@@ -559,17 +559,17 @@ class SQL_Backup extends FILES {
559559

560560

561561
/**
562-
* @var object $con Database connection already opened
563-
* @var string | array $table_name Database tables
564-
* @var string | array $ext File estensions output
565-
* @var string $fname Filename output
566-
* @var string $folder Folder output
567-
* @var int $query_limit Query interval insert
568-
* @var bool | string $archive Output compressed (zip) or archived (tar) or in a dir (false)
569-
* @var bool $phpmyadmin ...
570-
* @var bool $save Output saved in a file or outputed as string
571-
* @var bool $sql_unique Output (sql) unified in a unique file/query
572-
* @var bool $down Output automatic downloaded
562+
* @var object $con Database connection already opened.
563+
* @var string | array $table_name Database tables.
564+
* @var string | array $ext File estensions output.
565+
* @var string $fname Filename output.
566+
* @var string $folder Folder output.
567+
* @var int $query_limit Query interval insert.
568+
* @var bool | string $archive Output compressed (zip) or archived (tar) or in a dir (false).
569+
* @var bool $phpmyadmin It creates files that can be imported directly with phpmyadmin.
570+
* @var bool $save Output saved in a file or outputed as string.
571+
* @var bool $sql_unique Output (sql) unified in a unique file/query.
572+
* @var bool $down Output automatic downloaded.
573573
**/
574574

575575
function __construct($con = null, $table_name = null, $ext = null, $fname = null, $folder = null, $query_limit = null, $archive = null, $phpmyadmin = null, $save = null, $sql_unique = null, $down = null) {
@@ -952,4 +952,4 @@ private function debug() {
952952
}
953953

954954

955-
?>
955+
?>

0 commit comments

Comments
(0)

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