CakeFest 2024: The Official CakePHP Conference

Yaf_Request_Http::isXmlHttpRequest

(Yaf >=1.0.0)

Yaf_Request_Http::isXmlHttpRequestDetermin if request is Ajax Request

Beschreibung

public Yaf_Request_Http::isXmlHttpRequest(): bool

Check the request whether it is a Ajax Request.

Hinweis:

This method depends on the request header: HTTP_X_REQUESTED_WITH, some Javascript library doesn't set this header while doing Ajax request

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

boolean

add a note

User Contributed Notes

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