PHP The static Keyword virendra_india 03:02:00 No comments <?phpfunction myTest() { static $x = 0; echo $x; $x++;}myTest();myTest();myTest();?> Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment