検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 293 for [SIMILAR] 16 1024 4096 WITH 12566 zlib WITH 1170... (0.286 sec.)
定義済み定数 10000
« リソース型 例 » PHP Manual Zlib 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 FORCE_GZIP ( int ) FORCE_DEFLATE ( int ) ZLIB_ENCODING_RAW ( int ) RFC 1951 の ...
https://man.plustar.jp/php/zlib.constants.html - [similar]
指定した符号化方式でデータを圧縮する 6904
« zlib_decode zlib_get_coding_type » PHP Manual Zlib 関数 指定した符号化方式でデータを圧縮する zlib_encode (PHP 5 >= 5.4.0, PHP 7, PHP 8) zlib_encode — 指定した符号化方式でデータを圧縮する 説明 zlib_encode ( string $data , int $encoding , int $level = -1 ): string | false 指定した符号化方 ...
https://man.plustar.jp/php/function.zlib-encode.html - [similar]
6904
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を書きこみ、 続いて、このファイルの内容を 2 回出力します。 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; echo "<html>\n<head></head>\n<body>\n<pre>\n" ; $s = ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
新しいグローバル定数 6904
« 新しいクラスおよびインターフェイス SAPI モジュールの変更 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新しいグローバル定数 新しいグローバル定数 コアで定義済みの定数 PHP_INT_MIN GD IMG_WEBP (PHP 7.0.10 以降) JSON JSON_ERROR_INVALID_PROPERTY_NAME JSON_ERROR_UTF16 LibXML LIBXML_BIGLINES ...
https://man.plustar.jp/php/migration70.constants.html - [similar]
raw/gzip/zlib で符号化されたデータを復元する 6904
« readgzfile zlib_encode » PHP Manual Zlib 関数 raw/gzip/zlib で符号化されたデータを復元する zlib_decode (PHP 5 >= 5.4.0, PHP 7, PHP 8) zlib_decode — raw/gzip/zlib で符号化されたデータを復元する 説明 zlib_decode ( string $data , int $max_length = 0 ): string | false raw/gzip/zlib で符号化 ...
https://man.plustar.jp/php/function.zlib-decode.html - [similar]
はじめに 6904
« Zlib インストール/設定 » PHP Manual Zlib はじめに はじめに このモジュールにより gzip (.gz) で圧縮されたファイルを読み書きすることが可能となります。 この際、 ファイルシステム 関数の gzip 圧縮対応版 (非圧縮ファイルも扱えますが、 ソケットは扱えません)を使用します。 注意 : PHP には、 .gz フ ...
https://man.plustar.jp/php/intro.zlib.html - [similar]
インクリメンタルな圧縮コンテキストを初期化する 6429
« deflate_add gzclose » PHP Manual Zlib 関数 インクリメンタルな圧縮コンテキストを初期化する deflate_init (PHP 7, PHP 8) deflate_init — インクリメンタルな圧縮コンテキストを初期化する 説明 deflate_init ( int $encoding , array $options = [] ): DeflateContext | false 指定された encoding を使 ...
https://man.plustar.jp/php/function.deflate-init.html - [similar]
文字列を deflate 圧縮する 6429
« gzdecode gzencode » PHP Manual Zlib 関数 文字列を deflate 圧縮する gzdeflate (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gzdeflate — 文字列を deflate 圧縮する 説明 gzdeflate ( string $data , int $level = -1 , int $encoding = ZLIB_ENCODING_RAW ): string | false この関数は、 DEFLATE データフォ ...
https://man.plustar.jp/php/function.gzdeflate.html - [similar]
文字列を圧縮する 6429
« gzclose gzdecode » PHP Manual Zlib 関数 文字列を圧縮する gzcompress (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) gzcompress — 文字列を圧縮する 説明 gzcompress ( string $data , int $level = -1 , int $encoding = ZLIB_ENCODING_DEFLATE ): string | false この関数は、 ZLIB データフォーマットを用いて ...
https://man.plustar.jp/php/function.gzcompress.html - [similar]
インクリメンタルにデータを圧縮する 6429
« Zlib 関数 deflate_init » PHP Manual Zlib 関数 インクリメンタルにデータを圧縮する deflate_add (PHP 7, PHP 8) deflate_add — インクリメンタルにデータを圧縮する 説明 deflate_add ( DeflateContext $context , string $data , int $flush_mode = ZLIB_SYNC_FLUSH ): string | false 指定されたコンテク ...
https://man.plustar.jp/php/function.deflate-add.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT