PHP 8.1.28 Released!

Yaf_Route_Regex::route

(Yaf >=1.0.0)

Yaf_Route_Regex::routeThe route purpose

Descrizione

public Yaf_Route_Regex::route(Yaf_Request_Abstract $request): bool

Route a incoming request.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

request

Valori restituiti

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top