Re: [PHP] UNLESS Statement Equivalent
[email protected] (Angela Barone)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On Mar 11, 2013, at 2:38 PM, Jonathan Sundquist wrote: > Since you already have the return statement with the if statement the else isn't required. If those three statements are true you would exit the call any ways I don't follow. The else contains the meat of the statement. Angela