This website requires JavaScript.
Explore
Help
Sign In
Michel2
/
oauthsimple
Watch
1
Star
0
Fork
0
mirror of
https://github.com/jrconlin/oauthsimple.git
synced
2026-09-14 10:33:00 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1ff9b5ecda2e81cc6e8a8cdef6dc5377bba01b83
oauthsimple
/
php
T
History
Jaisen Mathai
1ff9b5ecda
Using empty() on a string
0
returns true. Using strlen instead.
...
php -r '$string="0"; var_dump(empty($string));' bool(true)
2011-10-20 17:14:08 -07:00
..
example.php
Adding good Mr. Schlabitz' Google OAuth example.
2010-08-03 22:11:51 -07:00
index.php
sync'ing previous change;
2010-11-04 23:37:13 -07:00
OAuthSimple.php
Using empty() on a string
0
returns true. Using strlen instead.
2011-10-20 17:14:08 -07:00