/imdb/imdb/doc/apidoc/IMDB/imdb_nowplaying.html

https://github.com/Bigjoos/U-232-V3 · HTML · 137 lines · 101 code · 6 blank · 30 comment · 0 complexity · 8ef3014421ef8ac244ea5e2df221283d MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <!-- Generated by phpdocgen 0.17-rc3 on Sun Oct 10 22:21:22 2010 -->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>IMDBPHP</TITLE>
  6. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  7. <link REL ='stylesheet' TYPE='text/css' HREF='../stylesheet.css' TITLE='Style'>
  8. <script language='JavaScript1.2'>
  9. <!--
  10. function swaptreecontent(elID) {
  11. b = document.getElementById(elID).innerHTML;
  12. a = document.getElementById(elID + "off__").innerHTML;
  13. if (a.length == 0) { document.getElementById(elID).innerHTML = "";
  14. } else {
  15. document.getElementById(elID).innerHTML = a;
  16. }
  17. document.getElementById(elID + "off__").innerHTML = b;
  18. }
  19. function swaptreeicon(elID) {
  20. a = document.getElementById(elID + "plusminus").src;
  21. if (a.indexOf("minus.gif") != -1) a = "../plus.gif";
  22. else a = "../minus.gif";
  23. document.getElementById(elID + "plusminus").src = a;
  24. }
  25. function swaptree(elID) {
  26. swaptreecontent(elID);
  27. swaptreeicon(elID);
  28. }
  29. function swaptree2(elID1,elID2) {
  30. swaptreecontent(elID1);
  31. swaptreecontent(elID2);
  32. swaptreeicon(elID1);
  33. }
  34. //-->
  35. </script>
  36. </HEAD>
  37. <BODY>
  38. <table BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
  39. <tr>
  40. <td COLSPAN=2>
  41. <table BORDER="0" CELLPADDING="0" CELLSPACING="3">
  42. <tr ALIGN="center" VALIGN="top">
  43. <td>&nbsp;<A HREF="../overview-summary.html"><b>Overview</b></A>&nbsp;</td>
  44. <td>&nbsp;<A HREF="../IMDB/package-summary.html"><b>Package</b></A>&nbsp;</td>
  45. <td>&nbsp;<A HREF="../overview-tree.html"><b>Tree</b></A>&nbsp;</td>
  46. <td>&nbsp;<A HREF="../index-0.html" target="classFrame"><b>Index</b></A>&nbsp;</td>
  47. </tr>
  48. </table>
  49. </td>
  50. <td ALIGN="right" VALIGN="top" ROWSPAN=3><em><b>IMDBPHP</b></em></td>
  51. </tr>
  52. <tr>
  53. <td BGCOLOR="white"><SPAN CLASS='small'><A HREF="../IMDB/imdb_movielist.html">PREV</A>&nbsp;&nbsp;<A HREF="../IMDB/imdb_person.html">NEXT</A></SPAN>
  54. </td>
  55. <td><SPAN CLASS='small'><A HREF="../index.html" target="_top"><b>Frames</b></A>&nbsp;&nbsp;<A HREF="../IMDB/imdb_nowplaying.html" target="_top"><b>No Frame</b></A>&nbsp;</SPAN>
  56. </td>
  57. </tr>
  58. <tr><td VALIGN="top"><SPAN CLASS='small'>SUMMARY: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#_section_constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#_section_method_summary">METHOD</A></SPAN>
  59. </td>
  60. <td VALIGN="top"><SPAN CLASS='small'>DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#_section_constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#_section_method_detail">METHOD</A></SPAN>
  61. </td>
  62. </tr>
  63. </table>
  64. <HR>
  65. <H2><FONT SIZE="-1">IMDB</FONT><BR>
  66. Class imdb_nowplaying</H2>
  67. <HR>
  68. <DL>
  69. <DT>class <B>imdb_nowplaying</B><P>Obtain the Now Playing Movies in theaters of USA, from IMDB</P>
  70. <DL><DT><B>Authors:</B></DT><DD>Ricardo Silva (banzap) <banzap@gmail.com></DD></DL>
  71. <DL><DT><B>Version:</B></DT><DD>$Revision: 241 $ $Date: 2009-10-07 19:18:53 +0200 (Mi, 07. Okt 2009) $</DD></DL>
  72. </DL>
  73. <HR>
  74. <P><TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'><THEAD><TR><TD CLASS='tabletitle' COLSPAN='3'><B>Constructor Summary</B></TD></TR></THEAD>
  75. <TBODY><TR><TD valign='top' align='left'>void </TD><TD WIDTH='100%' valign='top' align='left'><b><A HREF="#imdb_nowplaying()">imdb_nowplaying</A></b>()<BR>
  76. Constructor: Obtain the raw data from IMDB site</TD></TR></TBODY>
  77. </TABLE></P>
  78. <P><TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'><THEAD><TR><TD CLASS='tabletitle' COLSPAN='3'><B>Method Summary</B></TD></TR></THEAD>
  79. <TBODY><TR><TD valign='top' align='left'>array </TD><TD WIDTH='100%' valign='top' align='left'><b><A HREF="#getnowplayingmovies()">getNowPlayingMovies</A></b>()<BR>
  80. Retrieve the Now Playing Movies</TD></TR></TBODY>
  81. </TABLE></P>
  82. <A NAME="_section_constructor_detail"></A><P><TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'><THEAD><TR><TD CLASS='largetabletitle'>Constructor Detail</TD></TR></THEAD></TABLE><BR>
  83. <A NAME="imdb_nowplaying()"></A><H3>imdb_nowplaying()</H3>
  84. <PRE>
  85. void <b>imdb_nowplaying</b>()</PRE>
  86. <DL><DD><P>Constructor: Obtain the raw data from IMDB site</P>
  87. </DD></DL><HR>
  88. <A NAME="_section_method_detail"></A><P><TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'><THEAD><TR><TD CLASS='largetabletitle'>Method Detail</TD></TR></THEAD></TABLE><BR>
  89. <A NAME="getnowplayingmovies()"></A><H3>getNowPlayingMovies()</H3>
  90. <PRE>
  91. array <b>getNowPlayingMovies</b>()</PRE>
  92. <DL><DD><P>Retrieve the Now Playing Movies</P>
  93. <DL><DT><B>Returns:</B></DT><DD>of IMDB IDs</DD></DL>
  94. </DD></DL><HR>
  95. <table BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
  96. <tr>
  97. <td COLSPAN=2>
  98. <table BORDER="0" CELLPADDING="0" CELLSPACING="3">
  99. <tr ALIGN="center" VALIGN="top">
  100. <td>&nbsp;<A HREF="../overview-summary.html"><b>Overview</b></A>&nbsp;</td>
  101. <td>&nbsp;<A HREF="../IMDB/package-summary.html"><b>Package</b></A>&nbsp;</td>
  102. <td>&nbsp;<A HREF="../overview-tree.html"><b>Tree</b></A>&nbsp;</td>
  103. <td>&nbsp;<A HREF="../index-0.html" target="classFrame"><b>Index</b></A>&nbsp;</td>
  104. </tr>
  105. </table>
  106. </td>
  107. <td ALIGN="right" VALIGN="top" ROWSPAN=3><em><b>IMDBPHP</b></em></td>
  108. </tr>
  109. <tr>
  110. <td BGCOLOR="white"><SPAN CLASS='small'><A HREF="../IMDB/imdb_movielist.html">PREV</A>&nbsp;&nbsp;<A HREF="../IMDB/imdb_person.html">NEXT</A></SPAN>
  111. </td>
  112. <td><SPAN CLASS='small'><A HREF="../index.html" target="_top"><b>Frames</b></A>&nbsp;&nbsp;<A HREF="../IMDB/imdb_nowplaying.html" target="_top"><b>No Frame</b></A>&nbsp;</SPAN>
  113. </td>
  114. </tr>
  115. <tr><td VALIGN="top"><SPAN CLASS='small'>SUMMARY: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#_section_constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#_section_method_summary">METHOD</A></SPAN>
  116. </td>
  117. <td VALIGN="top"><SPAN CLASS='small'>DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#_section_constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#_section_method_detail">METHOD</A></SPAN>
  118. </td>
  119. </tr>
  120. </table>
  121. <HR>
  122. <P><SPAN CLASS='small'><A HREF="http://www.arakhne.org/bugtrack/" target="_top">Submit a bug</A></SPAN>
  123. </P>
  124. <P><SPAN CLASS='small'>This document was generated by <A HREF="http://www.arakhne.org/tools/phpdocgen/" target="_top">phpdocgen 0.17-rc3</A>.<BR>
  125. Copyright &copy; 2002-03 <A HREF="mailto:galland@arakhne.prg">Stéphane GALLAND</A> (under the <A HREF="http://www.gnu.org/copyleft/gpl.html" target="_top">GNU General Public License</A>)</SPAN>
  126. </P>
  127. </BODY>
  128. </HTML>