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.
我还没有安装或修改 Zephir。
因为在此之前,我想知道是否可以在 Zephir 扩展中定义 PHP 类,该扩展只能由扩展本身实例化,而不能在用户空间中实例化。
可能是朋友或受保护/私有类,或者可能是在扩展名称空间之外定义的类,或类似的东西。不过,最好不是匿名类。
我本可以发誓一些原生 PHP 扩展也具有类似的类(无法在用户空间中实例化),但碰巧我现在找不到任何示例。也许我只是想象过这一点。