Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように、日付の配列をパラメーターとして使用することはできないようです。
@param array $dates Dates array {@type date} {@from body}
たとえば、Restler に日付の配列の入力を検証させる方法はありますか。
{ "dates": ["2013-01-01", "2013-01-02"] }
今私は得ています:Class 'date' not found in ...
Class 'date' not found in ...