PHP 8.1.28 Released!

Yaf_Request_Http::isXmlHttpRequest

(Yaf >=1.0.0)

Yaf_Request_Http::isXmlHttpRequest是否为Ajax请求

说明

public Yaf_Request_Http::isXmlHttpRequest(): bool

检查请求是否是 Ajax 请求。

注意:

此方法依赖于请求标头:HTTP_X_REQUESTED_WITH,某些 Javascript 库在执行 Ajax 请求时不会设置此 header

参数

此函数没有参数。

返回值

boolean

add a note

User Contributed Notes

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