1、ThinkPHP\Common\runtime.php 第22行有版本信息 ,如:
    define('THINK_VERSION', '3.0');

 

2、runtime.php中有版本常量的定义。
   不过在3.2rc版本中,版本常量的定义被移到了ThinkPHP.php

   在thinkphp文件夹下的thinkphp.php文件,

 例如:const THINK_VERSION     =   '3.2.3';

相关文章:

  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-07-21
  • 2021-08-30
  • 2022-01-15
  • 2021-11-08
  • 2021-05-13
猜你喜欢
  • 2022-01-28
  • 2022-12-23
  • 2021-11-28
  • 2021-07-13
  • 2022-12-23
  • 2021-04-11
  • 2021-08-01
相关资源
相似解决方案