PHP: chr - Manual - PHP: Hypertext Preprocessor

PHP: chr - Manual - PHP: Hypertext Preprocessor

瀏覽:961
日期:2025-06-12
[Editor's note: %c is defined as: "Print the character belonging to the ascii code given" chr() just gives a string, so you need to use %s, even if the string consists of only one character. This is consistent with other languages. --Jeroen@php.net] Learn...看更多