検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 746 for SERVER (0.945 sec.)
実行時設定 3095
« Building the MongoDB PHP Driver from source 定義済み定数 » PHP Manual インストール/設定 実行時 ... ve information, such as credentials to the MongoDB server and full documents written to or read from the ser ...
https://man.plustar.jp/php/mongodb.configuration.html - [similar]
ブラウザからのリクエストを、phar アーカイブ内部のファイルに転送する 3095
« Phar::unlinkArchive PharData » PHP Manual Phar ブラウザからのリクエストを、phar アーカイブ内部 ... ブベースの phar で使うものです。 このメソッドは、 $_SERVER['REQUEST_URI'] をパースして ウェブブラウザからのリ ... 必要に応じて PHP ファイルをパースします。 Phar::mungServer() や Phar::interceptFileFuncs() と組み合わせて使用 ... を使っている場合、この関数に渡されるパラメータは $_SERVER['PATH_INFO'] の値になります。 それ以外の場合、この ... 関数に渡されるパラメータは $_SERVER['REQUEST_URI'] の値になります。 文字列を返した場合 ...
https://man.plustar.jp/php/phar.webphar.html - [similar]
Connect the socket 3095
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ... ntext and allocate request socket from it <?php /* Server hostname */ $dsn = "tcp://127.0.0.1:5555" ; /* Cre ... Hello!" ); $message = $socket -> recv (); echo "<p>Server said: { $message } </p>" ; ?> 関連キーワード: ZMQS ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
Apache の subprocess_env 変数を取得する 3075
« apache_get_version apache_lookup_uri » PHP Manual Apache 関数 Apache の subprocess_env 変数を取 ... 1 apache_getenv() の例 この例は、Apache の環境変数 SERVER_ADDR をどの様に取得するかを示しています。 <?php $r ... et = apache_getenv ( "SERVER_ADDR" ); echo $ret ; ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/function.apache-getenv.html - [similar]
拡張されたオペレーションを実行する 3075
« ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda ... , string $reqoid , string $reqdata = null , array $serverctrls = null , string &$retdata = ? , string &$reto ... もありますし、 BERエンコードが必要な場合もあります。 serverctrls リクエストと一緒に送信する LDAP コントロール ... のバージョンでは、 リソース を期待していました。 7.3 serverctrls のサポートが追加されました。 例 例1 Whoami 拡 ... ldap_connect ( "localhost" ); // assuming the LDAP server is on this host if ( $ds ) { // bind with appropri ...
https://man.plustar.jp/php/function.ldap-exop.html - [similar]
Basic Gearman client and worker, submitting tasks 3075
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... ent $gmc = new GearmanClient (); # add the default server (localhost) $gmc -> addServer (); # register some ... t. $gmworker = new GearmanWorker (); # Add default server (localhost). $gmworker -> addServer (); # Register ... function "reverse" with the server. Change the worker function to # "reverse_fn_fast" ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Set socket I/O activity timeout 3075
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... t. $gmworker = new GearmanWorker (); # Add default server (localhost). $gmworker -> addServer (); # Register ... function "reverse" with the server. $gmworker -> addFunction ( "reverse" , "reverse_f ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]
定義済み定数 3075
« mysqli 拡張モジュールでの持続的接続 ノート » PHP Manual MySQLi 定義済み定数 定義済み定数 以下の ... す。 mysqlnd でのみ有効です。 MYSQLI_OPT_SSL_VERIFY_SERVER_CERT MySQL 5.1.10 以降が必要です。 MYSQLI_INIT_COM ... bug() 機能が有効の場合に 1 が設定されます。 MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED MYSQLI_SERVER_QUERY_NO_IN ... DEX_USED MYSQLI_SERVER_PUBLIC_KEY MYSQLI_REFRESH_GRANT 権限テーブルをリフ ... SHOT" で開始します。 MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT MySQL 5.6.5 以降が必要です。 MYSQLI_IS_MARIAD ...
https://man.plustar.jp/php/mysqli.constants.html - [similar]
3075
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... ) { if (! array_key_exists ( 'HTTP_USER_AGENT' , $_SERVER )) return "Other" ; $uas = $_SERVER [ 'HTTP_USER_A ... ); header ( "Content-Length: $filesize " ); if ( $_SERVER [ 'REQUEST_METHOD' ] == "HEAD" ) die(); while (! f ...
https://man.plustar.jp/php/rar.examples.html - [similar]
Enables caching for result grouping 3075
« SolrQuery::setGroup SolrQuery::setGroupFacet » PHP Manual SolrQuery Enables caching for result ... earches; this option caches the second search. The server default value is 0. Testing has shown that group c ... he number of results to return for each group. The server default value is 1 SolrQuery::setGroupMain() - If ...
https://man.plustar.jp/php/solrquery.setgroupcachepercent.html - [similar]