Personally, I kind of like:
switch(1){ default: // BREAK BLOCK START
blah blah blah...
// Want to get out of here...
break;
} // BREAK BLOCK END
It's a little more cumbersome than the while construct, but it is absolutely
guaranteed to only go through once, whilst the "while" ver
[PHP] Function Reqest/Question
i dont know of a function to skip to the end of the
nearest ?>, and i suspect that there isn't one...
you can use other control func's to do what you need,
in the context that you're working in...
read up on: goto, break, continue, return
i dont know of a function to skip to the end of the
nearest ?>, and i suspect that there isn't one...
you can use other control func's to do what you need,
in the context that you're working in...
read up on: goto, break, continue, return
> -Original Message-
> From: Anil [mailto:[EMAI
3 matches
Mail list logo