如何表示十六进制值1F?

Poo*_*att 10 php

如何表示十六进制值1F?

cod*_*ict 16

只需在数字前加上0x:

$n = 0x1F;
Run Code Online (Sandbox Code Playgroud)