by Example
显示下拉菜单
dechex()
«
decbin
|
decoct
»
<?php
$string
=
dechex
(
10
// int $number
);
?>
结果
$string
=
'a'
示例
#1
dechex
(
10
)
#2
dechex
(
47
)
另请参阅
base_convert
,
decbin
,
decoct
,
hexdec
Deutsch
English
Español
Français
Italiano
Português
Română
Türkçe
Русский
中文
日本語
帮助
杂项
配置
测试
单元测试
PHP手册
php.net
无需手动
Powered by
PHP
7.1.33 (0.03 s)
2014-2017 Michel Corne