전화번호에 하이픈 넣기 > 그누보드5 팁자료실

그누보드5 팁자료실

전화번호에 하이픈 넣기 정보

전화번호에 하이픈 넣기

본문

register_form_update.php, orderformupdate.php 파일에서 사용할 수 있습니다.

사용법은 아래와 같습니다.
$mb_tel = hyphen_tel_number($mb_tel);
$od_tel = hyphen_tel_number($od_tel);
$od_b_tel = hyphen_tel_number($od_b_tel);

common.lib.php 파일에 넣어주세요.

// 전화번호의 숫자만 취한 후 중간에 하이픈(-)을 넣는다.
// 전화번호의 숫자만 취한 후 중간에 하이픈(-)을 넣는다.
function hyphen_tel_number($tel)
{
$tel = preg_replace("/[^0-9]/", "", $tel);
if (substr($tel,0,2)=='02')
return preg_replace("/([0-9]{2})([0-9]{3,4})([0-9]{4})$/", "\\1-\\2-\\3", $tel);
else if (strlen($tel)=='8' && (substr($tel,0,2)=='15' || substr($tel,0,2)=='16' || substr($tel,0,2)=='18'))
return preg_replace("/([0-9]{4})([0-9]{4})$/", "\\1-\\2", $tel);
else
return preg_replace("/([0-9]{3})([0-9]{3,4})([0-9]{4})$/", "\\1-\\2-\\3", $tel);
}
추천
1

댓글 4개

전체 2,424 |RSS
그누보드5 팁자료실 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT