検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 710 for user (0.011 sec.)
RADIUS Packet Types 6626
« RADIUS Options RADIUS Attribute Types » PHP Manual 定義済み定数 RADIUS Packet Types RADIUS Pac ... ( int ) An Access-Request, used to authenticate a user against a RADIUS server. Access request packets mu ... S_IDENTIFIER attribute, must also include a RADIUS_USER_PASSWORD , RADIUS_CHAP_PASSWORD or a RADIUS_STATE ... attribute, and should include a RADIUS_USER_NAME attribute. RADIUS_ACCESS_ACCEPT ( int ) An Ac ... ndicating that the RADIUS server authenticated the user successfully. RADIUS_ACCESS_REJECT ( int ) An Acce ...
https://man.plustar.jp/php/radius.constants.packets.html - [similar]
Sets User Fields parameter (uf) 6508
« SolrDisMaxQuery::setTrigramPhraseSlop SolrDisMaxQuery::useDisMaxQueryParser » PHP Manual SolrD ... isMaxQuery Sets User Fields parameter (uf) SolrDisMaxQuery::setUserFiel ... ailable, might only be in Git) SolrDisMaxQuery::setUserFields — Sets User Fields parameter (uf) 説明 publi ... c SolrDisMaxQuery::setUserFields ( string $fields ): SolrDisMaxQuery Sets Use ... r Fields parameter (uf) User Fields: Specifies which schema fields the end user ...
https://man.plustar.jp/php/solrdismaxquery.setuserfields.html - [similar]
php_user_filter クラス 6354
« ストリームラッパーとして登録するクラスの例 php_user_filter::filter » PHP Manual ストリーム php ... _user_filter クラス php_user_filter クラス (PHP 5, PHP 7 ... 出されないので注意して下さい: 初期化については、 php_user_filter::onCreate() を変わりに使うべきです。 クラス ... 概要 class php_user_filter { /* プロパティ */ public string $ filterna ... で登録するフィルタの名前。 params stream 目次 php_user_filter::filter — フィルタを適用するときにコールされ ...
https://man.plustar.jp/php/class.php-user-filter.html - [similar]
Bind the connection to a user defined user ID. 6319
« Swoole\Server::after Swoole\Server::clearTimer » PHP Manual Swoole\Server Bind the connection ... to a user defined user ID. Swoole\Server::bind (PECL swoole ... .0) Swoole\Server::bind — Bind the connection to a user defined user ID. 説明 public Swoole\Server::bind ( ... d ): bool パラメータ fd uid 戻り値 関連キーワード: user , Bind , onnection , defined , Swoole , Server , b ...
https://man.plustar.jp/php/swoole-server.bind.html - [similar]
ケース 3: doc_root または user_dir を設定 6228
« ケース 2: cgi.force_redirect を使用 ケース 4: Webツリーの外にPHPパーサを置く » PHP Manual CGI ... バイナリとしてインストール ケース 3: doc_root または user_dir を設定 ケース 3: doc_root または user_dir を設 ... _root リクエストのパス情報を用いて作成し、 (以下の user_dir を除き、)確実に このディレクトリの外側でスクリ ... いようにします。 ここで利用可能な別のオプションは、 user_dir です。user_dir が設定されていない場合、 開かれ ... を制御するのは、 doc_root のみです。 http://my.host/~user/doc.php のような URL は、ユーザーホームディレクトリ ...
https://man.plustar.jp/php/security.cgi-bin.doc-root.html - [similar]
RADIUS Attribute Types 6165
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... radius_put_int() and radius_put_string() . RADIUS_USER_NAME ( int ) The User-Name attribute. The attribut ... expected to be a string containing the name of the user being authenticated, and can be set using radius_p ... ut_attr() . RADIUS_USER_PASSWORD ( int ) The User-Password attribute. The ... te value is expected to be a string containing the user's password, and can be set using radius_put_attr() ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
.user.ini ファイル 6074
« 設定ファイル どこで設定を行うのか » PHP Manual 実行時設定 .user.ini ファイル .user.ini ファイル ... ファイルがあるディレクトリだけをスキャンします。 .user.ini 形式の INI ファイルがサポートするのは、 モード ... が PHP_INI_PERDIR および PHP_INI_USER の項目のみです。 ふたつの新しい INI ディレクティブ ... user_ini.filename および user_ini.cache_ttl で、ユーザー ... INI ファイルの使用法を制御します。 user_ini.filename は、PHP が各ディレクトリで探すファイル ...
https://man.plustar.jp/php/configuration.file.per-user.html - [similar]
Register a user-defined callback function for Oracle Database TAF 5955
« oci_pconnect oci_result » PHP Manual OCI8 関数 Register a user-defined callback function for O ... 8 >= 2.1.7) oci_register_taf_callback — Register a user-defined callback function for Oracle Database TAF ... nection , ? callable $callback ): bool Registers a user-defined callback function to connection . If conne ... register_taf_callback() to explicitly unregister a user-defined callback. TAF callback registration will N ... ection An Oracle connection identifier. callback A user-defined callback to register for Oracle TAF. It ca ...
https://man.plustar.jp/php/function.oci-register-taf-callback.html - [similar]
Adds a field to User Fields Parameter (uf) 5711
« SolrDisMaxQuery::addTrigramPhraseField SolrDisMaxQuery::__construct » PHP Manual SolrDisMaxQue ... ry Adds a field to User Fields Parameter (uf) SolrDisMaxQuery::addUserFiel ... ailable, might only be in Git) SolrDisMaxQuery::addUserField — Adds a field to User Fields Parameter (uf) ... 説明 public SolrDisMaxQuery::addUserField ( string $field ): SolrDisMaxQuery Adds a fie ... ld to The User Fields Parameter (uf) パラメータ field Field Name ...
https://man.plustar.jp/php/solrdismaxquery.adduserfield.html - [similar]
Yaf_Route_Rewrite のコンストラクタ 5676
« Yaf_Route_Rewrite::assemble Yaf_Route_Rewrite::route » PHP Manual Yaf_Route_Rewrite Yaf_Route_ ... "rewrite" , //Yaf_Route_Rewrite route "match" => "/user-list/:id" , //match only /user/list/?/ "route" => ... array( 'controller' => "user" , //route to user controller, 'action' => "list" ... えば以下のようになります。 /* http://yourdomain.com/user-list/22 * の場合はこのような結果になります */ arra ... y( "controller" => "user", "action" => "list", "module" => "index", //(defa ...
https://man.plustar.jp/php/yaf-route-rewrite.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT