((Int) date('Y', strtotime($sdate))*12*31)+((Int) date('m', strtotime($sdate))*31)+ (Int) date('d', strtotime($sdate));는 무엇을뜻하나요? 채택완료
주니1
10년 전
조회 3,442
$sdate=2015-10-01;
((Int) date('Y', strtotime($sdate))*12*31)+((Int) date('m', strtotime($sdate))*31)+ (Int) date('d', strtotime($sdate));는 무엇을뜻하나요?
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인