検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 60 for compress (0.009 sec.)
実行時設定 6674
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... INI_ALL memcache 3.0.0 以降で使用可能です memcache.compress_threshold 20000 >PHP_INI_ALL memcache 3.0.3 以降で ... dancy int memcache.session_redundancy int memcache.compress_threshold int memcache.lock_timeout int session.sa ...
https://man.plustar.jp/php/memcache.ini.html - [similar]
PharData クラス 6514
« Phar::webPhar PharData::addEmptyDir » PHP Manual Phar PharData クラス PharData クラス (PHP 5 > ... r , ? string $baseDirectory = null ): array public compress ( int $compression , ? string $extension = null ): ... ? PharData public compressFiles ( int $compression ): void public convertToDa ... ta ( ? int $format = null , ? int $compression = null , ? string $extension = null ): ? PharDa ... onvertToExecutable ( ? int $format = null , ? int $compression = null , ? string $extension = null ): ? Phar p ...
https://man.plustar.jp/php/class.phardata.html - [similar]
deflate圧縮された文字列を解凍する 6514
« gzgetss gzopen » PHP Manual Zlib 関数 deflate圧縮された文字列を解凍する gzinflate (PHP 4 >= 4. ... 、エラーを返します。 例 例1 gzinflate() の例 <?php $compressed = gzdeflate ( 'Compress me' , 9 ); $uncompressed ... = gzinflate ( $compressed ); echo $uncompressed ; ?> 参考 gzdeflate() - 文 ... 字列を deflate 圧縮する gzcompress() - 文字列を圧縮する gzuncompress() - 圧縮された文 ...
https://man.plustar.jp/php/function.gzinflate.html - [similar]
圧縮された文字列を解凍する 6514
« gztell gzwrite » PHP Manual Zlib 関数 圧縮された文字列を解凍する gzuncompress (PHP 4 >= 4.0.1, ... PHP 5, PHP 7, PHP 8) gzuncompress — 圧縮された文字列を解凍する 説明 gzuncompress ( s ... 数は圧縮された文字列を解凍します。 パラメータ data gzcompress() によって圧縮されたデータを指定します。 max_lengt ... x_length 以上の場合、エラーを返します。 例 例1 gzuncompress() の例 <?php $compressed = gzcompress ( 'Compress ... me' , 9 ); $uncompressed = gzuncompress ( $compressed ); echo $uncompress ...
https://man.plustar.jp/php/function.gzuncompress.html - [similar]
phar 拡張モジュールが phar の書き込みや作成をサポートしているかどうかを返す 6514
« Phar::canCompress Phar::compress » PHP Manual Phar phar 拡張モジュールが phar の書き込みや作成 ...
https://man.plustar.jp/php/phar.canwrite.html - [similar]
The Swoole\Http\Response class 6442
« Swoole\Http\Request::rawcontent Swoole\Http\Response::cookie » PHP Manual Swoole The Swoole\Ht ... string $content = ? ): void public gzip ( string $compress_level = ? ): ReturnType public header ( string $ke ...
https://man.plustar.jp/php/class.swoole-http-response.html - [similar]
文字列を圧縮する 6442
« gzclose gzdecode » PHP Manual Zlib 関数 文字列を圧縮する gzcompress (PHP 4 >= 4.0.1, PHP 5, PH ... P 7, PHP 8) gzcompress — 文字列を圧縮する 説明 gzcompress ( string $data ... 。 ZLIB 圧縮アルゴリズムについての詳細は、 " » ZLIB Compressed Data Format Specification version 3.3 " (RFC 195 ... された文字列、もしくはエラーの場合 false 。 例 例1 gzcompress() の例 <?php $compressed = gzcompress ( 'Compress ... me' , 9 ); echo $compressed ; ?> 参考 gzdeflate() - 文字列を deflate 圧縮する ...
https://man.plustar.jp/php/function.gzcompress.html - [similar]
文字列を deflate 圧縮する 6442
« gzdecode gzencode » PHP Manual Zlib 関数 文字列を deflate 圧縮する gzdeflate (PHP 4 >= 4.0.4, ... ATE 圧縮アルゴリズムについての詳細は、 " » DEFLATE Compressed Data Format Specification version 1.3 " (RFC 195 ... エラーの場合 false 。 例 例1 gzdeflate() の例 <?php $compressed = gzdeflate ( 'Compress me' , 9 ); echo $compres ... gzinflate() - deflate圧縮された文字列を解凍する gzcompress() - 文字列を圧縮する gzuncompress() - 圧縮された文 ...
https://man.plustar.jp/php/function.gzdeflate.html - [similar]
Tar 形式の phar アーカイブ 6442
« Phar 形式と Tar 形式、Zip 形式の徹底比較 Zip 形式の phar アーカイブ » PHP Manual phar って、ta ... どまっています。 アーカイブ全体を圧縮するには Phar::compress() を使用します。 アーカイブ全体の圧縮を解くには Ph ... ar::decompress() を使用します。 関連キーワード: アーカイブ , 形式 ...
https://man.plustar.jp/php/phar.fileformat.tar.html - [similar]
phar アーカイブをディスクとメモリから完全に削除する 6442
« Phar::stopBuffering Phar::webPhar » PHP Manual Phar phar アーカイブをディスクとメモリから完全に ... ); // これは 'my.phar.gz' を作成します $gp = $p -> compress ( Phar :: GZ ); // アーカイブへのすべての参照を削除 ...
https://man.plustar.jp/php/phar.unlinkarchive.html - [similar]
PREV 1 2 3 4 5 6 NEXT