検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 47 for filesize (0.013 sec.)
サポートするプロトコル/ラッパー 7250
« Zip コンテキストオプション file:// » PHP Manual 言語リファレンス サポートするプロトコル/ラッパ ... によって、 fopen() や copy() 、 file_exists() そして filesize() といったファイルシステム関数で使用することができ ...
https://man.plustar.jp/php/wrappers.html - [similar]
エラーメッセージの説明 7144
« POST メソッドによるアップロード 陥りやすい落とし穴 » PHP Manual ファイルアップロードの処理 エラ ... アップロードされたファイルは、 php.ini の upload_max_filesize ディレクティブの値を超えています。 UPLOAD_ERR_FORM ...
https://man.plustar.jp/php/features.file-upload.errors.html - [similar]
画像ファイルから EXIF ヘッダを読み込む 7144
« exif_imagetype exif_tagname » PHP Manual Exif 関数 画像ファイルから EXIF ヘッダを読み込む exif ... った場合の戻り値は false となります。 FILE FileName, FileSize, FileDateTime, SectionsFound COMPUTED html, Width, ... Name: test2.jpg FILE.FileDateTime: 1017666176 FILE.FileSize: 1240 FILE.FileType: 2 FILE.SectionsFound: ANY_TAG ...
https://man.plustar.jp/php/function.exif-read-data.html - [similar]
ファイルタイプを取得する 7144
« filesize flock » PHP Manual ファイルシステム 関数 ファイルタイプを取得する filetype (PHP 4, PH ...
https://man.plustar.jp/php/function.filetype.html - [similar]
リモートファイルシステム上のファイルの情報を取得する 7144
« ssh2_sftp_rmdir ssh2_sftp_symlink » PHP Manual SSH2 関数 リモートファイルシステム上のファイルの ... nfo = ssh2_sftp_stat ( $sftp , '/path/to/file' ); $filesize = $statinfo [ 'size' ]; $group = $statinfo [ 'gid' ...
https://man.plustar.jp/php/function.ssh2-sftp-stat.html - [similar]
オープンされたディレクトリエントリから読み込む 7144
« zip_entry_open zip_open » PHP Manual Zip 関数 オープンされたディレクトリエントリから読み込む z ... y_close() - ディレクトリエントリを閉じる zip_entry_filesize() - ディレクトリエントリの実際のファイルサイズを取 ...
https://man.plustar.jp/php/function.zip-entry-read.html - [similar]
ファイルポインタ上に残っているすべてのデータを出力する 7022
« fopen fputcsv » PHP Manual ファイルシステム 関数 ファイルポインタ上に残っているすべてのデータを ... -Type: image/png" ); header ( "Content-Length: " . filesize ( $name )); // 画像をダンプしスクリプトを終了する ...
https://man.plustar.jp/php/function.fpassthru.html - [similar]
アップロードされるファイルのためのスペースを確保する 7022
« FTP 関数 ftp_append » PHP Manual FTP 関数 アップロードされるファイルのためのスペースを確保する ... s' , 'user@example.com' ); if ( ftp_alloc ( $ftp , filesize ( $file ), $result )) { echo "Space successfully a ...
https://man.plustar.jp/php/function.ftp-alloc.html - [similar]
ファイルを出力する 7022
« popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, P ... 'Pragma: public' ); header ( 'Content-Length: ' . filesize ( $file )); readfile ( $file ); exit; } ?> 上の例の ...
https://man.plustar.jp/php/function.readfile.html - [similar]
Phar アーカイブ内での実際のファイルの大きさ (圧縮された状態) を返す 7022
« PharFileInfo::getCRC32 PharFileInfo::getContent » PHP Manual PharFileInfo Phar アーカイブ内での ... 縮されていないファイルの場合は、getCompressedSize は filesize() と同じ値を返します。 パラメータ この関数にはパラ ...
https://man.plustar.jp/php/pharfileinfo.getcompressedsize.html - [similar]
PREV 1 2 3 4 5 NEXT