Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to convert hexadecimal to 36 by php

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article is about how php converts hexadecimal to 36. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

In php, you can use the base_convert () function to convert hexadecimal to hexadecimal to 36, which can be converted between any binary, converting the specified primitive to the target, as long as you set up the primitive and the base to be converted; syntax "base_convert (" value to be converted ", 1614 36)".

Operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer

In php, you can use the base_convert () function to convert hexadecimal to 36.

The base_convert (number,frombase,tobase) function converts numbers between arbitrary digits.

Parameter description number is required. Specify the number to be converted. Frombase is required. Specify the original base of the number. Between 2 and 36 (inclusive). Numbers higher than decimal are denoted by the letter amurz, for example, a for 10, b for 11, and z for 35. Tobase is required. Specify the base to be converted. Between 2 and 36 (inclusive). Numbers higher than decimal are denoted by the letter amurz, for example, a for 10, b for 11, and z for 35.

Example: convert hexadecimal "2003001" to 36-ary "JZG8X"

Thank you for reading! This is the end of the article on "how to convert hexadecimal to 36 in php". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report