Example #1
0
function Application_test()
{
    $app = new Application();
    print_r($app->getVideoChapters(1, 1, 'M'));
}