当前位置:Gxlcms > PHP教程 > PHP常用常量

PHP常用常量

时间:2021-07-01 10:21:17 帮助过:15人阅读

1、FILE
在app.php输出如下

echo__FILE__;

结果为: D:\www\laravel5.1\bootstrap\app.php

2、DIR
假设1中代码在bootstrap目录

echo__DIR__; // 等同于 dirname(__FILE__)

结果为: D:\www\laravel5.1\bootstrap

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('
  • ').text(i)); }; $numbering.fadeIn(1700); }); });

    以上就介绍了PHP常用常量,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

  • 人气教程排行