Results of 1 - 10 of about 27 for compressed (0.016 sec.)
- ビットマップ画像をブラウザかファイルに出力する 12755
- « imageavif imagechar » PHP Manual GD および Image 関数 ビットマップ画像をブラウザかファイルに出
...
ge , resource | string | null $file = null , bool $compressed = true ): bool 与えられた image のビットマップ版を ...
場合は、画像ストリームを直接出力します。 注意 : 引数 compressed が指定されない場合、 null は不正な値になります。 c ...
ージョンでは、 resource が期待されていました。 8.0.0 compressed の型は、 bool になりました。 これより前のバージョン ...
?> 関連キーワード: 出力 , 画像 , ファイル , 関数 , compressed , imagebmp , GdImage , バージョン , 保存 , resourc ...
-
https://man.plustar.jp/php/function.imagebmp.html
- [similar]
- 例 11701
- « 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を
...
ateContext = deflate_init ( ZLIB_ENCODING_GZIP ); $compressed = deflate_add ( $deflateContext , "Data to compres ...
s" , ZLIB_NO_FLUSH ); $compressed .= deflate_add ( $deflateContext , ", more data" , ...
ZLIB_NO_FLUSH ); $compressed .= deflate_add ( $deflateContext , ", and even mor ...
eContext = inflate_init ( ZLIB_ENCODING_GZIP ); $uncompressed = inflate_add ( $inflateContext , $compressed , ZL ...
-
https://man.plustar.jp/php/zlib.examples.html
- [similar]
- 文字列を deflate 圧縮する 10796
- « gzdecode gzencode » PHP Manual Zlib 関数 文字列を deflate 圧縮する gzdeflate (PHP 4 >= 4.0.4,
...
ATE 圧縮アルゴリズムについての詳細は、 " » DEFLATE Compressed Data Format Specification version 1.3 " (RFC 1951) ...
エラーの場合 false 。 例 例1 gzdeflate() の例 <?php $compressed = gzdeflate ( 'Compress me' , 9 ); echo $compresse ...
-
https://man.plustar.jp/php/function.gzdeflate.html
- [similar]
- 文字列を圧縮する 10648
- « gzclose gzdecode » PHP Manual Zlib 関数 文字列を圧縮する gzcompress (PHP 4 >= 4.0.1, PHP 5, PH
...
。 ZLIB 圧縮アルゴリズムについての詳細は、 " » ZLIB Compressed Data Format Specification version 3.3 " (RFC 1950) ...
ラーの場合 false 。 例 例1 gzcompress() の例 <?php $compressed = gzcompress ( 'Compress me' , 9 ); echo $compress ...
-
https://man.plustar.jp/php/function.gzcompress.html
- [similar]
- 画像のサンプリング係数を設定する 9595
- « Imagick::setResourceLimit Imagick::setSize » PHP Manual Imagick 画像のサンプリング係数を設定す
...
SamplingFactors (array( '2x2' , '1x1' , '1x1' )); $compressed = $imagick -> getImageBlob (); $reopen = new \ Ima ...
gick (); $reopen -> readImageBlob ( $compressed ); $reopen -> resizeImage ( $reopen -> getImageWid ...
-
https://man.plustar.jp/php/imagick.setsamplingfactors.html
- [similar]
- deflate圧縮された文字列を解凍する 9298
- « gzgetss gzopen » PHP Manual Zlib 関数 deflate圧縮された文字列を解凍する gzinflate (PHP 4 >= 4.
...
、エラーを返します。 例 例1 gzinflate() の例 <?php $compressed = gzdeflate ( 'Compress me' , 9 ); $uncompressed = ...
gzinflate ( $compressed ); echo $uncompressed ; ?> 参考 gzdeflate() - 文字 ...
-
https://man.plustar.jp/php/function.gzinflate.html
- [similar]
- 圧縮された文字列を解凍する 9298
- « gztell gzwrite » PHP Manual Zlib 関数 圧縮された文字列を解凍する gzuncompress (PHP 4 >= 4.0.1,
...
エラーを返します。 例 例1 gzuncompress() の例 <?php $compressed = gzcompress ( 'Compress me' , 9 ); $uncompressed ...
= gzuncompress ( $compressed ); echo $uncompressed ; ?> 参考 gzcompress() - 文字 ...
-
https://man.plustar.jp/php/function.gzuncompress.html
- [similar]
- データをサーバーに格納する 9298
- « Memcache::replace Memcache::setCompressThreshold » PHP Manual Memcache データをサーバーに格納す
...
縮を行いたい場合は、 flag の値として、定数 MEMCACHE_COMPRESSED を指定します。 注意 : リソース型の変数 (たとえばフ ...
れます。 flag 項目を圧縮して格納する場合に MEMCACHE_COMPRESSED を使用します (zlib を使用します)。 expire 項目の有 ...
'var_key' , 'some really big variable' , MEMCACHE_COMPRESSED , 50 ); echo $memcache_obj -> get ( 'var_key' ); ? ...
-
https://man.plustar.jp/php/memcache.set.html
- [similar]
- The RarEntry class 8838
- « RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas
...
はじめに A RAR entry, representing a directory or a compressed file inside a RAR archive. クラス概要 final class ...
WIN_REPARSE_POINT = 1024 ; const int ATTRIBUTE_WIN_COMPRESSED = 2048 ; const int ATTRIBUTE_WIN_OFFLINE = 4096 ; ...
t OS is Microsoft Windows. RarEntry::ATTRIBUTE_WIN_COMPRESSED Bit that represents a Windows entry with a compres ...
-
https://man.plustar.jp/php/class.rarentry.html
- [similar]
- 定義済み定数 7949
- « リソース型 例 » PHP Manual Zip 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
nt ) ディレクトリ要素を無視します。 ZipArchive::FL_COMPRESSED ( int ) 圧縮されたデータを読み込みます。 ZipArchiv ...
RYPTED ( int ) 暗号化されたデータを読み込みます(FL_COMPRESSED が有効な場合)。 PHP 8.0.0 以降、PECL zip 1.18.0 以 ...
zip 1.16.1 以降で利用可能です。 ZipArchive::ZIP_ER_COMPRESSED_DATA ( int ) 圧縮データが不正です。 libzip ≥ 1.6.0 ...
-
https://man.plustar.jp/php/zip.constants.html
- [similar]