preg_match_all("/[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}/", $string, $r);
echo $r[0][0];

'php, codeigniter' 카테고리의 다른 글

도로명 주소 open api  (0) 2015.03.26
이미지 리사이즈 함수 변경(고화질)  (0) 2015.03.23
php-image-magician  (0) 2015.03.21
폼 전송 후 [뒤로가기] 오류 수정  (0) 2015.03.16
괄호() 안의 내용만 추출  (0) 2015.02.04
블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,