PHP определить gzip или serialize
Есть файлы в папке data
Часть из них являются просто сериализованными массивами на php, другая часть еще и сжата алгоритмом gzip.
Нужно реализовать правильный алгоритм проверки и получение данных с файла. Сейчас есть предположение, что любой gzip начинается на одинаковую подстроку, первый символ которой имеет код 31, а любой сериализованный массив начинается на букву "a", таким образом существующий алгоритм следующий:
$res = file_get_contents($file_name);
if(ord($str{$i}) == 31) $arr = unserialize(gzdecode($res));
else if($str{$i} == "a") $arr = unserialize($res);
else echo "error";
Скорее всего это неправильно решение, и может привести к багам. Нужен мпециалист точно разбирающийся в форматах gzip или serialize на PHP
-
Здравствуйте, готов реализовать решение. Напишите мне пожалуйста
-
111 Здравствуйте.
Буду рад сотрудничеству.
Вышлите в ЛС пример gzip файла
-
function isGzipped($in) {if (mb_strpos($in , "\x1f" . "\x8b" . "\x08")===0) {return true;}else if (@gzuncompress($in)!==false) {return true;} else {return false;}} -
Current freelance projects in the category PHP
Project on WordPress - AngelsofuaNeed to create a website on WordPress and upload it to the domain the site consists of 7 unique pages need to write meta tags for SEO (i.e. H1, H2, etc.) there should be a Google map in the contacts some pages will have a gallery and integration with Instagram and attach payment… PHP, Web Programming ∙ 36 minutes back ∙ 22 proposals |
Website auditTask for technical debugging of OpenCart 3 (ocStore). I need a fixed budget for the result, not hourly payment. List of tasks 1. Fixing 500 error: A conflict occurs when updating modifiers (likely between system/seo_package.ocmod.xml and unixml.ocmod.xml). It is necessary to… Content Management Systems, PHP ∙ 21 hours 30 minutes back ∙ 37 proposals |
Development of a single project based on the refinement and integration of 4 scriptsHello. I need to combine 4 scripts from different authors into a single environment. The composition includes a forum, a video portal, an article portal, and a classifieds board. I will provide the scripts. Detailed specifications are in the attached files. Please think about… PHP, Web Programming ∙ 22 hours 58 minutes back ∙ 27 proposals |
A WordPress site using the Kadence theme and Kadence Blocks.
225 USD
We need to create a website on WordPress using the Kadence theme and Kadence Blocks. There will be no online store (although it may be added in the future). We need a homepage and several internal pages. The graphics are already prepared, the layout structure is mostly defined,… Content Management Systems, PHP ∙ 1 day 2 hours back ∙ 35 proposals |
Development of 2 SEO-oriented websites for selling spare parts (ATVs and special equipment)Development of Two Specialized Websites for Selling Spare PartsGeneral Information It is necessary to develop two specialized websites: Spare parts for ATVs, UTVs, SSVs, and other similar equipment. Spare parts for special equipment. Existing company website:… PHP, Web Programming ∙ 1 day 23 hours back ∙ 71 proposals |