文件名称:php备份整个MySQL数据库类.zip
文件大小:4KB
文件格式:ZIP
更新时间:2022-07-31 03:37:58
类库下载-php备份整个MySQL数据库类
<?php class Backup { /** * @var stores the options */ var $config; /** * @var stores the final sql dump */ var $dump; /** * @var stores the table structure inserts for every table */ var $struktur = array(); /** * @var zip file name */ var $datei; /** * this function is the constructor and phrase the options * and connect to the database * @return */ public function Backup($options) { // write options foreach($options AS $name => $value) { $this->config[$name] = $value; }这是一个很好用的php备份整个MySQL数据库类,需要的朋友可以下载使用
【文件预览】:
php备份整个MySQL数据库类
----php中文网下载站.url(114B)
----code.php(9KB)
----php中文网免费下载站.txt(219B)