第一眼看到這個評論標籤是爲Apache虛擬主機配置文件:正則表達式查找未註釋的apache配置標記?
##<VirtualHost *:80>
##ServerAdmin [email protected]
##DocumentRoot "C:/xampp/htdocs/dummy-host2.localhost"
##ServerName dummy-host2.localhost
##ServerAlias www.dummy-host2.localhost
##ErrorLog "logs/dummy-host2.localhost-error.log"
##CustomLog "logs/dummy-host2.localhost-access.log" combined
##</VirtualHost>
如何才能找到取消註釋標籤並獲得主題之間的內容?
而不是正則表達式,你可能是最好找一個Apache配置文件的解析器。 [這可能會工作](http://pear.php.net/manual/en/package.configuration.config.avail-container.apache.php)。 – Wiseguy 2012-07-13 19:05:20
@Wiseguy Realy tnx bor ...那不是我想要的...但它是非常好的 – 2012-07-13 19:07:51