RFC: Add str_iter() for UTF-8 code-point iteration
Project Governance
Author
Masaki Kagaya
PHP does not currently expose a small shared primitive for iterating over a string as UTF-8 code points. This RFC proposes such a primitive in the form of str_i...