Re: [PHP] syntax question
[email protected] (Přemysl Fiala)
| Newsgroups | php.general |
|---|---|
| Organization | Laboratory Imaging |
| Message-ID | <[email protected]> |
Hello, is an alternative syntax. http://php.net/manual/en/control-structures.alternative-syntax.php Premek. On Wed, 10 Jul 2013 13:15:22 +0200, Jim Giner <[email protected]> wrote: > Can someone tell me what this syntax is? I looked around but don't see > any mention of it. > > while(condition) : (statement); > > >