php3-list | 199807
Date: 07/17/98
- Next message: Matt Massey: "[PHP3] Variable variable and arrays"
- Previous message: Rostislav Matl: "Re: [PHP3] very slowly working regexps"
- Next in thread: Lars Torben Wilson: "Re: [PHP3] "Next" command?"
- Reply: Lars Torben Wilson: "Re: [PHP3] "Next" command?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there a PHP equivalent to the perl "next"? i.e. how could I do
something like:
foreach $ln ( <email protected>) {
next if $ln =~ /^\;/;
next if $ln =~ /^@;/;
if($ln =~ /\; serial/) {
......
}
.........................................................................
Colin Viebrock Creative Director - Private World Communciations
cmv <email protected> http://www.privateworld.com
ICQ: 11386088
If I wanted it tomorrow,
I would have waited until tomorrow to ask for it!
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.tryc.on.ca/php3.html
- Next message: Matt Massey: "[PHP3] Variable variable and arrays"
- Previous message: Rostislav Matl: "Re: [PHP3] very slowly working regexps"
- Next in thread: Lars Torben Wilson: "Re: [PHP3] "Next" command?"
- Reply: Lars Torben Wilson: "Re: [PHP3] "Next" command?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

