首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > tweetidcoder

tweetidcoder

  • 资源大小:4.11 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

PHP class to shrink(encode) / enlarge(decode) a Twitter Tweet ID. It was developed to help with "threading" tweets. Possible usuage: Shrink a tweet ID for created threaded tweets. I.E. You want to reply to a tweet that has ID 2431418762, you would encode it: $a = $tw->encodeTweetID(2431418762); Then you would post a tweet that encapsulate the value in $a with ^"s, so it would look like this: ^2ã+nv~æUGreat idea, you rock!^ Decoding: $a = $tw->decodeTweetID(2ã+nv~æU); The value of $a would be 2431418762

文 件 列 表

index.php
tweetidcoder.class.php
VIP VIP
0.186871s