|
użytkowników online: 46
|
OPINIE UŻYTKOWNIKÓW
|
Gratulacje i dzięki! Trafiłem tu przypadkiem poszukując informacji na temat php+mysql. Wiele polskich stron powiela identyczne przykłady, klonuje te same kursy i lekcje... ten serwis okazał sie inny. Zasada "problem - rozwiazanie - wyjaśnienie" zdaje egzamin - zapewnia jasną, jednoznaczną i pewną pomoc w konkretnym przypadku. Porady są warte swojej ceny, przede wszystkim ze względu na przyjazną (także dla początkujących) formę i treść oraz bogate i stale powiększane zasoby. Polecam i pozdrawiam!
Kamil Dmowski
Polski Czerwony Krzyż
|
|
PODRĘCZNIK PHP 5.x, 4.x, 3.x - częściowo spolszczony / źródło: www.php.net
[Spis]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[X]
[W]
[Z]
LXXVIII. muscat Functions| Ostrzeżenie | Ten moduł jest w stadium
EKSPERYMENTALNYM. Oznacza to, że zachowanie tych funkcji,
ich nazwy, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w
przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tego modułu na
własne ryzyko. |
These functions are only available if PHP was
configured with --with-muscat[=DIR].
- Spis treści
- muscat_close -- Shuts down the muscat session and releases any memory back to PHP
- muscat_get -- Gets a line back from the core muscat API
- muscat_give -- Sends string to the core muscat API
- muscat_setup_net -- Creates a new muscat session and returns the handle
- muscat_setup -- Creates a new muscat session and returns the handle
User Contributed Notesolly at survex dot com
06-Sep-2005 07:31
Erik is close - this module actually provides a PHP interface to the proprietary Muscat 3.6 system which OpenMuscat was originally being written to replace.
OpenMuscat had a rather different API to Muscat 3.6.
BrightStation (the company which owned Muscat) closed down the OpenMuscat project and later ceased trading, but OpenMuscat lived on, renamed Xapian due to complaints about trademark infringement from BrightStation. Xapian has its
own PHP bindings.
I'd be suprised if this module is used by anyone now. I don't think Muscat 3.6 has been available to buy for over 5 years, and even back then most external developers used a higher level API than the one which this module wraps.
Olly Betts (former BrightStation employee and current Xapian developer)
erikh at caravelgames dot com
03-Sep-2005 12:27
It took me some digging to figure out that this is an interface for OpenMuscat, which provides search engine functionality. The maintainer, Sam Liddicott, has done some work on Xapian which can be thought of as a replacement for OpenMuscat.
More about OpenMuscat and Xapian here:
http://www.xapian.org/history.php
|