PEAR_ChannelFile::supportsREST()
PEAR_ChannelFile::supportsREST()
--
Determines whether a channel supports any Representational State Transfer
(REST) resources
概要
require_once '/ChannelFile.php'; |
bool
PEAR_ChannelFile::supportsREST
(string
[$mirror = FALSE])
説明
This does not check to see which REST resources are supported, use
getBaseURL()
to check specific REST resource or resource group support.
パラメータ
- string|FALSE
$mirror
Mirror server name or FALSE for the primary server.
例外・エラー
throws
no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。