PHP: Split multibyte string (word) into separate characters

Posted by Peterim on Stack Overflow See other posts from Stack Overflow or by Peterim
Published on 2010-03-31T20:34:31Z Indexed on 2010/03/31 20:53 UTC
Read the original article Hit count: 407

Filed under:
|
|

Trying to split this string "?????" into separate characters (I need an array) using mb_split with no luck... Any suggestions?

Thank you!

© Stack Overflow or respective owner

Related posts about php

Related posts about string