php解析ini class iniEdit{ var $inifile=false; var $filename=false; public function createfile($filepath){//打开ini文件 $type=explode('.',$filepath); if($type[count($type)-1]!="ini"){echo "文件格式不对!";} if(file_exists($filepath)){ $this->inifile=parse_ini_file($filepath,true); $this->