Пример #1
0
 public function testWidthMultiByte()
 {
     $s = new Stringizer("キラキラした");
     $this->assertEquals(12, $s->width());
 }