CakeFest 2024: The Official CakePHP Conference

Yaf_Request_Http::getRaw

(Yaf >=3.0.7)

Yaf_Request_Http::getRaw生のリクエストボディを取得する

説明

public Yaf_Request_Http::getRaw(): mixed

生のリクエストボディを取得します。

パラメータ

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

戻り値

成功した場合に文字列を、失敗した場合に FALSE を返します。

参考

add a note

User Contributed Notes

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