/**********************************\
||================================||
|| ||
|| IMDbFetch v0.3 ||
|| IMDbFetch.class.php ||
|| | ||
|| - class - ||
|| by teo rusu ||
|| spinicrus@gmail.com ||
|| http://- :) not yet, no time ||
|| ||
||================================||
\\************************/////////
/////////
/////////
IMDbFetch takes the following infos from IMDb movie database(website):
- movie/show id
- movie/show name
- movie/show relase year
- movie/show directed by
- movie/show writing credits
- movie/show genre
- movie/show user rating
- movie/show runtime
- movie/show users random comment
- movie/show poster image(to binary data)
- movie/show cast
This class it's intended only for experimental/learning purposes.
This class is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
USE:
Please take a look inside "IMDbFetch.example.php" for an example of use. |