Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. print_r($InformationRetrieval['KeywordExtraction'][1]);
  2.  
  3. <?php
  4. $a = array("google" => 15, "search" => 18, "or" => 2, "web" => 4, "is" => 4, "a" => 5, "engine" => 2);
  5.  
  6. foreach($a as $key=>$value) {
  7. echo $key;
  8. }
  9. ?>
  10.  
  11. print_r(array_keys($InformationRetrieval['KeywordExtraction'][2]));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement