GoLang Yaf_Route_Regex::route

request it (281)
GoLang replacement for PHP's Yaf_Route_Regex::route [edit | history]



Do you know a GoLang replacement for PHP's Yaf_Route_Regex::route? Write it!

PHP Yaf_Route_Regex::route

PHP original manual for Yaf_Route_Regex::route [ show | php.net ]

Yaf_Route_Regex::route

(Yaf >=1.0.0)

Yaf_Route_Regex::routeThe route purpose

Description

public bool Yaf_Route_Regex::route ( Yaf_Request_Abstract $request )

Route a incoming request.

Warning

This function is currently not documented; only its argument list is available.

Parameters

request

Return Values

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