PHP + MySQL Resources / Class
Programming, php, MySQL, javascript, html, css .....
11/21/2013
PHP goto keywords
goto has a bad reputation among programmers.
But sometime it is also very useful.
Here are one example
for($i=0,$j=50; $i<100 br="" i=""> while($j--) {
if($j==17) goto end;
}
}
echo "i = $i";
end:
echo 'j hit 17';100>
Paper
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment