Results of 1 - 10 of about 142 for tmp (0.005 sec.)
- ファイルシステムの状態を取得する 11122
- « eio_stat eio_symlink » PHP Manual Eio 関数 ファイルシステムの状態を取得する eio_statvfs (PECL
...
列が格納されます。 例 例1 eio_statvfs() の例 <?php $tmp_filename = '/tmp/eio-file.tmp' ; touch ( $tmp_file ...
( $result ); @ unlink ( $data ); } eio_statvfs ( $tmp_filename , EIO_PRI_DEFAULT , "my_statvfs_callback" ...
, $tmp_filename ); eio_event_loop (); ?> 上の例の出力は、 ...
たとえば以下のようになります。 string(17) "/tmp/eio-file.tmp" array(11) { ["f_bsize"]=> int(4096) ...
-
https://man.plustar.jp/php/function.eio-statvfs.html
- [similar]
- バックトレースを表示する 10243
- « debug_backtrace error_clear_last » PHP Manual エラー処理関数 バックトレースを表示する debug_pr
...
たとえば以下のようになります。 #0 c() called at [/tmp/include.php:10] #1 b() called at [/tmp/include.php ...
:6] #2 a() called at [/tmp/include.php:17] #3 include(/tmp/include.php) calle ...
d at [/tmp/test.php:3] 参考 debug_backtrace() - バックトレース ...
関連キーワード: 表示 , backtrace , debug , include , tmp , called , limit , 関数 , パラメータ , int ...
-
https://man.plustar.jp/php/function.debug-print-backtrace.html
- [similar]
- バックトレースを生成する 9650
- « エラー処理関数 debug_print_backtrace » PHP Manual エラー処理関数 バックトレースを生成する debu
...
例 例1 debug_backtrace() の例 <?php // ファイル名: /tmp/a.php function a_test ( $str ) { echo "\nHi: $str ...
); } a_test ( 'friend' ); ?> <?php // ファイル名: /tmp/b.php include_once '/tmp/a.php' ; ?> /tmp/b.php を ...
ray(2) { [0]=> array(4) { ["file"] => string(10) "/tmp/a.php" ["line"] => int(10) ["function"] => string( ...
end" } } [1]=> array(4) { ["file"] => string(10) "/tmp/b.php" ["line"] => int(2) ["args"] => array(1) { [ ...
-
https://man.plustar.jp/php/function.debug-backtrace.html
- [similar]
- ファイルへの絶対パスを取得する 9543
- « SplFileInfo::getPerms SplFileInfo::getSize » PHP Manual SplFileInfo ファイルへの絶対パスを取得
...
fo -> getRealPath ()); $info = new SplFileInfo ( '/tmp' ); var_dump ( $info -> getRealPath ()); $info = n ...
たとえば以下のようになります。 string(28) "/private/tmp/phptempfile.php" string(12) "/private/tmp" bool(fa ...
lse) bool(false) string(12) "/private/tmp" 参考 SplFileInfo::isLink() - ファイルがリンクであ ...
ileInfo , 取得 , ファイル , getRealPath , string , tmp , private , パラメータ , パス , 展開 ...
-
https://man.plustar.jp/php/splfileinfo.getrealpath.html
- [similar]
- ファイルの状態を取得する 9246
- « eio_link eio_mkdir » PHP Manual Eio 関数 ファイルの状態を取得する eio_lstat (PECL eio >= 0.0.1
...
合に false を返します 例 例1 eio_lstat() の例 <?php $tmp_filename = dirname ( __FILE__ ). "/eio-file.tmp" ; ...
touch ( $tmp_filename ); function my_res_cb ( $data , $result ) ...
_event_loop (); @ unlink ( $data ); } eio_lstat ( $tmp_filename , EIO_PRI_DEFAULT , "my_res_cb" , "eio_ls ...
tat" ); eio_open ( $tmp_filename , EIO_O_RDONLY , NULL , EIO_PRI_DEFAULT , ...
-
https://man.plustar.jp/php/function.eio-lstat.html
- [similar]
- ファイルの状態を取得する 9246
- « eio_set_min_parallel eio_statvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_stat (PECL
...
に配列が格納されます。 例 例1 eio_stat() の例 <?php $tmp_filename = "eio-file.tmp" ; touch ( $tmp_filename ...
o_event_loop (); @ unlink ( $data ); } eio_stat ( $tmp_filename , EIO_PRI_DEFAULT , "my_res_cb" , "eio_st ...
at" ); 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-stat.html
- [similar]
- RecursiveDirectoryIterator を作成する 9151
- « RecursiveDirectoryIterator RecursiveDirectoryIterator::getChildren » PHP Manual RecursiveDirec
...
cursiveDirectoryIterator の例 <?php $directory = '/tmp' ; $it = new RecursiveIteratorIterator (new Recurs ...
SubPathName: fruit/apple.xml SubPath: fruit Key: /tmp/fruit/apple.xml SubPathName: stuff.xml SubPath: Ke ...
y: /tmp/stuff.xml SubPathName: veggies/carrot.xml SubPath: ...
veggies Key: /tmp/veggies/carrot.xml 参考 FilesystemIterator::__cons ...
-
https://man.plustar.jp/php/recursivedirectoryiterator.construct.html
- [similar]
- 基本的な使用法 8368
- « 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 こ
...
"サーバーのバージョン: " . $version . "<br/>\n" ; $tmp_object = new stdClass ; $tmp_object -> str_attr = ...
'test' ; $tmp_object -> int_attr = 123 ; $memcache -> set ( 'key ...
' , $tmp_object , false , 10 ) or die ( "データをサーバーに ...
-
https://man.plustar.jp/php/memcache.examples-overview.html
- [similar]
- 例外のスローのオン/オフを切り替える 8261
- « Yaf_Dispatcher::setView Yaf_Config_Abstract » PHP Manual Yaf_Dispatcher 例外のスローのオン/オフ
...
ます。 string(59) "Could not find controller script /tmp/controllers/Index.php" 例2 Yaf_Dispatcher::throwex ...
lication::run(): Could not find controller script /tmp/controllers/Index.php in /tmp/1.php on line 12 参考 ...
例外 , スロー , Dispatcher , オフ , throwException , tmp , Index , not , Could ...
-
https://man.plustar.jp/php/yaf-dispatcher.throwexception.html
- [similar]
- POST メソッドによるアップロード 8166
- « ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST
...
ini の file_uploads , upload_max_filesize , upload_tmp_dir , post_max_size , max_input_time ディレクティブ ...
ファイルのバイト単位のサイズ。 $_FILES['userfile']['tmp_name'] アップロードされたファイルがサーバー上で保存 ...
。 PHP 8.1.0 以降で利用可能です。 php.ini の upload_tmp_dir ディレクティブで 他の場所を指定しない限り、ファ ...
ディレクトリは、 PHP を実行する環境において環境変数 TMPDIR を設定する ことにより変更することができます。し ...
-
https://man.plustar.jp/php/features.file-upload.post-method.html
- [similar]