Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是关于编程风格的。我需要编写一个函数,从 PHP 调用其他脚本。将此类功能包含到项目中的最佳方式是什么。我应该使用一种静态方法创建类,还是应该将其写入 php 文件并包含该文件?
类中的静态是编写函数的一种奇特方式。只写函数。