PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $s = 'a:1:{ s:10:"components"; a:2:{ i:0; a:2:{ s:4:"name"; s:10:"base_price"; s:5:"price"; a:4:{ s:6:"amount"; s:5:"17890"; -- Нужные мне данные s:13:"currency_code"; s:3:"RUB"; s:4:"data"; a:1:{ s:10:"components"; a:0:{} } s:8:"included"; b:1; } } i:1; a:3:{ s:4:"name"; s:8:"discount"; s:5:"price"; a:3:{ s:6:"amount"; i:0; s:13:"currency_code"; s:3:"RUB"; s:4:"data"; a:0:{} } s:8:"included"; b:1; } } }'; var_dump(unserialize($s));
Show:  
Copy Clear