Google Reader senkronizasyon için 16 karakter Hex uzun tamsayı

0 Cevap php

Python Kod

h = "%s"%("0000000000000000%x"%(i&0xffffffffffffffff))[16:]

Ben bu PHP yapılabilir olacağını bilmek istiyorum.

The application is for google reader syncronization. An initial sync list comes with numeric values, but the actual article id hex.

Örnek Uzun Tamsayı = 8643979098044673995

Örnek Google Reader Makale numarası = tag: google.com, 2005: okuyucu / item / 77f5953120daafcb

0 Cevap