((Int) date('Y', strtotime($sdate))*12*31)+((Int) date('m', strtotime($sdate))*31)+ (Int) date('d', strtotime($sdate));는 무엇을뜻하나요?
본문
$sdate=2015-10-01;
((Int) date('Y', strtotime($sdate))*12*31)+((Int) date('m', strtotime($sdate))*31)+ (Int) date('d', strtotime($sdate));는 무엇을뜻하나요?
답변을 작성하시기 전에 로그인 해주세요.