chr ( int
$bytevalue
) : stringReturns a one-character string containing the character specified by interpreting bytevalue as an unsigned integer. Inverse of this function isĀ ord()
$bytevalue
) : stringReturns a one-character string containing the character specified by interpreting bytevalue as an unsigned integer. Inverse of this function isĀ ord()