PhpAtlas allow to access description of all PHP methods used in the PHP manual
via Composer
require: {
"clean/phpatlas": "dev-master"
}
$method = \Clean\PhpAtlas\ClassName('ArrayAccess::offsetExists');
echo $method->getMethodShortDescription(); // => "Whether an offset exists",