���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/drive.rickard.co/systemMYs/classes/vendor/Elasticsearch/Endpoints/Cluster/Nodes/AbstractNodesEndpoint.php
���ѧ٧ѧ�
<?php namespace Elasticsearch\Endpoints\Cluster\Nodes; use Elasticsearch\Common\Exceptions\InvalidArgumentException; use Elasticsearch\Endpoints\AbstractEndpoint; /** * Class AbstractNodesEndpoint * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster\Nodes * @author Zachary Tong <zach@elastic.co> * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 * @link http://elastic.co */ abstract class AbstractNodesEndpoint extends AbstractEndpoint { /** @var string A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes */ protected $nodeID; /** * @param $nodeID * * @throws \Elasticsearch\Common\Exceptions\InvalidArgumentException * * @return $this */ public function setNodeID($nodeID) { if (isset($nodeID) !== true) { return $this; } if (!(is_array($nodeID) === true || is_string($nodeID) === true)) { throw new InvalidArgumentException("invalid node_id"); } if (is_array($nodeID) === true) { $nodeID = implode(',', $nodeID); } $this->nodeID = $nodeID; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.38 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�