PHP 8.3.4 Released!

Yaf_Request_Abstract::isXmlHttpRequest

(Yaf >=1.0.0)

Yaf_Request_Abstract::isXmlHttpRequestAJAXリクエストかどうかを判定する

説明

public Yaf_Request_Abstract::isXmlHttpRequest(): bool

パラメータ

この関数にはパラメータはありません。

戻り値

boolean を返します。

参考

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