Solution to phpord function and Chinese garbled characters

Source: Internet
Author: User
Phpstring function, definition and usage: the ord () function returns the ascii value of the first character of the string. syntax: Required for string description of the ord (string) parameter. the string from which the ascii value is obtained. ec... php string function, definition and usage: the ord () function returns the ascii value of the first character of the string.

Syntax:Ord (string)

Parameter description

String is required. the string from which the ascii value is obtained.

Echo ord ('I'); only 230 is returned here. I saved the file in u8 and output it. only 230 is returned, and 230 is converted to hex e6, in fact, in u8, my code is e68891, so you can understand it. In fact, it only gets the first byte.

Echo chr (0xe6 ). chr (0x88 ). chr (0x91); in this example, I can output this Chinese character in u8. as you can see, this Chinese character is obtained after three chr times. The code is as follows:

 

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.