clean/phpatlas

0.2.0 2019-12-06 08:40 UTC

This package is auto-updated.

Last update: 2024-09-06 20:52:50 UTC


README

Build Status Code Climate Test Coverage Issue Count

PhpAtlas 允许访问在 PHP 手册 中使用的所有 PHP 方法的描述

安装

通过 Composer

require: {
  "clean/phpatlas": "dev-master"
}

用法

$method = \Clean\PhpAtlas\ClassName('ArrayAccess::offsetExists');
echo $method->getMethodShortDescription(); // => "Whether an offset exists",