[lang-ref] ( charcode_to_char ) ( php )

<?php
public function testCharcodeToChar(): void
{
	// mb_chr
	$this->assertSame('a', mb_chr(97, 'UTF-8'));
}