摘要: SHOW TABLE STATUS FROM `DB_NAME` WHERE ENGINE IS NOT NULL; SHOW TABLE STATUS FROM `DB_NAME` WHERE NAME IN ('table_1','table_2') AND ENGINE IS NOT NULL 阅读全文
posted @ 2018-01-08 19:55 Dzs 阅读(370) 评论(0) 推荐(0) 编辑
摘要: <?php function make_directory($ftp_stream, $dir){ // if directory already exists or can be immediately created return true if (ftp_is_dir($ftp_stream, $dir) || @ftp_mkdir($ftp_stream, $dir)) retu... 阅读全文
posted @ 2018-01-08 19:42 Dzs 阅读(443) 评论(0) 推荐(0) 编辑