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.
我记得以前看过这种语法,它似乎也有效。
function myFunction(\Object $object) { }
虽然我模糊地记得它只是一个对其他动态类型变量有用的命名方案,但我找不到(或者更确切地说不知道要搜索什么)对这种语法的任何引用。
有没有人知道更好,以及关于这种语法的任何最佳实践,如果它是有效的?
在这种情况下,反斜杠是针对全局命名空间——类和函数在它们没有命名空间定义时被放置在那里。另请参阅手册部分。