謝晒的PHP網頁設計
聯絡E-mail:
sean0704@gmail.com
站內搜尋
Tuesday, June 10, 2014
[PHP][好文] PHP 將 UTF-8 的 字串 依 指定長度 切割成陣列(str_split 的 UTF-8版)
PHP 將 UTF-8 的 字串 依 指定長度 切割成陣列(str_split 的 UTF-8版)
短摘:
$str = 'Hello';
print_r(str_split($str)); // array('H', 'e', 'l', 'l', 'o')
No comments:
Post a Comment
Newer Post
Older Post
Home
View mobile version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment