検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 142 for tmp (0.002 sec.)
ファイルの状態を取得する 8071
« eio_fdatasync eio_fstatvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_fstat (PECL eio ... eio_lstat() の例 <?php // 一時ファイルを作ります $tmp_filename = dirname ( __FILE__ ) . "/eio-file.tmp" ... ; touch ( $tmp_filename ); /* eio_fstat() が終わったら呼ばれます ... t_loop (); } // 一時ファイルを開きます eio_open ( $tmp_filename , EIO_O_RDONLY , NULL , EIO_PRI_DEFAULT , ... "my_open_cb" , $tmp_filename ); eio_event_loop (); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.eio-fstat.html - [similar]
Unix ドメイン: Unix および UDG 7976
« Internet ドメイン: TCP、UDP、SSL、および TLS PHP 型の比較表 » PHP Manual サポートされるソケット ... イン: Unix および UDG unix:// および udg:// unix:///tmp/mysock udg:///tmp/mysock unix:// は、Unix ドメイン ... ケット , および , udg , サポート , トランスポート , tmp , mysock ...
https://man.plustar.jp/php/transports.unix.html - [similar]
HTTP POST でアップロードされたファイルかどうかを調べる 7869
« is_readable is_writable » PHP Manual ファイルシステム 関数 HTTP POST でアップロードされたファイ ... 、関数 is_uploaded_file() には $_FILES['userfile']['tmp_name'] のような引数が必要です。 アップロードされた ... p if ( is_uploaded_file ( $_FILES [ 'userfile' ][ 'tmp_name' ])) { echo "ファイル " . $_FILES [ 'userfile ... 表示します\n" ; readfile ( $_FILES [ 'userfile' ][ 'tmp_name' ]); } else { echo "おそらく何らかの攻撃を受け ... " ; echo "ファイル名 '" . $_FILES [ 'userfile' ][ 'tmp_name' ] . "'." ; } ?> 参考 move_uploaded_file() - ...
https://man.plustar.jp/php/function.is-uploaded-file.html - [similar]
他の SAPI との違い 7478
« はじめに オプション » PHP Manual コマンドラインの使用法 他の SAPI との違い 他の SAPI との違い ... 版を使った場合、出力は以下のようになります。 $ pwd /tmp $ php -q another_directory/test.php /tmp/another_d ... CLI SAPI を使った場合はこのようになります。 $ pwd /tmp $ php -f another_directory/test.php /tmp これにより ... ド: 出力 , シェル , 他 , スクリプト , 実行 , argc , tmp , 変更 , 設定 , 注意 ...
https://man.plustar.jp/php/features.commandline.differences.html - [similar]
CURLStringFile オブジェクトを作る 7383
« CURLStringFile Event » PHP Manual CURLStringFile CURLStringFile オブジェクトを作る CURLStringF ... var_dump(file_get_contents($_FILES['test_string']['tmp_name'])); ?> */ // cURL ハンドルを作ります $ch = c ... 8) "test.txt" ["type"]=> string(10) "text/plain" ["tmp_name"]=> string(14) "/tmp/phpTtaoCz" ["error"]=> i ...
https://man.plustar.jp/php/curlstringfile.construct.html - [similar]
Record alert log information 7181
« SeasLog SeasLog::analyzerCount » PHP Manual SeasLog Record alert log information SeasLog::aler ... from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: alert ( 'log message ... from {NAME}' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ? ... 149.68 | log message from neeke " } ["/var/log/www/tmp_logger/20180707.log"]=> array(1) { [0]=> string(92 ...
https://man.plustar.jp/php/seaslog.alert.html - [similar]
Record critical log information 7181
« SeasLog::__construct SeasLog::debug » PHP Manual SeasLog Record critical log information SeasL ... from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: critical ( 'log messa ... ge from {NAME}' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ? ... 149.68 | log message from neeke " } ["/var/log/www/tmp_logger/20180707.log"]=> array(1) { [0]=> string(92 ...
https://man.plustar.jp/php/seaslog.critical.html - [similar]
Record debug log information 7181
« SeasLog::critical SeasLog::__destruct » PHP Manual SeasLog Record debug log information SeasLo ... from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: debug ( 'log message ... from {NAME}' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ? ... 149.68 | log message from neeke " } ["/var/log/www/tmp_logger/20180707.log"]=> array(1) { [0]=> string(92 ...
https://man.plustar.jp/php/seaslog.debug.html - [similar]
Record emergency log information 7181
« SeasLog::__destruct SeasLog::error » PHP Manual SeasLog Record emergency log information SeasL ... from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: emergency ( 'log mess ... age from {NAME}' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ? ... 149.68 | log message from neeke " } ["/var/log/www/tmp_logger/20180707.log"]=> array(1) { [0]=> string(92 ...
https://man.plustar.jp/php/seaslog.emergency.html - [similar]
Record error log information 7181
« SeasLog::emergency SeasLog::flushBuffer » PHP Manual SeasLog Record error log information Seas ... from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: error ( 'log message ... from {NAME}' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ? ... 149.68 | log message from neeke " } ["/var/log/www/tmp_logger/20180707.log"]=> array(1) { [0]=> string(92 ...
https://man.plustar.jp/php/seaslog.error.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT