Results of 1 - 3 of about 3 for savepath (0.002 sec.)
- SessionHandlerInterface クラス 11347
- « SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInter
...
dler implements SessionHandlerInterface { private $savePath ; public function open ( $savePath , $sessionName ...
): bool { $this -> savePath = $savePath ; if (! is_dir ( $this -> savePath )) ...
{ mkdir ( $this -> savePath , 0777 ); } return true ; } public function close ...
{ return (string)@ file_get_contents ( " $this -> savePath /sess_ $id " ); } public function write ( $id , $d ...
-
https://man.plustar.jp/php/class.sessionhandlerinterface.html
- [similar]
- FDF に埋め込まれている、アップロードされたファイルを展開する 9691
- « fdf_get_ap fdf_get_encoding » PHP Manual FDF 関数 FDF に埋め込まれている、アップロードされたフ
...
source $fdf_document , string $fieldname , string $savepath ): array 「ファイル選択」フィールド fieldname によ ...
って アップロードされたファイルを展開し、それを savepath に保存します。 パラメータ fdf_document fdf_create( ...
ring() が返す FDF ドキュメントハンドル。 fieldname savepath ファイル名または既存のディレクトリ名を指定し、ディ ...
同名のファイルが存在した場合は上書きします。 注意 : savepath にディレクトリを使用してファイルを 保存してその名前 ...
-
https://man.plustar.jp/php/function.fdf-get-attachment.html
- [similar]
- ユーザー定義のセッション保存関数を設定する 6845
- « session_set_cookie_params session_start » PHP Manual セッション関数 ユーザー定義のセッション保
...
en 以下のシグネチャを持つ callable: open ( string $savePath , string $sessionName ): bool open コールバックはク ...
-
https://man.plustar.jp/php/function.session-set-save-handler.html
- [similar]
PREV
1
NEXT