# 命令行

if(!is_cli()){
	exit('RUN IN CLI');
}
set_time_limit(-1); 
ini_set('memory_limit','1024M');