This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function whatDoesItDo(val){ | |
return val ? 1 : 2; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
@author : Giriraj Namachivayam | |
@date : Mar 03, 2013 | |
@demourl : http://ngiriraj.com/socialMedia/oauthlogin/google.php | |
@document : http://ngiriraj.com/work/http://ngiriraj.com/work/google-connect-by-using-oauth-in-php/ | |
@license : Free to use | |
@History : V1.0 - Released oauth 2.0 service providers login access | |
*/ |