键盘快捷键
高级搜索
Hey guys i need to know the mouvie raiting in one of those 2 formats
G PG PG-13 R NC-17 Unrated NR
TV-Y TV-Y7 TV-G TV-PG TV-14 TV-MA
I did not see any of those in the movieDetail() Where can i get that info?
Hi beaster,
See the /releases method.
Cheers.
How do i call that in PHP? I am using the TMDB API v3 PHP class
I tryed this but it's not working
searchMovie($name,'cl'); $rel = $tmdb_V3->releases($movies['results']['0']['id']); ?>
Got it thanks it did not exist in the class hehe I added the following:
public function releases($idMovie) { return $this->_call('movie/'.$idMovie.'/releases',""); }
Worked like a charme thx
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2014 年 01 月 07 日 5:22下午
Hi beaster,
See the /releases method.
Cheers.
beaster 的回复
于 2014 年 01 月 07 日 5:35下午
How do i call that in PHP? I am using the TMDB API v3 PHP class
I tryed this but it's not working
beaster 的回复
于 2014 年 01 月 07 日 5:48下午
Got it thanks it did not exist in the class hehe I added the following:
Worked like a charme thx