���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/vendor/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Riak/Config.php
���ѧ٧ѧ�
<?php /** * * This file is part of phpFastCache. * * @license MIT License (MIT) * * For full copyright and license information, please see the docs/CREDITS.txt file. * * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> https://www.phpfastcache.com * @author Georges.L (Geolim4) <contact@geolim4.com> * */ declare(strict_types=1); namespace Phpfastcache\Drivers\Riak; use Phpfastcache\Config\ConfigurationOption; class Config extends ConfigurationOption { /** * @var string */ protected $host = '127.0.0.1'; /** * @var int */ protected $port = 8098; /** * @var string */ protected $prefix = 'riak'; /** * @var string */ protected $bucketName = Driver::RIAK_DEFAULT_BUCKET_NAME; /** * @return string */ public function getHost(): string { return $this->host; } /** * @param string $host * @return self */ public function setHost(string $host): self { $this->host = $host; return $this; } /** * @return int */ public function getPort(): int { return $this->port; } /** * @param int $port * @return self */ public function setPort(int $port): self { $this->port = $port; return $this; } /** * @return string */ public function getPrefix(): string { return $this->prefix; } /** * @param string $prefix * @return self */ public function setPrefix(string $prefix): self { $this->prefix = $prefix; return $this; } /** * @return string */ public function getBucketName(): string { return $this->bucketName; } /** * @param string $bucketName * @return self */ public function setBucketName(string $bucketName): self { $this->bucketName = $bucketName; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.22 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�