検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 63 for GZIP (0.008 sec.)
gzip 圧縮された文字列を作成する 13438
« gzdeflate gzeof » PHP Manual Zlib 関数 gzip 圧縮された文字列を作成する gzencode (PHP 4 >= 4.0. ... 4, PHP 5, PHP 7, PHP 8) gzencode — gzip 圧縮された文字列を作成する 説明 gzencode ( string ... , int $level = -1 , int $encoding = ZLIB_ENCODING_GZIP ): string | false この関数は、入力 data を gzip... グラムの出力と互換性のある形式で圧縮 して返します。 GZIPファイルフォーマットに関する詳細な情報については、次 ... のドキュ メントを参照ください。 » GZIP file format specification version 4.3 (RFC 1952) パ ...
https://man.plustar.jp/php/function.gzencode.html - [similar]
Enable the gzip of response content. 12920
« Swoole\Http\Response::end Swoole\Http\Response::header » PHP Manual Swoole\Http\Response Enabl ... e the gzip of response content. Swoole\Http\Response::gzip (P ... ECL swoole >= 1.9.0) Swoole\Http\Response::gzip — Enable the gzip of response content. 説明 public ... Swoole\Http\Response::gzip ( string $compress_level = ? ): ReturnType The hea ...
https://man.plustar.jp/php/swoole-http-response.gzip.html - [similar]
tar/zip アーカイブ全体を Gzip あるいは Bzip2 で圧縮する 10053
« PharData::buildFromIterator PharData::compressFiles » PHP Manual PharData tar/zip アーカイブ全 ... 体を Gzip あるいは Bzip2 で圧縮する PharData::compress (PHP ... 0.0) PharData::compress — tar/zip アーカイブ全体を Gzip あるいは Bzip2 で圧縮する 説明 public PharData::co ... アーカイブの場合は、 このメソッドはアーカイブ全体を gzip あるいは bzip2 で圧縮します。 できあがったファイル ... ブの場合は、このメソッドは失敗して例外が発生します。 gzip で圧縮するためには zlib 拡張モジュールが、そして b ...
https://man.plustar.jp/php/phardata.compress.html - [similar]
gzip 圧縮された文字列をデコードする 9592
« gzcompress gzdeflate » PHP Manual Zlib 関数 gzip 圧縮された文字列をデコードする gzdecode (PHP ... 5 >= 5.4.0, PHP 7, PHP 8) gzdecode — gzip 圧縮された文字列をデコードする 説明 gzdecode ( str ... RNING レベルの警告が発生します。 参考 gzencode() - gzip 圧縮された文字列を作成する 関連キーワード: デコード ...
https://man.plustar.jp/php/function.gzdecode.html - [similar]
raw/gzip/zlib で符号化されたデータを復元する 9592
« readgzfile zlib_encode » PHP Manual Zlib 関数 raw/gzip/zlib で符号化されたデータを復元する zli ... e (PHP 5 >= 5.4.0, PHP 7, PHP 8) zlib_decode — raw/gzip/zlib で符号化されたデータを復元する 説明 zlib_deco ... $data , int $max_length = 0 ): string | false raw/gzip/zlib で符号化されたデータを復元します。 警告 この関 ...
https://man.plustar.jp/php/function.zlib-decode.html - [similar]
Phar アーカイブ全体を Gzip あるいは Bzip2 で圧縮する 9290
« Phar::canWrite Phar::compressFiles » PHP Manual Phar Phar アーカイブ全体を Gzip あるいは Bzip2 ... r >= 2.0.0) Phar::compress — Phar アーカイブ全体を Gzip あるいは Bzip2 で圧縮する 説明 public Phar::compre ... アーカイブの場合は、 このメソッドはアーカイブ全体を gzip あるいは bzip2 で圧縮します。 できあがったファイル ... ブの場合は、このメソッドは失敗して例外が発生します。 gzip で圧縮するためには zlib 拡張モジュールが、そして b ... する PharData::compress() - tar/zip アーカイブ全体を Gzip あるいは Bzip2 で圧縮する Phar::canCompress() - ph ...
https://man.plustar.jp/php/phar.compress.html - [similar]
8685
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を ... 例2 インクリメンタルな圧縮および伸長の API <?php // GZIP 圧縮 $deflateContext = deflate_init ( ZLIB_ENCODIN ... G_GZIP ); $compressed = deflate_add ( $deflateContext , " ... text , ", and even more data!" , ZLIB_FINISH ); // GZIP 伸長 $inflateContext = inflate_init ( ZLIB_ENCODIN ... G_GZIP ); $uncompressed = inflate_add ( $inflateContext , ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
定義済み定数 8613
« リソース型 例 » PHP Manual Zlib 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... に動的にロードされている場合のみ使用可能です。 FORCE_GZIP ( int ) FORCE_DEFLATE ( int ) ZLIB_ENCODING_RAW ( ... RFC 1950 の ZLIB 圧縮アルゴリズム。 ZLIB_ENCODING_GZIP ( int ) RFC 1952 の GZIP アルゴリズム。 ZLIB_FILTE ...
https://man.plustar.jp/php/zlib.constants.html - [similar]
出力バッファを gzip 圧縮するための ob_start コールバック関数 8455
« ob_get_status ob_implicit_flush » PHP Manual 出力制御 関数 出力バッファを gzip 圧縮するための ... PHP 5, PHP 7, PHP 8) ob_gzhandler — 出力バッファを gzip 圧縮するための ob_start コールバック関数 説明 ob_g ... 前にブラウザがサポートする content encoding の種類("gzip"、"deflate" またはなし)を調べ、それに基づいて 出力 ...
https://man.plustar.jp/php/function.ob-gzhandler.html - [similar]
The Swoole\Http\Response class 8239
« Swoole\Http\Request::rawcontent Swoole\Http\Response::cookie » PHP Manual Swoole The Swoole\Ht ... id public end ( string $content = ? ): void public gzip ( string $compress_level = ? ): ReturnType public ... est and finish the response. Swoole\Http\Response::gzip — Enable the gzip of response content. Swoole\Http ...
https://man.plustar.jp/php/class.swoole-http-response.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT