This shows you the differences between two versions of the page.
developer:soap-1.3:howto:pearsoap [2010/06/01 15:36] hmcgowan created |
developer:soap-1.3:howto:pearsoap [2016/01/26 11:49] (current) charlie [Step 3: Building Security $token] |
||
---|---|---|---|
Line 48: | Line 48: | ||
// generate random seed value | // generate random seed value | ||
- | $seed=mktime() . rand(); | + | $seed=time() . rand(); |
// make hash value using sha1 function | // make hash value using sha1 function |