Files
php-doc-ru/reference/sphinx/sphinxclient/setarrayresult.xml
Alexey Pyltsyn 0057a44d6e Upd
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@343995 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-28 08:52:19 +00:00

72 lines
2.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: mch Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="sphinxclient.setarrayresult" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SphinxClient::setArrayResult</refname>
<refpurpose>Изменение формата массива с набором результатов запроса</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>SphinxClient::setArrayResult</methodname>
<methodparam><type>bool</type><parameter>array_result</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
Контролирует формат массивов с наборами результатов запроса (должны ли результаты
быть возвращены в виде обычного массива или же ассоциативного).
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>array_result</parameter></term>
<listitem>
<para>
Если <parameter>array_result</parameter> установлен как &false;, результаты
возвращаются в виде ассоциативного массива, с идентификаторами документов в качестве ключей, и остальной информацией
(веса, атрибуты) в качестве значений. Если <parameter>array_result</parameter> установлен как &true;, результаты
возвращаются в виде обычного массива с полной информацией по совпадениям, включая идентификаторы документов.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Всегда возвращает &true;.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->