chr

chr

(PHP 4, PHP 5, PHP 7)

chrReturn a specific character

Description

string chr ( int $ascii )

Returns a one-character string containing the character specified by ascii.

This function complements ord().

Parameters

ascii

The extended ASCII code.

Values outside the valid range (0..255) will be