Return result of the CHR function: Return string, which contains the specified characterCodeRelated characters.
The CHR ("0") is a string of 0 characters.
CHR ("1 ")
CHR ("2 ")
CHR ("3 ")
CHR ("4 ")
CHR ("5 ")
CHR ("6 ")
CHR ("7")
The CHR function returns: A String that contains the characters associated with the specified character code.Chr ("0") is a 0 characterCHR ("1")CHR ("2")CHR ("3")CHR ("4")CHR ("5")CHR ("6")CHR ("7") bellsCHR ("8") back latticeCHR ("9") tab
CHR (9), CHR (10), CHR (13), CHR (32), CHR (34)
All ASCII code tables: [url] http://www.asciitable.com/#/url]
CHR (13) is a carriage return
CHR (10) is a line break
CHR (32) is a space character
9 \ 34 is a tab, not sure?
The following are some
http://blog.csdn.net/cunxiyuan108/article/details/5989701CHR (CharCode)The necessary charcode parameter is a Long that is used to identify a character. Charcode:ascii yardsEach word has its own ASCII To know the ASCII code of a word, write a VB
Chr (9), Chr (10), Chr (13), Chr (32), Chr (34)All About ASCII code table: [Url]http://www.asciitable.com/[/url]Chr (13) is a carriage returnCHR (10) is a newline character.Chr (32) is a spaces9\34 is tab, not OK?Here are some of the columns
Chr (13) is a carriage return Chr (10) is a newline character Chr (32) is a spaces 9\34 is tab, not OK?
Chr (13) is a carriage return Chr (10) is a newline character Chr (32) is a spaces 9\34 is tab, not OK?
Here are some of the columns
Chr (13) is a carriage return; Chr (10) is a line break; chr (32) is a space character; chr (13) is a carriage return; 9 \ 34 is a tab, not sure?
(Example: replace all carriage returns with
# Replace (foo, Chr (13), "", "ALL ")#
)
All tables
Chr
(PHP 4, PHP 5, PHP 7)
Chr-return a specific character
chr-returns the specified character
Descriptionchr($ascii)//Returns a one-character string containing the character specified by ascii.//返回相对应于 ascii
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.