検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 746 for server (0.036 sec.)
最大 4 つまでの $_SERVER 変数を実行時に変更させる 3603
« Phar::mount Phar::offsetExists » PHP Manual Phar 最大 4 つまでの $_SERVER 変数を実行時に変更さ ... せる Phar::mungServer (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) ... Phar::mungServer — 最大 4 つまでの $_SERVER 変数を実行時に変更させる ... 説明 final public static Phar::mungServer ( array $variables ): void Phar::mungServer() は、 ... カイブのスタブ内でのみ使用します。 最大 4 つまでの $_SERVER 変数を指定し、 実行時に変更させます。phar の実行時 ...
https://man.plustar.jp/php/phar.mungserver.html - [similar]
要件 3603
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 The SQLSRV extensi ... ems: Windows Vista Service Pack 2 or later Windows Server 2008 Service Pack 2 or later Windows Server 2008 R ... e SQLSRV extension requires that the Microsoft SQL Server 2012 Native Client be installed on the same comput ... er that is running PHP. If the Microsoft SQL Server 2012 Native Client is not already installed, click ...
https://man.plustar.jp/php/sqlsrv.requirements.html - [similar]
Get Document By Id. Utilizes Solr Realtime Get (RTG) 3590
« SolrClient::__destruct SolrClient::getByIds » PHP Manual SolrClient Get Document By Id. Utiliz ... strap.php" ; $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME , 'pass ... word' => SOLR_SERVER_PASSWORD , 'port' => SOLR_SERVER_PORT , 'path' => ... SOLR_SERVER_PATH ); $client = new SolrClient ( $options ); $re ...
https://man.plustar.jp/php/solrclient.getbyid.html - [similar]
PHP による HTTP 認証 3576
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... 入された状態で呼ばれます。 定義済みの変数は、配列 $_SERVER でアクセス可能です。 "Basic" 認証 と "Digest" 認証 ... します。 例1 Basic HTTP 認証の例 <?php if (!isset( $_SERVER [ 'PHP_AUTH_USER' ])) { header ( "WWW-Authenticate ... キスト\n" ; exit; } else { echo "<p>こんにちは、 { $_SERVER [ 'PHP_AUTH_USER' ]} さん。</p>" ; echo "<p>あなた ... は、 { $_SERVER [ 'PHP_AUTH_PW' ]} をパスワードとして入力しました。 ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 3576
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... iginate from the Microsoft Drivers for PHP for SQL Server, a SQLSTATE of IMSSP. For warnings that originate ... from the Microsoft Drivers for PHP for SQL Server, a SQLSTATE of 01SSP. code For errors that origina ... te from SQL Server, the native SQL Server error code. For errors that ... iginate from the Microsoft Drivers for PHP for SQL Server, the Microsoft Drivers for PHP for SQL Server erro ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
インターネットドメインまたは Unix ドメインのサーバーソケットを作成する 3562
« stream_socket_sendto stream_socket_shutdown » PHP Manual ストリーム 関数 インターネットドメイン ... ドメインのサーバーソケットを作成する stream_socket_server (PHP 5, PHP 7, PHP 8) stream_socket_server — インタ ... インのサーバーソケットを作成する 説明 stream_socket_server ( string $address , int &$error_code = null , stri ... ng &$error_message = null , int $flags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN , ? resource $context ... ールドです。 注意 : UDP ソケットに対しては、 STREAM_SERVER_BIND を flags パラメータとして使用する必要がありま ...
https://man.plustar.jp/php/function.stream-socket-server.html - [similar]
The MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent class 3542
« MongoDB\Driver\Monitoring\ServerOpeningEvent::getTopologyId MongoDB\Driver\Monitoring\ServerHe ... DB\Driver\Monitoring The MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent class The MongoDB\Driver\Monit ... oring\ServerHeartbeatFailedEvent class (mongodb >=1.13.0) はじめ ... に The MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent class encapsulates information ... about a failed server heartbeat. クラス概要 final class MongoDB\Driver\M ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-serverheartbeatfailed... - [similar]
The MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent class 3542
« MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::isAwaited MongoDB\Driver\Monitoring\Server ... DB\Driver\Monitoring The MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent class The MongoDB\Driver\Mo ... nitoring\ServerHeartbeatSucceededEvent class (mongodb >=1.13.0) は ... じめに The MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent class encapsulates informat ... ion about a successful server heartbeat. クラス概要 final class MongoDB\Driver\M ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-serverheartbeatsuccee... - [similar]
サービスマネージャとの接続を切断する 3542
« ibase_service_attach ibase_set_event_handler » PHP Manual Firebird/InterBase 関数 サービスマネ ... 'LI-V3.0.4.33054 Firebird 3.0'のようなもの)を取得 $server_version = ibase_server_info ( $service , IBASE_SVC ... _SERVER_VERSION ); // サーバの実装を取得 ('Firebird/Linux/ ... AMD/Intel/x64' のようなもの) $server_implementation = ibase_server_info ( $service , IB ...
https://man.plustar.jp/php/function.ibase-service-detach.html - [similar]
Set callback for connection close 3528
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... ections using HTTP API. * * Usage: * 1) Launch the server: * $ php examples/http_closecb.php 4242 * * 2) Lau ... 4242 * GET / HTTP/1.0 * Connection: close * * The server will output something similar to the following: * ... process, or just press Ctrl-C. * * 4) Check if the server called _close_callback. * The script should output ... ck" string to standard output. * * 5) Check if the server's process has no orphaned connections, * e.g. with ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]