Advertisement
krot

str_split utf-8

May 8th, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.06 KB | None | 0 0
  1. print_r(preg_split('//u', $s, null, PREG_SPLIT_NO_EMPTY));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement