<?php $it = IntlBreakIterator::createLineInstance('ja-JP'); $it->setText('ガギ'); echo $it->getPartsIterator()::class, PHP_EOL; foreach ($it->getPartsIterator() as $i => $block) { var_dump([$i => $block]); }
You have javascript disabled. You will not be able to edit any code.