Skip to content

Instantly share code, notes, and snippets.

@serihiro
serihiro / GroongaHTTPUtil.php
Created August 15, 2012 01:23
Groonga through HTTP Utility for PHP
<?php
class GroongaUtil{
/*
* This Class is Utility for Groonga with HTTP.
*
* Groonga is an open-source fulltext search engine and column store.
* For detail of Groonga , see following web site.
* http://groonga.org/
*