1. 首页
  2. 编程语言
  3. PHP
  4. php解析ini文件

php解析ini文件

上传者: 2019-01-10 16:56:38上传 PHP文件 1.21KB 热度 38次
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->
用户评论