[ php ] strtolower 사용시 한글깨짐 방지 setlocale
작성일 18-09-11 11:56
페이지 정보
작성자 웹지기 조회 4,846회 댓글 0건본문
PHP setlocale 함수를 사용
setlocale(LC_TYPE, 'C');
$mb_id = strtolower($mb_id);
추천0
비추천 0
댓글목록
등록된 댓글이 없습니다.
작성일 18-09-11 11:56
PHP setlocale 함수를 사용
setlocale(LC_TYPE, 'C');
$mb_id = strtolower($mb_id);
등록된 댓글이 없습니다.