belbek
Новичок
curl_exec:string to array, существует ли готовое красивое решение
строка, возвращенная curl_exec:
array ( 'urls' => array ( 0 => 'http://www.bred.fr/', 1 => 'http://www.pioneer.com/', 2 => 'http://www.pioneer.com/web/site/portal/menuitem.0b9254f0bd513c18bc0c0a03d10093a0/', 3 => 'http://www.pioneer.com/web/site/portal/menuitem.5fb6771ea89e2c18bc0c0a03d10093a0/', 4 => 'http://www.pioneer.com/web/site/portal/menuitem.63c907fefec691f7bc0c0a03d10093a0/', 5 => 'http://www.puppynet.com/', 6 => 'http://www.captivebred.com/', 7 => 'http://virginiabornandbred.com/', 8 => 'http://www.timbland.com/', 9 => 'http://news.bbc.co.uk/1/hi/health/6922962.stm', ), 'titles' => array ( 0 => 'home â?” bred.fr', 1 => 'Home | Pioneer Hi-Bred International, Inc.', 2 => 'Canada | Pioneer Hi-Bred International, Inc.', 3 => 'United States | Pioneer Hi-Bred International, Inc.', 4 => 'About Pioneer | Pioneer Hi-Bred International, Inc.', 5 => 'Trulove Software for Breeders', 6 => 'Captive Bred Excellence', 7 => 'Virginia Born and Bred', 8 => ''Bred Crumbs', 9 => 'BBC NEWS | Health | Mice bred to mimic schizophrenia', ), 'snippet' => array ( 0 => 'Banque populaire. Agences et produits. Services à distance.', 1 => 'Pioneer is the world's leading developer and supplier of advanced plant genetics to farmers worldwide. We seek to increase customer productivity, ...', 2 => 'Pioneer Hi-Bred Limited is a wholly-owned Canadian subsidiary of Pioneer Hi-Bred International, Inc. (a DuPont business). In Canada, Pioneer sells corn, ...', 3 => 'Information on operations for Pioneer Hi-Bred International, Inc., in the United States. Pioneer conducts business nationwide via eight sales regions.', 4 => 'Pioneer Hi-Bred International, Inc., a DuPont subsidiary, is the world's leading developer and supplier of advanced plant genetics to farmers worldwide.', 5 => 'Trulove Software has gone out of business as of September 26, 2004 and would like to thank everyone for their patronage! ...', 6 => 'Specializing in exceptional patterned King and Milk snakes and Leopard geckos.', 7 => 'Virginia Born & Bred features the best in Virginia living, including Virginia foods, gourmet gift baskets, civil war memorabilia, Colonial Williamsburg, ...', 8 => 'Features. Now at the new 'Bred Crumbs:. Lifetime Movie Title Generator · My 25 Cents' Worth · 'Botspeak: an MST3K Guide. Still here: ...', 9 => 'US scientists genetically modify mice to exhibit the anatomical and behavioural defects seen in schizophrenia.', ), 'results' => '23000000', 'start' => '1', 'end' => '10', 'spelling' => '', )
нужен массив.
строка, возвращенная curl_exec:
array ( 'urls' => array ( 0 => 'http://www.bred.fr/', 1 => 'http://www.pioneer.com/', 2 => 'http://www.pioneer.com/web/site/portal/menuitem.0b9254f0bd513c18bc0c0a03d10093a0/', 3 => 'http://www.pioneer.com/web/site/portal/menuitem.5fb6771ea89e2c18bc0c0a03d10093a0/', 4 => 'http://www.pioneer.com/web/site/portal/menuitem.63c907fefec691f7bc0c0a03d10093a0/', 5 => 'http://www.puppynet.com/', 6 => 'http://www.captivebred.com/', 7 => 'http://virginiabornandbred.com/', 8 => 'http://www.timbland.com/', 9 => 'http://news.bbc.co.uk/1/hi/health/6922962.stm', ), 'titles' => array ( 0 => 'home â?” bred.fr', 1 => 'Home | Pioneer Hi-Bred International, Inc.', 2 => 'Canada | Pioneer Hi-Bred International, Inc.', 3 => 'United States | Pioneer Hi-Bred International, Inc.', 4 => 'About Pioneer | Pioneer Hi-Bred International, Inc.', 5 => 'Trulove Software for Breeders', 6 => 'Captive Bred Excellence', 7 => 'Virginia Born and Bred', 8 => ''Bred Crumbs', 9 => 'BBC NEWS | Health | Mice bred to mimic schizophrenia', ), 'snippet' => array ( 0 => 'Banque populaire. Agences et produits. Services à distance.', 1 => 'Pioneer is the world's leading developer and supplier of advanced plant genetics to farmers worldwide. We seek to increase customer productivity, ...', 2 => 'Pioneer Hi-Bred Limited is a wholly-owned Canadian subsidiary of Pioneer Hi-Bred International, Inc. (a DuPont business). In Canada, Pioneer sells corn, ...', 3 => 'Information on operations for Pioneer Hi-Bred International, Inc., in the United States. Pioneer conducts business nationwide via eight sales regions.', 4 => 'Pioneer Hi-Bred International, Inc., a DuPont subsidiary, is the world's leading developer and supplier of advanced plant genetics to farmers worldwide.', 5 => 'Trulove Software has gone out of business as of September 26, 2004 and would like to thank everyone for their patronage! ...', 6 => 'Specializing in exceptional patterned King and Milk snakes and Leopard geckos.', 7 => 'Virginia Born & Bred features the best in Virginia living, including Virginia foods, gourmet gift baskets, civil war memorabilia, Colonial Williamsburg, ...', 8 => 'Features. Now at the new 'Bred Crumbs:. Lifetime Movie Title Generator · My 25 Cents' Worth · 'Botspeak: an MST3K Guide. Still here: ...', 9 => 'US scientists genetically modify mice to exhibit the anatomical and behavioural defects seen in schizophrenia.', ), 'results' => '23000000', 'start' => '1', 'end' => '10', 'spelling' => '', )
нужен массив.