検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 47 for filesize (0.002 sec.)
ディレクトリハンドルからエントリを読み込む 7706
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... 0linkedfile" , $header ); // Trim the filename and filesize $filename = trim ( $data [ "filename" ]); // No fi ... se ; } $octal_bytes = trim ( $data [ "size" ]); // Filesize is defined in octects $bytes = octdec ( $octal_byt ... es ); // tar rounds up filesizes up to multiple of 512 bytes (zero filled) $rest = ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
バイナリセーフなファイルの読み込み 7600
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP ... ( $filename , "r" ); $contents = fread ( $handle , filesize ( $filename )); fclose ( $handle ); ?> 例2 バイナリ ... $filename , "rb" ); $contents = fread ( $handle , filesize ( $filename )); fclose ( $handle ); ?> 例3 リモート ...
https://man.plustar.jp/php/function.fread.html - [similar]
現在の DirectoryIterator アイテムのサイズを取得する 7478
« DirectoryIterator::getPerms DirectoryIterator::getType » PHP Manual DirectoryIterator 現在の D ... nana.jpg 15190 example.php 170 pear.jpg 34406 参考 filesize() - ファイルのサイズを取得する 関連キーワード: Dir ...
https://man.plustar.jp/php/directoryiterator.getsize.html - [similar]
画像を識別し、属性を取得する 7372
« Imagick::identifyFormat Imagick::implodeImage » PHP Manual Imagick 画像を識別し、属性を取得する ... [x] => 300 [y] => 300 ) [units] => PixelsPerInch [fileSize] => 1.88672kb [compression] => JPEG [signature] => ...
https://man.plustar.jp/php/imagick.identifyimage.html - [similar]
Zip 関数 7372
« ZipArchive::unchangeName zip_close » PHP Manual Zip Zip 関数 Zip 関数 警告 手続き型のAPI は PH ... ディレクトリエントリの圧縮方法を取得する zip_entry_filesize — ディレクトリエントリの実際のファイルサイズを取得 ...
https://man.plustar.jp/php/ref.zip.html - [similar]
ファイルポインタの位置を先頭に戻す 7250
« rename rmdir » PHP Manual ファイルシステム 関数 ファイルポインタの位置を先頭に戻す rewind (PHP ... Foo' ); rewind ( $handle ); echo fread ( $handle , filesize ( 'output.txt' )); fclose ( $handle ); ?> 上の例の ...
https://man.plustar.jp/php/function.rewind.html - [similar]
シンボリックリンクの情報を取得する 7250
« ssh2_sftp_chmod ssh2_sftp_mkdir » PHP Manual SSH2 関数 シンボリックリンクの情報を取得する ssh2 ... = ssh2_sftp_lstat ( $sftp , '/path/to/symlink' ); $filesize = $statinfo [ 'size' ]; $group = $statinfo [ 'gid' ...
https://man.plustar.jp/php/function.ssh2-sftp-lstat.html - [similar]
ディレクトリエントリの圧縮方法を取得する 7250
« zip_entry_compressedsize zip_entry_filesize » PHP Manual Zip 関数 ディレクトリエントリの圧縮方 ...
https://man.plustar.jp/php/function.zip-entry-compressionmethod.html - [similar]
ディレクトリエントリの名前を取得する 7250
« zip_entry_filesize zip_entry_open » PHP Manual Zip 関数 ディレクトリエントリの名前を取得する z ...
https://man.plustar.jp/php/function.zip-entry-name.html - [similar]
コア php.ini ディレクティブに関する説明 7250
« php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア ph ... ファイルをアップロード するには、この値を upload_max_filesize より大きく設定する必要があります。 一般的に memory ... RDIR max_input_vars 1000 PHP_INI_PERDIR upload_max_filesize "2M" PHP_INI_PERDIR max_file_uploads 20 PHP_INI_PE ... ァイルアップロード を有効とするかどうか。 upload_max_filesize , upload_tmp_dir , post_max_size ディレクティブも参 ... ロードを許可しておかなければなりません。 upload_max_filesize int アップロードされるファイルの最大サイズ。 post_ ...
https://man.plustar.jp/php/ini.core.html - [similar]
PREV 1 2 3 4 5 NEXT