function exec_vcr($rec_time, $set_channel, $output_file) { if($rec_time > 0 && $set_channel > 0) { $result = `vcr -t ` . $rec_time . ` -p ` . $set_channel . $output_file ; } else { echo '録画時間かチャンネルが無効です'; } }