(2024年9月)
$nos = [2,1,0,-1,-2,-3] ;
foreach($nos as $no){
print “[{$no}]:” ;
printf(“%u”,$no) ;
print “\n” ;
}//foreach
結果
[2]:2
[1]:1
[0]:0
[-1]:18446744073709551615
[-2]:18446744073709551614
[-3]:18446744073709551613
負になるとガツ~ン/ツガ~ン!と値が爆増(ヴァクヅォ~)する、このワク/枠/和久/72歳bots々する振舞wwwwwwwwww
printfの「負の整数の符号なし整数表現」の結果は、普通に間違ッてる!
関連:[PHP] 添字配列や連想配列に要素を追加する方法 [array_push,array_merge]
関連:[PHP] 秒を時分秒に変換する方法 [gmdateは危険]
関連:[PHP] checkdateが意味不明杉流件 [クヅォ]