PHP Lib IS
© Christian Paulus - Document créé le 2001-01-01, mis à jour le 2008-12-11
L'éternité c'est long, surtout vers la fin.Woody Allen
Fonctions PHP IS: fonctions de comparaison et de validation de variables.
Une fonction IS renvoie en général un TRUE pour confirmer la valeur proposée, ou un FALSE dans le cas inverse. Quoi de plus simple ?
|
@author
Christian Paulus
@version
1.0, 08/06/2002
@param
$code target code
@return
Country name or FALSE if $code is not country code.
@since
PHP3
@author
Christian Paulus
@version
1.0, 08/06/2002
@param
$code string to valid
@return
TRUE if OK. FALSE otherwise
@since
PHP3
@author
Christian Paulus
@version
1.0, 08/06/2002
@param
$code target code
@return
Generic name or organization. Return FALSE if $code is not a gtld.
@see
Iana Generic TLD
@since
PHP3
@author
Christian Paulus
@version
1.0, 08/06/2002
@param
$ipaddress to control
@return
TRUE if OK. FALSE otherwise
@since
PHP3
@author
Christian Paulus
@version
1.0, 07/06/2002
@param
$string target string
@return
TRUE if OK. FALSE otherwise
@since
PHP3
@author
Christian Paulus
@version
1.0, 07/06/2002
@param
$string target string
@return
TRUE if OK. FALSE otherwise
@since
PHP3
@author
Christian Paulus
@version
1.0, 08/06/2002
@param
$code string to valid
@return
TRUE if OK. FALSE otherwise
@since
PHP3
@author
Christian Paulus
@version
1.0, 07/06/2002
@version
1.2, 08/06/2002
@version
1.3, 28/06/2005
@param
$address e-mail address
@return
correct address if OK. FALSE otherwise
@since
PHP3
|


