print date('Y-\WW');
W - ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0)
o - ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead. (added in PHP 5.1.0)