検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 47 for filesize (0.003 sec.)
notification コンテキストパラメータ用のコールバック関数 14395
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... k; case STREAM_NOTIFY_FILE_SIZE_IS : echo "Got the filesize: " , $bytes_max ; break; case STREAM_NOTIFY_MIME_T ... to: http://no.php.net/contact Connected... Got the filesize: 0 Found the mime-type: text/html; charset=utf-8 B ... http://no.php.net/contact.php Connected... Got the filesize: 4589 Found the mime-type: text/html;charset=utf-8 ... code , $bytes_transferred , $bytes_max ) { static $filesize = null ; switch( $notification_code ) { case STREA ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
ファイルのサイズを取得する 12799
« fileperms filetype » PHP Manual ファイルシステム 関数 ファイルのサイズを取得する filesize (PHP ... 4, PHP 5, PHP 7, PHP 8) filesize — ファイルのサイズを取得する 説明 filesize ( strin ... 例外 失敗したときは E_WARNING が発生します。 例 例1 filesize() の例 <?php // 出力例 somefile.txt: 1024 bytes $f ... ilename = 'somefile.txt' ; echo $filename . ': ' . filesize ( $filename ) . ' bytes' ; ?> 注意 注意 : この関数 ... 関連キーワード: サイズ , 取得 , ファイル , 関数 , filesize , エラー , 注意 , サポート , 参照 , 発生 ...
https://man.plustar.jp/php/function.filesize.html - [similar]
ディレクトリエントリの実際のファイルサイズを取得する 10883
« zip_entry_compressionmethod zip_entry_name » PHP Manual Zip 関数 ディレクトリエントリの実際のフ ... ァイルサイズを取得する zip_entry_filesize (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PEC ... L zip >= 1.0.0) zip_entry_filesize — ディレクトリエントリの実際のファイルサイズを取得 ... 関数に頼らないことを強く推奨します。 説明 zip_entry_filesize ( resource $zip_entry ): int | false ディレクトリエ ... トリ , ファイルサイズ , 取得 , entry , 関数 , 推奨 , filesize , アーカイブ , read ...
https://man.plustar.jp/php/function.zip-entry-filesize.html - [similar]
ファイルサイズを取得する 8953
« SplFileInfo::getRealPath SplFileInfo::getType » PHP Manual SplFileInfo ファイルサイズを取得する ... 生した場合に RuntimeException をスローします。 参考 filesize() - ファイルのサイズを取得する 関連キーワード: ファ ... ileInfo , getSize , エラー , バイト , パラメータ , filesize , 参考 , スロー ...
https://man.plustar.jp/php/splfileinfo.getsize.html - [similar]
WinCache 関数への切り替え 8725
« WinCache セッションハンドラ リソース型 » PHP Manual インストール/設定 WinCache 関数への切り替え ... s readfile is_readable is_writable is_dir realpath filesize WinCache の関数切り替え機能を使えるよう設定するには ... is_dir=wincache_is_dir realpath=wincache_realpath filesize=wincache_filesize 関連キーワード: 関数 , WinCache ...
https://man.plustar.jp/php/wincache.reroutes.html - [similar]
8725
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... ip_entry_name ( $zip_entry ) . "\n" ; echo "Actual Filesize: " . zip_entry_filesize ( $zip_entry ) . "\n" ; ec ... " ; $buf = zip_entry_read ( $zip_entry , zip_entry_filesize ( $zip_entry )); echo " $buf \n" ; zip_entry_close ...
https://man.plustar.jp/php/zip.examples.html - [similar]
システムリソース制限に関する情報を返す 8618
« posix_getpwuid posix_getsid » PHP Manual POSIX 関数 システムリソース制限に関する情報を返す pos ... 大バイト数。 cpu そのプロセスが使用できる CPU 時間。 filesize そのプロセスが使用できるデータセグメントの最大サイ ... ft cpu] => unlimited [hard cpu] => unlimited [soft filesize] => unlimited [hard filesize] => unlimited [soft o ...
https://man.plustar.jp/php/function.posix-getrlimit.html - [similar]
圧縮フィルタ 8497
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... lose ( $fp ); echo "圧縮後のファイルの大きさは " . filesize ( 'test.deflated' ) . " バイトです。\n" ; echo "も ... lose ( $fp ); echo "圧縮後のファイルの大きさは " . filesize ( 'test.deflated' ) . " バイトです。\n" ; /* 生成さ ... 'work' => 0 ); echo "もとのファイルの大きさは " . filesize ( 'LICENSE' ) . " バイトです。\n" ; $fp = fopen ( ... lose ( $fp ); echo "圧縮後のファイルの大きさは " . filesize ( 'LICENSE.compressed' ) . " バイトです。\n" ; /* ...
https://man.plustar.jp/php/filters.compression.html - [similar]
ファイルを指定した長さに丸める 8497
« ftell fwrite » PHP Manual ファイルシステム 関数 ファイルを指定した長さに丸める ftruncate (PHP ... ilename , 'r+' ); ftruncate ( $handle , rand ( 1 , filesize ( $filename ))); rewind ( $handle ); echo fread ( ... $handle , filesize ( $filename )); fclose ( $handle ); ?> 注意 注意 : ...
https://man.plustar.jp/php/function.ftruncate.html - [similar]
7706
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... $entries [ $index ]-> getName (); //UTF-8 encoded $filesize = $entries [ $index ]-> getUnpackedSize (); /* you ... er-Encoding: binary" ); header ( "Content-Length: $filesize " ); if ( $_SERVER [ 'REQUEST_METHOD' ] == "HEAD" ...
https://man.plustar.jp/php/rar.examples.html - [similar]
PREV 1 2 3 4 5 NEXT