Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $dt=array();
- for($i=0;$i<2;$i++){
- $params=$info['channel']['item'][$i];
- $dt[]= [
- 'title'=>$params['title'],
- 'description'=>$params['description'],
- 'pubDate'=>$params['pubDate'],
- 'link'=>$params['link'],
- 'category'=>$params['category'],
- //'enclosure url'=>$params->enclosure['url'],
- 'enclosure url'=>$params=$info['channยญel']['images'],
- 'guid'=>$params['guid']
- ];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement