dev-master
9999999-devModified version of http://sourceforge.net/projects/simplehtmldom/ with cache support
MIT
The Requires
- php >=5.3.2
by John Schlick
by Thau
Modified version of http://sourceforge.net/projects/simplehtmldom/ with cache support
Modified version of http://sourceforge.net/projects/simplehtmldom/ with cache support, (*1)
The cache writes the content of the website into a text file in the cache folder. The file is named by the md5 hash of the url. When the file is older than the default cache duration (24h), it will be overwritten., (*2)
In this example the cache folder is set to "mycachefolder", the default value is "cache"., (*3)
The methode fileGetHtml has a new param, which is called $hours, this sets the cache duration. In further version the param will be changed to a static variable., (*4)
Modified version of http://sourceforge.net/projects/simplehtmldom/ with cache support
MIT