When ur wife realise u came drunk..! #मेरा_बस_चले pic.twitter.com/5NqICFzGVf
— Prince (@prince_yadav07) January 8, 2017
php best practice programming example with globle keyword <?php $a = 0; $b = 2; function s() { global $a; $a += 1 ; return $a; } function m() { global $a; $a -= 1 ; return $a; } s(); m(); s(); s(); s(); s(); s(); s(); m(); echo $a; ?>
Comments
Post a Comment