On Wed, 2 Nov 2005, Jochem Maas wrote:
is_email_addr() or is_email()
just 'belongs' with:
is_array()
is_bool()
is_callable()
is_double()
is_float()
is_int()
is_integer()
is_long()
is_null()
is_numeric()
is_object()
is_real()
is_resource()
is_scalar()
is_string()
Until they add it, just use
I totally agree with Richard. about the need for
a php func for checking a correct email addr.
given that php 'is all about the web', idealogically
(still?) pragmatic and dynamically typed:
is_email_addr() or is_email()
just 'belongs' with:
is_array()
is_bool()
is_callable()
is_double()
is_flo
2 matches
Mail list logo