Utf8 charAt

Jmnote (토론 | 기여)님의 2014년 12월 2일 (화) 23:20 판 (새 문서: category: UTF-8 ;utf8_charAt ==PHP== category: PHP <source lang='PHP'> function utf8_charAt($num, $text) { return mb_substr($text, $num, 1, 'UTF-8'); } </source> ==같이...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
utf8_charAt

1 PHP

function utf8_charAt($num, $text) {
  return mb_substr($text, $num, 1, 'UTF-8');
}

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}