CakeFest 2024: The Official CakePHP Conference

CURLFile::setPostFilename

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

CURLFile::setPostFilenamePOST 用のファイル名を設定する

説明

public CURLFile::setPostFilename(string $posted_filename): void

パラメータ

posted_filename

POST データで用いるファイル名。

戻り値

値を返しません。

add a note

User Contributed Notes

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