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.ini 中编写下面的 java 代码。
private HashMap<String, IfcClass> idCacheMap = null; HashMap<String, IfcClass>()
我的基本关注是如何在 php 中编写 Java HashMap,在 php 中是否有任何替代方法。
提前致谢。
这很平常array('string' => Object)。它像 HashMap 一样工作。
array('string' => Object)
在 PHP 中,数组做同样的工作。