Yaf_Route_Regex
PHP Manual

Yaf_Route_Regex::route

(PECL yaf >=1.0.0)

Yaf_Route_Regex::routeThe route purpose

説明

public bool Yaf_Route_Regex::route ( Yaf_Request_Abstract $request )

Route a incoming request.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

request

返り値

If the pattern given by the first parameter of Yaf_Route_Regex::_construct() matche the request uri, return TRUE, otherwise return FALSE.


Yaf_Route_Regex
PHP Manual