PEAR_ChannelFile::getAlias()

PEAR_ChannelFile::getAlias()  -- Return the suggested alias users can use to refer to this channel on the command-line.

概要

require_once '/ChannelFile.php';

string PEAR_ChannelFile::getAlias ()

説明

This returns the channel alias. For instance, channel pear.php.net's alias is pear, channel pecl.php.net's alias is pecl.

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。