数组函数 1. 数组的创建 array(); # 生成空数组 array_combine($x, $y); #…
创建数据库 CREATE DATABASE 数据库名; 删除数据库 DROP DATABASE 数据库名; 选…