検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 254 for host (0.046 sec.)
Microsoft SQL Server および Sybase データベースに接続する 6206
« MS SQL Server (PDO) Firebird (PDO) » PHP Manual MS SQL Server (PDO) Microsoft SQL Server および ... リに対してリンクされている場合は dblib: となります。 host データベースサーバーが存在するホスト名を指定します ... スに接続するための PDO_DBLIB DSN を表します。 mssql:host=localhost;dbname=testdb sybase:host=localhost;dbna ... me=testdb dblib:host=localhost;dbname=testdb 関連キーワード: データベー ... ス , PDO , 接続 , DBLIB , および , host , dbname , testdb , ライブラリ , リンク ...
https://man.plustar.jp/php/ref.pdo-dblib.connection.html - [similar]
Connect to the remote TCP or UDP port. 6206
« Swoole\Client::close Swoole\Client::__construct » PHP Manual Swoole\Client Connect to the remo ... port. 説明 public Swoole\Client::connect ( string $host , int $port = ? , int $timeout = ? , int $flag = ? ... ): bool パラメータ host The host name of the remote address. port The port ... 関連キーワード: remote , Swoole , the , or , flag , host , int , timeout , send , onnection ...
https://man.plustar.jp/php/swoole-client.connect.html - [similar]
Memcache クラス 6126
« 基本的な使用法 Memcache::add » PHP Manual Memcache Memcache クラス Memcache クラス (PECL memca ... = ? , int $expire = ? ): bool addServer ( string $host , int $port = 11211 , bool $persistent = ? , int $ ... outms = ? ): bool close (): bool connect ( string $host , int $port = ? , int $timeout = ? ): bool decreme ... nt $limit = 100 ): array getServerStatus ( string $host , int $port = 11211 ): int getStats ( string $type ... , int $value = 1 ): int | false pconnect ( string $host , int $port = ? , int $timeout = ? ): mixed replac ...
https://man.plustar.jp/php/class.memcache.html - [similar]
MySQL データベースに接続する 6086
« MySQL (PDO) MS SQL Server (PDO) » PHP Manual MySQL (PDO) MySQL データベースに接続する PDO_MYSQ ... 構成されます。 DSN 接頭辞 DSN 接頭辞は mysql: です。 host データベースサーバーが存在するホスト名を指定します ... 。 unix_socket MySQL の unix ソケットを指定します ( host あるいは port と同時に使用することはできません)。 ... スに接続するための PDO_MYSQL DSN を表します。 mysql:host=localhost;dbname=testdb より完全な例は、このように ... なります。 mysql:host=localhost;port=3307;dbname=testdb mysql:unix_socke ...
https://man.plustar.jp/php/ref.pdo-mysql.connection.html - [similar]
Open a persistent connection to CUBRID server 6036
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... persistent) link that's already open with the same host, port, dbname and userid. If one is found, an iden ... s therefore called 'persistent'. <url> ::= CUBRID:<host>:<db_name>:<db_user>:<db_password>:[?<properties>] ... s> ::= <property> [&<property>] <properties> ::= alhosts=<alternative_hosts>[ &rctime=<time>] <properties> ... isconnect_on_query_timeout=true|false <alternative_hosts> ::= <standby_broker1_host>:<port> [,<standby_bro ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
php.ini のセクション一覧 6036
« php.ini ディレクティブのリスト コア php.ini ディレクティブに関する説明 » PHP Manual php.ini デ ... 設定できません。 セクション 名前 変更可能 変更履歴 [HOST=] PHP_INI_SYSTEM [PATH=] PHP_INI_SYSTEM 以下に設定 ... ディレクティブに関する 簡単な説明を示します。 [HOST=<host>] このセクションで指定した php.ini ディレクテ ... ドメインではエラーを画面に表示させるようにする例 [HOST=dev.site.com] error_reporting = E_ALL display_erro ... キーワード: セクション , 一覧 , 設定 , パス , PATH , HOST , ホスト , 単位 , SYSTEM , 特定 ...
https://man.plustar.jp/php/ini.sections.html - [similar]
Add a new listener to the server. 6036
« Swoole\Server Swoole\Server::addProcess » PHP Manual Swoole\Server Add a new listener to the s ... . 説明 public Swoole\Server::addlistener ( string $host , int $port , string $socket_type ): void パラメー ...host port socket_type 戻り値 関連キーワード: Add , new ... r , Swoole , Server , the , addlistener , string , host , type ...
https://man.plustar.jp/php/swoole-server.addlistener.html - [similar]
Construct a Swoole server. 6036
« Swoole\Server::connection_list Swoole\Server::defer » PHP Manual Swoole\Server Construct a Swo ... . 説明 public Swoole\Server::__construct ( string $host , int $port = ? , integr $mode = ? , int $sock_typ ... e = ? ) パラメータ host port mode sock_type 関連キーワード: Swoole , Const ... ruct , server , Server , construct , host , type , sock , mode , int ...
https://man.plustar.jp/php/swoole-server.construct.html - [similar]
Create a handle to used communicate with zookeeper 6036
« Zookeeper::connect Zookeeper::create » PHP Manual Zookeeper Create a handle to used communicat ... eeper 説明 public Zookeeper::__construct ( string $host = '' , callable $watcher_cb = null , int $recv_tim ... state ZOO_CONNECTED_STATE is received. パラメータ host comma separated host:port pairs, each correspondin ... icate , Zookeeper , watcher , Create , construct , host , session , This ...
https://man.plustar.jp/php/zookeeper.construct.html - [similar]
Establish the environment for connecting to CUBRID server 5996
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... nection will be made by default. <url> ::= CUBRID:<host>:<db_name>:<db_user>:<db_password>:[?<properties>] ... s> ::= <property> [&<property>] <properties> ::= alhosts=<alternative_hosts>[ &rctime=<time>] <properties> ... isconnect_on_query_timeout=true|false <alternative_hosts> ::= <standby_broker1_host>:<port> [,<standby_bro ... ker2_host>:<port>] <host> := HOSTNAME | IP_ADDR <time> := SE ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT