コード例 #1
0
 function __construct($str, $fileName)
 {
     $this->str = $str;
     $this->fileName = $fileName;
     $this->dirName = dirname($fileName);
     $this->foundVar = array();
     parent::__construct();
 }