Yaf_Request_Abstract::isXmlHttpRequest

(Yaf >=1.0.0)

Yaf_Request_Abstract::isXmlHttpRequestDetermine if request is AJAX request

Opis

public Yaf_Request_Abstract::isXmlHttpRequest ( void ) : bool

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

boolean

Zobacz też:

add a note add a note

User Contributed Notes 1 note

up
0
oreaking at gmail dot com
9 years ago
That means the request method is ajax or not .
To Top