Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by Ty Hahn: http://wiki.apache.org/solr/SolPHP The comment on the change is: unserailize -> unserialize ------------------------------------------------------------------------------ Example usage: {{{ $serializedResult = file_get_contents('http://localhost:8983/solr/select?q=iPod&wt=phps'); - $result = unserailize($serializedResult); + $result = unserialize($serializedResult); print_r($result); }}}
