$p="/<li>(.*?)<\/li>/i";
preg_match_all($p, $str, $matches);
preg_match_all($p, $str, $matches);
2017-07-14
public function __call($name,$args){
if($name=='speedDown'){
$this->speed-=10;
}
}
if($name=='speedDown'){
$this->speed-=10;
}
}
2017-07-13