> I have a foreach loop running in a function. During the foreach loop, if a > variable matches another variable, it does "return $variable". My question > is this: does the function automatically stop running when the variable is > returned? Yes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] returns (functions) Joseph Bannon
- Re: [PHP] returns (functions) Alexander Deruwe
- Rasmus Lerdorf