| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
PEAR_Dependency::callCheckMethodPEAR_Dependency::callCheckMethod() – xml の依存性定義を対応させる
Synopsis
require_once 'PEAR/Dependency.php';
Descriptionこのメソッドは、xml の依存性定義を PEAR_Dependency に対応させます。 Parameter
Return valueすべての依存性が解決できた(!) ときに FALSE、 未解決の依存性がある場合に PEAR_DEPENDENCY_* 定数を返します。 NoteThis function can not be called statically. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「PEAR_Dependency::callCheckMethod」をGoogle検索
|