コード例 #1
0
ファイル: FilterInput.cs プロジェクト: rajeshwarn/cs2php
 public static string ValidateEmail(Type type, string variable_name, EmailOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: FilterInput.cs プロジェクト: exaphaser/cs2php
 public static string ValidateEmail(Type type, string variable_name, EmailOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public static string ValidateEmail(ServerVariables variable, EmailOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: FilterInputServer.cs プロジェクト: exaphaser/cs2php
 public static string ValidateEmail(ServerVariables variable, EmailOptions options = null)
 {
     throw new NotImplementedException();
 }