美味的_测试.php

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了美味的_测试.php相关的知识,希望对你有一定的参考价值。

deliciousにポストするサンプル
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <title>delicious_test</title>
  5.  
  6. <body>
  7.  
  8. <?php
  9.  
  10. postBookmark("id", "pass", "title", "http://...", "comment...", "tags...");
  11.  
  12. function postBookmark($account,$password,$title,$url,$comment,$tag="") {
  13. $title = mb_convert_encoding($title, "UTF-8", "eucjp-win");
  14. $comment = mb_convert_encoding($comment, "UTF-8", "eucjp-win");
  15. $tag = mb_convert_encoding($tag, "UTF-8", "eucjp-win");
  16. $url = urlencode($url);
  17. $title = urlencode($title);
  18. $comment = urlencode($comment);
  19. $tag = urlencode($tag);
  20. $cmd = 'curl --silent --user '
  21. . $account . ':' . $password
  22. . ' -o "response.xml"'
  23. . ' -O "https://api.del.icio.us/v1/posts/add?url='
  24. . "$url&description=$title&extended=$comment&tags=$tag&" . '"';
  25. system($cmd);
  26. }
  27. ?>
  28.  
  29. </body>
  30. </html>

以上是关于美味的_测试.php的主要内容,如果未能解决你的问题,请参考以下文章

PHP 美味的查询功能

PHP ffmpeg_php测试片段

php代码片段: sendFile/videoStream/sendEmail/phpexcel/ffmpeg/zip

[SCOI 2016] 美味

php 测试同步片段

php 测试片段