OpenSearch README
README zur M-Software.de OpenSearch API
NAME:
phpOpenSearch - the PHP OpenSearch Client API
VERSION: 1.0.0
DATE: 07.03.2007
AUTHORS:
Michael Jentsch
http://m-software.de/
MAILING LISTS:
There is no mailing list at the moment. Please send your feedback to the author.
SYNOPSIS:
require("OpenSearch.php");
$searchclient = new OpenSearchClient("opensearch.xml");
$searchclient->search ("Java",10,1,1);
$results = $searchclient->getResults();
var_dump ($results);
REQUIRE:
* PHP Version 5.0
DESCRIPTION:
What is phpOpenSearch?
phpOpenSearch is a OpenSearch Client API for PHP. It is designed for A9
OpenSearch compatible engines. With phpOpenSearch you can use the results
of A9 OpenSearch compatible searchengines within your PHP Scripts.
phpOpenSearch is easy to use and very fast in processing querys and results.
Some of the OpenSearch features:
* 100% A9 OpenSearch compatible.
* easy to use.
* extremely fast.
* and many more.
TODO:
* error handling
* logging
COPYRIGHT:
Copyright (c) 2006-2007 Michael Jentsch (M-Software.de). All rights
reserved. This software is released under the GNU Lesser General Public
License. Please read the disclaimer at the top of the OpenSearch.php file.
Hat Ihnen dieser Beitrag geholfen? Dann speichern Sie Ihne doch bei diesen Diensten:
Wenn Ihnen diese Informationen zu "OpenSearch README" gefallen haben, Sie Anregungen oder Kritik haben, dann schreiben Sie mir doch einfach eine E-Mail an [email protected].




