During this parsing process, the elements and data in the configuration file are converted into key-value pairs, similar to that found in a PHP associative array.
解析过程中,配置文件中的元素和数据转化成类似PHP关联数组的键-值对。
It USES the SimpleXML module to read and parse the XML configuration file into a PHP object, and then creates an associative array mapping each defined chain to its name for easy lookup.
它使用SimpleXML模块读取XML配置文件,并将其解析为php对象,然后,创建一个关联数组,将每个定义的链映射到其名称,以便于查找。
应用推荐