search

Home  >  Q&A  >  body text

Is the value of the integer variable output by the PHP statement echo the default decimal number?

echo语句输出的整型变量的值是默认十进制的数吗?


phpcn_u7226phpcn_u72262717 days ago1545

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-06-28 08:55:32

    It has nothing to do with echo. The conversion from hexadecimal to decimal is handled by the assignment statement "=".

    reply
    0
  • Cancelreply