PHP functions Description of decimal, binary, octal, and 16-binary conversion functions

Source: Internet
Author: User
Tags decimal to binary

1. Decimal to Binary decbin () function, as in the following example

Echo Decbin (12); Output 1100
Echo Decbin (26); Output 11010

2. Decimal to octal decoct () function

Echo decoct (15); Output 17
Echo decoct (264); Output 410

3. Decimal to hexadecimal dechex () function

Echo Dechex (10); Output A
Echo Dechex (47); Output 2f

4. arbitrary binary Conversion Base_convert () function

$hexadecimal = ' A37334 ';
Echo Base_convert ($hexadecimal, 16, 2);//Output 101000110111001100110100
Base_convert

PHP functions Description of decimal, binary, octal, and 16-binary conversion functions

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.