Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 zend ZendGdata 1.11.11在博客中发布带有类别的文章
$labels = $entry->getCategory(); $newLabel = $gdClient->newCategory('testlabel2', 'http://www.blogger.com/atom/ns#'); $labels[] = $newLabel; // Append the new label to the list of labels. $entry->setCategory($labels);