PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $input = 'id_kinopoisk|4748996||player_link|https://v1675900803.bazon.site/embed/369d630149e188eb5649be87c02b2779||poster_image|/uploads/posts/2023-02/poymat-i-otpustit-2021_163951.jpg||ecranka|0||videocdn_player|//12.annacdn.cc/o2YnVH0bpHtx/tv-series/14171||imdb_rating|6.1||kp_rating|0||time_movie|0:55||kachestvo|WEB-DLRip 720p||country|Норвегия||year|2021||original_name|Catch and Release||genre|триллер||serial|1||serialfinish|0||director|Кристин Берг, Арни Берггрен, Margret Bergheim||actors|Mathilde Sofie Henriksen, Джеспер Мальм, Анитта Суйккари, Bhkie Male, Kristine Hartgen, Aggie Peterson, Zoe Winter-Hansen, Cora Karlberg, Дэниэл Карлссон, Тронд Петер Штамсе Мюнх'; $res = array_reduce( explode('||', $input), function($ac, $el) { list($k, $v) = explode('|', $el); $ac[$k] = $v; return $ac; }, [] ); var_export($res);
Show:  
Copy Clear