検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 142 for tmp (0.121 sec.)
一意なファイル名を生成する 5210
« symlink tmpfile » PHP Manual ファイルシステム 関数 一意なファイル名を生成する tempnam (PHP 4, ... するようになりました。 例 例1 tempnam() の例 <?php $tmpfname = tempnam ( "/tmp" , "FOO" ); $handle = fopen ... ( $tmpfname , "w" ); fwrite ( $handle , "writing to tempf ... ); fclose ( $handle ); // ここで何か行う unlink ( $tmpfname ); ?> 注意 注意 : PHP が指定されたパラメータ ... ァイルが存在する場合にも同じことが起こります。 参考 tmpfile() - テンポラリファイルを作成する sys_get_temp_ ...
https://man.plustar.jp/php/function.tempnam.html - [similar]
指定したキーの排他ロックを解放する 5210
« wincache_ucache_set Windows でのビルド » PHP Manual WinCache 関数 指定したキーの排他ロックを解 ... 例1 wincache_unlock() の使用 <?php $fp = fopen ( "/tmp/lock.txt" , "r+" ); if ( wincache_lock ( “lock_txt ...
https://man.plustar.jp/php/function.wincache-unlock.html - [similar]
実行時設定 5210
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ディレクトリ階層レベルを決定します。 例えば、 '5;/tmp' とすると /tmp/4/b/1/e/3/sess_4b1e384ad74619bd212e ... のプロセスの umask は変わりません。 警告 この設定を /tmp (デフォルト) のようにどこか らでも読み込み可能なデ ...
https://man.plustar.jp/php/session.configuration.html - [similar]
Create a new Image converter 5210
« wkhtmltox\Image\Converter wkhtmltox\Image\Converter::convert » PHP Manual wkhtmltox\Image\Conv ... ieJar path of file used to load and store cookies /tmp/cookies.txt >= 0.1.0 load.username user name to us ...
https://man.plustar.jp/php/wkhtmltox-image-converter.construct.html - [similar]
Creates new connection listener associated with an event base 5115
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... ocket path, if prefixed with 'unix:' , e.g. 'unix:/tmp/my.sock' . 戻り値 Returns EventListener object rep ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
複数ファイルのアップロード 5115
« 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル ... ILES['userfile']['name'][0] , $_FILES['userfile']['tmp_name'][0] , $_FILES['userfile']['size'][0] , $_FIL ...
https://man.plustar.jp/php/features.file-upload.multiple.html - [similar]
リクエストをリクエストグループに追加する 5115
« eio_get_last_error eio_grp_cancel » PHP Manual Eio 関数 リクエストをリクエストグループに追加す ... $temp_filename = dirname ( __FILE__ ) . "/eio-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( ...
https://man.plustar.jp/php/function.eio-grp-add.html - [similar]
リクエストグループを作る 5115
« eio_grp_limit eio_init » PHP Manual Eio 関数 リクエストグループを作る eio_grp (PECL eio >= 0.0 ... $temp_filename = dirname ( __FILE__ ) . "/eio-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( ...
https://man.plustar.jp/php/function.eio-grp.html - [similar]
ファイルを開く 5115
« eio_nthreads eio_poll » PHP Manual Eio 関数 ファイルを開く eio_open (PECL eio >= 0.0.1dev) eio ... _open() の例 <?php $temp_filename = "eio-temp-file.tmp" ; /* eio_close() が終わったら呼ばれます */ functi ...
https://man.plustar.jp/php/function.eio-open.html - [similar]
ファイルを、指定したオフセットから読み込む 5115
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_re ... て何かを書き込みます $temp_filename = "eio-temp-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT