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.
将有助于 PSR 命名约定。这会是一个好习惯吗?
例子:
use function array_keys as getArrayKeys;
在我看来,这听起来是一种不好的做法。 对于当前的项目/页面并没有真正造成伤害,但从长远来看,您可能/会忘记真正的函数名称是什么。 在下一个项目中,您将尝试getArrayKeys但它不会工作。
getArrayKeys