gpt4 book ai didi

php - 具有某些值的数组中的意外行为

转载 作者:可可西里 更新时间:2023-11-01 13:14:18 26 4
gpt4 key购买 nike

我的代码是:

$arr=[02,05,07,08,09];
print_r($arr)

输出为:

Array
(
[0] => 2
[1] => 5
[2] => 7
[3] => 0
[4] => 0
)

为什么将0809转换为0??

最佳答案

以零开头的数字被视为以 8 为基数。

请参阅 PHP 文档:Integers - Syntax .

To use octal notation, precede the number with a 0 (zero). To use hexadecimal notation precede the number with 0x. To use binary notation precede the number with 0b.

关于php - 具有某些值的数组中的意外行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38304537/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com