Calendar::prevMonth()

Calendar::prevMonth() -- Returns the value for the previous month

概要

require_once 'Calendar.php';

int Calendar::prevMonth ([string $format = 'int'])

説明

このパッケージに関する文書は、未作成です。

パラメータ

string $format

'int', 'timestamp' , 'array' or 'object'

返り値

returns e.g. 4 or Unix timestamp

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。