| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
- <meta name="language" content="zh-cn" />
- <link rel="stylesheet" type="text/css" href="../api/css/style.css" />
- <link rel="stylesheet" type="text/css" href="../api/css/guide.css" />
- <link rel="stylesheet" type="text/css" href="../api/css/highlight.css" />
- <title>Xunsearch PHP-SDK 权威指南</title>
- </head>
- <body>
- <div id="apiPage">
- <div id="apiHeader">
- <a href="http://www.xunsearch.com" target="_blank">Xunsearch PHP-SDK</a> v1.3.2 权威指南
- </div><!-- end of header -->
- <div id="content" class="markdown">
- <h1 id="xunsearch-php-sdk-">Xunsearch PHP-SDK 权威指南</h1>
- <p>本教程旨在全面介绍 Xunsearch PHP-SDK 的用法,是学习掌握 xunsearch 搜索开发的
- 基础资料。具体的实例技巧,详见我们的[技巧实践分享]。</p>
- <p>本教程在 <a href="http://www.xunsearch.com/license/">xunsearch 文档授权条款</a> 下发布。</p>
- <p>Copyright (C) 2011, 著作权由杭州云圣网络科技有限公司所有。
- 著作权人保留一切相关权利。</p>
- <div class="revision">$Id$</div>
- <div class="clear"></div>
- </div><!-- end of content -->
- <div id="guideNav">
- <div class="prev"><a href="start.changelog.html">« 最新主要变动</a></div>
- <div class="next"><a href="start.about.html">关于 Xunsearch PHP-SDK »</a></div>
- <div class="clear"></div>
- </div><!-- end of nav -->
- <div id="apiFooter">
- Copyright © 2008-2011 by <a href="http://www.xunsearch.com" target="_blank">杭州云圣网络科技有限公司</a><br/>
- All Rights Reserved.<br/>
- </div><!-- end of footer -->
- </div><!-- end of page -->
- <div style="display:none;">
- <img src="../api/css/info.gif" />
- <img src="../api/css/tip.gif" />
- <img src="../api/css/note.gif" />
- </div>
- </body>
- </html>
|