Source for file example.php
Documentation is available at example.php
require_once 'Services/OpenSearch.php';
// Koders Source Code Search
$url = 'http://www.koders.com/search/KodersSourceCodeSearchDescription.xml';
$items = $os->search ('PHP');
foreach ($items as $item) {
echo " [$n] {$item['title']}\n{$item['link']}\n\n";
Documentation generated on Mon, 11 Mar 2019 14:36:42 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|