In alternativa puoi usare mktime

Codice PHP:
echo date('n',mktime(0,0,0,date('n')-1,date('d'),date('Y')));