|
IMDBPHP | |||||
PREV NEXT | Frames No Frame | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
![]() | mdb_config |
![]() |
Searching IMDB staff information
Method Summary | ||
protected string | mkurl() Create the IMDB URL for the name search | |
void | reset() Reset search results This empties the collected search results. | |
array | results([string $URL]) Setup search results | |
array | search(string $searchTerms) Search for people on imdb who match $searchTerms | |
void | setsearchname(string $searchstring) Set the name (title) to search for | |
void | seturl(string $URL) Set the URL (overwrite default search URL and run your own) This URL will be reset if you call the setsearchname() method |
Methods inherited from class mdb_base and not overridden |
cache_read , cache_write , get_pilot_imdbfill , getWebPage , imdbid , monthNo , openpage , purge , readCachedPage , reset_vars , set_pagename , set_pilot_imdbfill , setid , writeCachedPage |
Method Detail |
protected string mkurl()
Create the IMDB URL for the name search
void reset()
Reset search results This empties the collected search results. Without calling this, every new search appends its results to the ones collected by the previous search.
array results([string $URL])
Setup search results
URL
- Replace search URL by your ownarray search(string $searchTerms)
Search for people on imdb who match $searchTerms
searchTerms
- void setsearchname(string $searchstring)
Set the name (title) to search for
searchstring
- what to search for - (part of) the movie namevoid seturl(string $URL)
Set the URL (overwrite default search URL and run your own) This URL will be reset if you call the setsearchname() method
URL
- to use
|
IMDBPHP | |||||
PREV NEXT | Frames No Frame | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This document was generated by phpdocgen 0.17-rc3.
Copyright © 2002-03 Stephane GALLAND (under the GNU General Public License)