Guest User

Untitled

a guest
Jan 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. /*
  2. var_dump($array)-->
  3.  
  4. array(3) {
  5. [0]=>
  6. array(3) {
  7. ["rank"]=>
  8. string(1) "4"
  9. ["contestant_id"]=>
  10. string(3) "560"
  11. ["contestant"]=>
  12. string(12) "The Macarena"
  13. }
  14. [1]=>
  15. array(3) {
  16. ["rank"]=>
  17. string(1) "5"
  18. ["contestant_id"]=>
  19. string(3) "561"
  20. ["contestant"]=>
  21. string(16) "The Humpty Dance"
  22. }
  23. [2]=>
  24. array(3) {
  25. ["rank"]=>
  26. string(1) "8"
  27. ["contestant_id"]=>
  28. string(3) "564"
  29. ["contestant"]=>
  30. string(14) "The Hucklebuck"
  31. }
  32. }
  33.  
  34. How can I check if in_array $array["rank"] ?
  35.  
  36. */
Add Comment
Please, Sign In to add comment