Top Level :: Networking

Package Information: Net_Dict 1.0.3

Show All Changelogs
» Version » Information
1.0.5 2006-05-08     stable
1.0.3Download

Release date: 2002-11-29 12:10 UTC
Release state: stable

Changelog:

Definitions can now be cached (using PEAR Cache package). So you don't
have to make a network connection for an already cached definition.

$d = new Net_Dict;

// make sure cache_dir is writable
$d->setCache(true, 'file', array('cache_dir'=>'/tmp/cache/'));

$defs = $d->define($keyword);

Dependencies:
1.0.2 2002-10-06     stable
1.0.1 2002-10-05     stable
1.0 2002-09-24     stable