[PHP] json_decode 가 null 이고 Control character error, possibly incorrectly encoded 오류 메세지 대응 > 개발팁

본문 바로가기
사이트 내 전체검색

개발팁

[PHP] json_decode 가 null 이고 Control character error, possibly incorrec…

페이지 정보

본문

php 에서 json_decode 가 null 이 나왔을때 json_last_error_msg() 를 찍어보았다.

echo json_last_error_msg(); //Control character error, possibly incorrectly encoded


Control character error, possibly incorrectly encoded 이라는 메세지가 나왔다.


그럴 때에는 아래와 같이 처리하자.

$json = preg_replace('/[[:cntrl:]]/', '', $json);

$json = json_decode($json, true);

추천0 비추천0

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

회사명 : 팁에는팁 / 대표 : 이하령
개인정보관리책임자 : 이하령

공지사항

  • 게시물이 없습니다.

접속자집계

오늘
2,222
어제
5,394
최대
5,394
전체
522,664
Copyright © 소유하신 도메인. All rights reserved.