PHP 8.3.4 Released!

Yaf_Request_Abstract::getMethod

(Yaf >=1.0.0)

Yaf_Request_Abstract::getMethodリクエストメソッドを取得する

説明

public Yaf_Request_Abstract::getMethod(): string

パラメータ

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

戻り値

"POST", "GET" などのような文字列を返します。

参考

add a note

User Contributed Notes

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