php chr – POFTUT

PHP chr() Function To Convert Byte To Character/String

PHP chr() Function To Convert Byte To Character/String

PHP provides the chr() function in order to convert the given number into a single character or string. Even it is called byte value it is an integer which can be between 0 and 255. Convert Byte To Char In the following example, we will convert the given byte values or integers into a character … Read more