| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 영카트
- 옵션표
- php
- 안드로이드
- rairen
- 설정
- 헬퍼
- codeigniter3
- MSsql
- 함수
- phpDocumentor
- API
- CI3
- 라이렌
- 웹 프로그래밍
- jquery
- 후크
- jw player
- ajax
- APK
- CodeIgniter
- Database
- javascript
- mysql
- function
- config
- 그누보드
- FCM
- 코드이그나이터
- html
Archives
- Today
- Total
목록json_error (1)
프로그램 개발서
json_last_error() 확인 https://www.php.net/manual/en/function.json-last-error.php PHP: json_last_error - Manual use this code with mb_convert_encoding, you can json_encode some corrupt UTF-8 chars function safe_json_encode($value, $options = 0, $depth = 512) { $encoded = json_encode($value, $options, $depth); if ($encoded === false && $val www.php.net json_last_error_msg() 확인 https://www.php.net/m..
PHP
2022. 8. 31. 18:29