problem with Cookies

[size="3"]when I write the following code


print_r(Yii::$app->getRequest()->getCookies()->getValue('_identity'));

I get the following string


[1,"fb4bf362c6c5a9cb1c421c98cb528064-842a3a390a4f1ade162248e0aa6cde74",2592000]

My Question: How do I get this string as array[/size]