filter_var() is an excellent suggestion and works great.
Richard Heyes wrote:
I'm using the pear class Mail_RFC822::parseAddressList() which
apparently only throws an error_object for PEAR_Error.
You might want to consider the filter_var() function if you can - it
will be much faster.
The
I'm using the pear class Mail_RFC822::parseAddressList() which
apparently only throws an error_object for PEAR_Error.
You might want to consider the filter_var() function if you can - it
will be much faster.
The manual says that PEAR_Error is deprecated, so I'd like to use
PEAR_Exception; b
Al wrote:
> I'm using the pear class Mail_RFC822::parseAddressList() which
> apparently only throws an error_object for PEAR_Error.
>
> The manual says that PEAR_Error is deprecated, so I'd like to use
> PEAR_Exception; but; am having trouble getting it to recognize the error.
Probably better to
I'm using the pear class Mail_RFC822::parseAddressList() which apparently only throws an
error_object for PEAR_Error.
The manual says that PEAR_Error is deprecated, so I'd like to use PEAR_Exception; but; am having
trouble getting it to recognize the error.
Can anyone help me with this?
--
P
4 matches
Mail list logo