{"id":11082,"date":"2022-11-18T14:35:54","date_gmt":"2022-11-18T06:35:54","guid":{"rendered":"https:\/\/blog.hoyo.idv.tw\/?p=11082"},"modified":"2023-01-30T14:23:31","modified_gmt":"2023-01-30T06:23:31","slug":"zlib","status":"publish","type":"post","link":"https:\/\/blog.hoyo.idv.tw\/?p=11082","title":{"rendered":"zlib"},"content":{"rendered":"<p>--<\/p>\n<ul>\n<li><a href=\"https:\/\/www.zlib.net\/\" target=\"_blank\" rel=\"noopener\">zlib Home Site<\/a><\/li>\n<\/ul>\n<p>zlib \u4e0d\u662f zip\uff0czlib \u7684\u4e0d\u662f GZIP \u7de8\u78bc\u6a94\u6848\u6c92\u6709\u73fe\u6210\u7684\u5de5\u5177\u53ef\u4ee5\u8655\u7406\uff0c\u81f3\u5c11 Hoyo \u6c92\u627e\u5230\u53ef\u7528\u7684<\/p>\n<p>\u5e7e\u4e4e\u6240\u6709\u4e3b\u6d41\u7a0b\u5f0f\u8a9e\u8a00\u90fd\u652f\u63f4 Zlib \u751a\u81f3\u662f\u5167\u5efa\u652f\u63f4<\/p>\n<p>--<\/p>\n<h2>PHP<\/h2>\n<p>Zlib \u6709\u4e09\u7a2e\u7de8\u78bc\u65b9\u5f0f<\/p>\n<ol>\n<li>\u8cc7\u6599\u6d41 : ZLIB_ENCODING_RAW<\/li>\n<li>DEFLATE : ZLIB_ENCODING_DEFLATE<\/li>\n<li>GZIP : ZLIB_ENCODING_GZIP<\/li>\n<\/ol>\n<p>\u5982\u679c\u4f7f\u7528 ZLIB_ENCODING_GZIP \u4e26\u4e14\u5132\u5b58\u6210\u6a94\u6848\uff0c\u5c31\u53ef\u4ee5\u7528\u4e00\u822c\u7684\u58d3\u7e2e\/\u89e3\u58d3\u7e2e\u7a0b\u5f0f\u958b\u555f<\/p>\n<p>PHP \u74b0\u5883\uff1a<\/p>\n<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-11084\" src=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221115_141130.png\" alt=\"\" width=\"649\" height=\"282\" srcset=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221115_141130.png 649w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221115_141130-300x130.png 300w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221115_141130-500x217.png 500w\" sizes=\"(max-width: 649px) 100vw, 649px\" \/><\/p>\n<p><strong>\u8cc7\u6599\u8655\u7406<\/strong><\/p>\n<p>\u58d3\u7e2e\u9700\u8981\u6307\u5b9a\u7de8\u78bc<\/p>\n<p>ZLIB_ENCODING_DEFLATE \u7de8\u78bc<\/p>\n<pre class=\"lang:default decode:true\">$str = 'hello world';\r\n$enc = zlib_encode($str, ZLIB_ENCODING_DEFLATE);\r\necho bin2hex($enc);\r\n\/\/ 789ccb48cdc9c95728cf2fca4901001a0b045d<\/pre>\n<p>ZLIB_ENCODING_GZIP<\/p>\n<pre class=\"lang:default decode:true\">$str = 'hello world';\r\n$enc = zlib_encode($str, ZLIB_ENCODING_GZIP);\r\necho bin2hex($enc);\r\n\/\/ 1f8b0800000000000003cb48cdc9c95728cf2fca49010085114a0d0b000000<\/pre>\n<p>ZLIB_ENCODING_GZIP \u660e\u986f\u9577\u4e86\u4e00\u4e9b\uff0c\u56e0\u70ba\u6709\u5305\u542b\u6a94\u6848\u58d3\u7e2e\u683c\u5f0f\uff0c\u4e5f\u5c31\u662f\u5c07 $enc \u5b58\u6210\u6a94\u6848\u662f\u53ef\u4ee5\u4f7f\u7528\u58d3\u7e2e\u8edf\u9ad4\u958b\u555f<\/p>\n<p><strong><span style=\"color: #333333; font-style: normal;\">\u6a94\u6848\u8655\u7406<\/span><\/strong><\/p>\n<pre class=\"lang:php decode:true\">$str = 'hello world';\r\n$enc = zlib_encode($str, ZLIB_ENCODING_GZIP);\r\nfile_put_contents('\/tmp\/hello.txt.gz', $enc);<\/pre>\n<p>\u9019\u500b\u6a94\u6848\u662f\u53ef\u4ee5\u958b\u555f\u7684<\/p>\n<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-11099\" src=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133732.png\" alt=\"\" width=\"1120\" height=\"244\" srcset=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133732.png 1120w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133732-300x65.png 300w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133732-1024x223.png 1024w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133732-768x167.png 768w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133732-500x109.png 500w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" \/><\/p>\n<p>\u5982\u679c\u4f7f\u7528 DEFLATE \u6216 RAW \u5c31\u7121\u6cd5\u76f4\u63a5\u4f7f\u7528\u58d3\u7e2e\u8edf\u9ad4\u958b\u555f\uff0c\u7576\u7136\u5982\u679c\u8981\u7576\u6210\u4e00\u7a2e\u7955\u5bc6\u7684\u50b3\u8f38\u65b9\u5f0f\u4e5f\u53ef\u4ee5\u9019\u6a23\u4f7f\u7528<\/p>\n<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-11100\" src=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133950.png\" alt=\"\" width=\"302\" height=\"142\" srcset=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133950.png 302w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/20221118_133950-300x141.png 300w\" sizes=\"(max-width: 302px) 100vw, 302px\" \/><\/p>\n<p>\u89e3\u58d3\u7e2e<\/p>\n<pre class=\"lang:php decode:true\">$f = file_get_contents(__DIR__.'\/1234_delphi.doc');\r\n$z = zlib_decode($f);\r\nfile_put_contents('\/tmp\/r1234_delphi.doc', $z);<\/pre>\n<p>--<\/p>\n<h2>Python<\/h2>\n<p>\u7248\u672c\uff1aPython 3.6<\/p>\n<p>\u8cc7\u6599\u58d3\u7e2e\u6210\u6a94\u6848<\/p>\n<pre class=\"lang:python decode:true \">import zlib\r\n\r\nmy_data = b'Welcome to JavaTpoint'\r\n\r\ncompressed_data = zlib.compress(my_data, 2)\r\n\r\nf = open('outfile.txt', 'wb')\r\nf.write(compressed_data)\r\nf.close()<\/pre>\n<p>\u6a94\u6848\u58d3\u7e2e<\/p>\n<pre class=\"lang:default decode:true \">import zlib\r\n\r\nfile1 = open('s1234.doc', 'rb')\r\nmy_data = file1.read()\r\nfile1.close()\r\n\r\ncompressed_data = zlib.compress(my_data)\r\n\r\nf = open('1234_python.doc', 'wb')\r\nf.write(compressed_data)\r\nf.close()<\/pre>\n<p>--<\/p>\n<h2>\u76f8\u5bb9\u6027<\/h2>\n<p>\u5c07 Pyton \u525b\u525b\u58d3\u7e2e\u7684\u6a94\u6848\u62ff\u7d66 PHP \u4e5f\u662f\u53ef\u4ee5\u6b63\u5e38\u89e3\u958b<\/p>\n<pre class=\"lang:php decode:true\">$f = file_get_contents(__DIR__.'\/1234_python.doc');\r\n$z = zlib_decode($f);\r\nfile_put_contents('\/tmp\/r1234_python.doc', $z);<\/pre>\n<p>--<\/p>\n<h2>Delphi<\/h2>\n<p>\u7814\u7a76\u9019\u500b\u5176\u5be6\u4e00\u958b\u59cb\u5c31\u662f\u70ba\u4e86 Delphi \u58d3\u7e2e\u7684\u6a94\u6848\uff0c\u53ef\u662f\u7814\u7a76\u5f8c\u624d\u767c\u73fe\u6839\u672c\u5c31\u89e3\u4e0d\u958b Delphi \u58d3\u7684 zlib \u6a94\u6848\uff0c\u904e\u4e86\u5feb 2 \u500b\u6708\u5728\u770b\u4e86\u4e8c\u9032\u5236\u8cc7\u6599\u5f8c\u767c\u73fe<\/p>\n<p>Delphi \u58d3\u7e2e<br \/>\n<img loading=\"lazy\" class=\"alignnone size-full wp-image-11414\" src=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-18-49.png\" alt=\"\" width=\"977\" height=\"405\" srcset=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-18-49.png 977w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-18-49-300x124.png 300w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-18-49-768x318.png 768w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-18-49-500x207.png 500w\" sizes=\"(max-width: 977px) 100vw, 977px\" \/><\/p>\n<p>Python \u58d3\u7e2e<br \/>\n<img loading=\"lazy\" class=\"alignnone size-full wp-image-11415\" src=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-19-01.png\" alt=\"\" width=\"986\" height=\"404\" srcset=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-19-01.png 986w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-19-01-300x123.png 300w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-19-01-768x315.png 768w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2022\/11\/2023-01-30-14-19-01-500x205.png 500w\" sizes=\"(max-width: 986px) 100vw, 986px\" \/><\/p>\n<p>Delphi \u597d\u50cf\u5c31\u662f\u4e00\u958b\u59cb\u591a\u4e86 00 96 00 00 00 00 00 00 \u9019 8 \u500b byte\uff0c\u522a\u9664\u4e4b\u5f8c\u5c31\u53ef\u4ee5\u6b63\u5e38\u548c\u5176\u4ed6\u7a0b\u5f0f\u76f8\u5bb9<\/p>\n<p>--<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"11082\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;1,051&nbsp;total views, &nbsp;2&nbsp;views today<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>-- zlib Home Si...<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"11082\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;1,051&nbsp;total views, &nbsp;2&nbsp;views today<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[31],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/11082"}],"collection":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11082"}],"version-history":[{"count":9,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/11082\/revisions"}],"predecessor-version":[{"id":11413,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/11082\/revisions\/11413"}],"wp:attachment":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11082"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11082"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}