jxnnzuu

List Movie

Apr 21st, 2022 (edited)
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.66 KB | None | 0 0
  1. $list_movies = [
  2.       [
  3.         "id" => 1,
  4.         "title" => "Beetlejuice",
  5.         "year" => "1988",
  6.         "duration" => "92min",
  7.         "genres" => "Comedy, Fantasy",
  8.         "actors" => "Alec Baldwin, Geena Davis, Annie McEnroe, Maurice Page",
  9.         "plot" => "A couple of recently deceased ghosts contract the services of a \"bio-exorcist\" in order to remove the obnoxious new owners of their house.",
  10.         "posterUrl" =>"https://i.ibb.co/FDGqCmM/papers-co-ag74-interstellar-wide-space-film-movie-art-33-iphone6-wallpaper.jpg"
  11.       ],
  12.       [
  13.         "id" => 2,
  14.         "title" => "The Cotton Club",
  15.         "year" => "1984",
  16.         "duration" => "127min",
  17.         "genres" => "Crime, Drama, Music",
  18.         "actors" => "Richard Gere, Gregory Hines, Diane Lane, Lonette McKee",
  19.         "plot" => "The Cotton Club was a famous night club in Harlem. The story follows the people that visited the club, those that ran it, and is peppered with the Jazz music that made it so famous.",
  20.         "posterUrl" => "https://i.ibb.co/FDGqCmM/papers-co-ag74-interstellar-wide-space-film-movie-art-33-iphone6-wallpaper.jpg"
  21.       ],
  22.       [
  23.         "id" => 3,
  24.         "title" => "The Shawshank Redemption",
  25.         "year" => "1994",
  26.         "duration" => "142min",
  27.         "genres" => "Crime, Drama",
  28.         "actors" => "Tim Robbins, Morgan Freeman, Bob Gunton, William Sadler",
  29.         "plot" => "Two imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency.",
  30.         "posterUrl" => "https://i.ibb.co/FDGqCmM/papers-co-ag74-interstellar-wide-space-film-movie-art-33-iphone6-wallpaper.jpg"
  31.       ]
  32.     ];
Add Comment
Please, Sign In to add comment