How to convert php string to binary string

藏色散人
Release: 2023-03-08 08:38:01
Original
2570 people have browsed it

How to convert php string to binary string: first create a PHP sample file; then define the page encoding as utf8; finally convert the string into binary through the "StrToBin" method.

How to convert php string to binary string

#The operating environment of this article: Windows7 system, PHP7.1, Dell G3 computer.

php Conversion of strings and binary strings

Code examples are as follows:

'; echo BinToStr("1110000 1101000 1110000 111001001011101010001100 111001101010110010100001 111001011011110010000000 111001011000111110010001 111011111011110010011010 1110111 1110111 1110111 101110 1110000 1101000 1110000 110010 101110 1100011 1100011"); ?>
Copy after login

[Recommended:PHP video tutorial]

The above is the detailed content of How to convert php string to binary string. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!