PEAR_ChannelFile::setAlias

PEAR_ChannelFile::setAlias() – Set the channel alias

Synopsis

require_once '/ChannelFile.php';

boolean PEAR_ChannelFile::setAlias ( string $alias , boolean $local = false )

Description

Set the suggested alias that users can use on the command-line as a shortcut access to this channel. For instance, channel pear.php.net's alias is pear.

Parameter

string $alias

The alias

boolean $local

determines whether the alias is in channel.xml or local. If local, then this is the result of a pear channel-alias command.

Return value

returns success

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Since REST does not implement RPC, provide this as a logical wrapper around resetFunctions for REST (Previous) set the base URL for a REST resource, or set of REST resources (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.