検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 142 for tmp (0.017 sec.)
スタックトレースを文字列として取得する 5602
« Error::getTrace Error::__toString » PHP Manual Error スタックトレースを文字列として取得する Er ... 力は、 たとえば以下のようになります。 #0 /home/bjori/tmp/ex.php(7): test() #1 {main} 参考 Throwable::getTra ...
https://man.plustar.jp/php/error.gettraceasstring.html - [similar]
エラーの文字列表現 5602
« Error::getTraceAsString Error::__clone » PHP Manual Error エラーの文字列表現 Error::__toString ... なります。 Error: Some error message in /home/bjori/tmp/ex.php:3 Stack trace: #0 {main} 参考 Throwable::__ ...
https://man.plustar.jp/php/error.tostring.html - [similar]
例外が作られたファイルを取得する 5602
« Exception::getCode Exception::getLine » PHP Manual Exception 例外が作られたファイルを取得する ... 出力は、 たとえば以下のようになります。 /home/bjori/tmp/ex.php 参考 Throwable::getFile() - オブジェクトが作 ...
https://man.plustar.jp/php/exception.getfile.html - [similar]
スタックトレースを取得する 5602
« Exception::getLine Exception::getTraceAsString » PHP Manual Exception スタックトレースを取得す ... 0]=> array(4) { ["file"]=> string(22) "/home/bjori/tmp/ex.php" ["line"]=> int(7) ["function"]=> string(4) ...
https://man.plustar.jp/php/exception.gettrace.html - [similar]
スタックトレースを文字列で取得する 5602
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得 ... 力は、 たとえば以下のようになります。 #0 /home/bjori/tmp/ex.php(7): test() #1 {main} 参考 Throwable::getTra ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
Packs a database 5602
« dbase_open dbase_replace_record » PHP Manual dBase 関数 Packs a database dbase_pack (PHP 5 < 5 ... hp // open in read-write mode $db = dbase_open ( '/tmp/test.dbf' , 2 ); if ( $db ) { $record_numbers = db ...
https://man.plustar.jp/php/function.dbase-pack.html - [similar]
ディレクトリ全体を読み込む 5602
« eio_readahead eio_readlink » PHP Manual Eio 関数 ディレクトリ全体を読み込む eio_readdir (PECL ... going" [5]=> string(8) "overview" [6]=> string(3) "tmp" } ["dents"]=> array(7) { [0]=> array(3) { ["name" ... t(393271) } [6]=> array(3) { ["name"]=> string(3) "tmp" ["type"]=> int(4) ["inode"]=> int(393272) } } } 関 ...
https://man.plustar.jp/php/function.eio-readdir.html - [similar]
汎用のファイルロックを行う 5602
« filetype fnmatch » PHP Manual ファイルシステム 関数 汎用のファイルロックを行う flock (PHP 4, P ... 返します。 例 例1 flock() の例 <?php $fp = fopen ( "/tmp/lock.txt" , "r+" ); if ( flock ( $fp , LOCK_EX )) ... で LOCK_NB オプションを使う例 <?php $fp = fopen ( '/tmp/lock.txt' , 'r+' ); /* LOCK_NB オプションを LOCK_E ...
https://man.plustar.jp/php/function.flock.html - [similar]
php.ini ディレクティブのリスト 5602
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... e_pages "0" PHP_INI_SYSTEM opcache.lockfile_path "/tmp" PHP_INI_SYSTEM opcache.opt_debug_level "0" PHP_IN ... l_cache_enabled 1 PHP_INI_ALL soap.wsdl_cache_dir /tmp PHP_INI_ALL soap.wsdl_cache_ttl 86400 PHP_INI_ALL ... HP_INI_ALL uploadprogress.file.filename_template "/tmp/upt_%s.txt" PHP_INI_ALL upload_max_filesize "2M" P ... I_PERDIR max_file_uploads 20 PHP_INI_SYSTEM upload_tmp_dir NULL PHP_INI_SYSTEM url_rewriter.tags "a=href, ...
https://man.plustar.jp/php/ini.list.html - [similar]
ファイルのパーミッションを取得する 5602
« SplFileInfo::getPathname SplFileInfo::getRealPath » PHP Manual SplFileInfo ファイルのパーミッシ ... :getPerms() の例 <?php $info = new SplFileInfo ( '/tmp' ); echo substr ( sprintf ( '%o' , $info -> getPer ...
https://man.plustar.jp/php/splfileinfo.getperms.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT