previous検証 (Validate) (Previous) (Next) 検証機能next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Validate (本体パッケージ)

これは本体となるパッケージで、さまざまなデータを検証するためのメソッドを提供します。 以下のようなメソッドが含まれます。

  • 数値 (最小値/最大値、十進数かどうか)

  • メールアドレス (構文、ドメイン検査)

  • 文字列 (定義済みの型。英大文字/英小文字、数値、...)

  • date (date, options) - options に指定できるのは、 format (%d-%m-%Y あるいは rfc822 準拠形式の日付)、 min (最小日を表す配列 ($day, $month, $year) あるいは PEAR::Date オブジェクト)、 max (最大日を表す配列 ($day, $month, $year) あるいは PEAR::Date オブジェクト)

  • uri (RFC2396)

  • 複数のデータの検証を一回のメソッドコールで行う (::multiple)

以下も参照ください。

previous検証 (Validate) (Previous) (Next) 検証機能next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.