1. php.ini中memory_limit字段可以设置php内存max值,解决allowed  memory size of 134217728 bytes exhausted 问题。

2.字面量与变量与常量

int a;//a变量

const int b=10;//b为常量,10为字面量

string str="hello world";//str为变量,hello world为也字面量

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2021-11-23
  • 2021-08-05
  • 2021-06-25
  • 2022-12-23
  • 2021-04-17
猜你喜欢
  • 2021-11-23
  • 2021-07-31
  • 2022-02-07
  • 2022-01-02
  • 2022-12-23
  • 2021-09-06
  • 2021-07-21
相关资源
相似解决方案