検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 107 for protocol (0.003 sec.)
指定したすべてのオブジェクトとそのオブジェクト ID を返す 7583
« snmp3_getnext snmp3_set » PHP Manual SNMP 関数 指定したすべてのオブジェクトとそのオブジェクト ... urity_name , string $security_level , string $auth_protocol , string $auth_passphrase , string $privacy_protoc ... ティレベル (noAuthNoPriv|authNoPriv|authPriv)。 auth_protocol 認証プロトコル (MD5 あるいは SHA)。 auth_passphras ... e 認証パスフレーズ。 privacy_protocol プライバシープロトコル (DES あるいは AES)。 privac ... ng , 指定 , walk , IF , STRING , security , auth , protocol , passphrase ...
https://man.plustar.jp/php/function.snmp3-real-walk.html - [similar]
The Yar_Client class 7468
« Yar_Server::handle Yar_Client::__call » PHP Manual Yar The Yar_Client class The Yar_Client cla ... 要 class Yar_Client { /* プロパティ */ protected $ _protocol ; protected $ _uri ; protected $ _options ; protec ... , mixed $value ): Yar_Client | false } プロパティ _protocol _uri _options _running 目次 Yar_Client::__call — C ... l , public , setOpt , construct , array , string , protocol , running ...
https://man.plustar.jp/php/class.yar-client.html - [similar]
SNMP オブジェクトの値を設定する 7353
« snmp3_real_walk snmp3_walk » PHP Manual SNMP 関数 SNMP オブジェクトの値を設定する snmp3_set (P ... urity_name , string $security_level , string $auth_protocol , string $auth_passphrase , string $privacy_protoc ... キュリティレベルに auth や priv を使っていなくても、 protocol/password には有効な値を指定しなくてはなりません。 ... ティレベル (noAuthNoPriv|authNoPriv|authPriv)。 auth_protocol 認証プロトコル (MD5 あるいは SHA)。 auth_passphras ... e 認証パスフレーズ。 privacy_protocol プライバシープロトコル (DES あるいは AES)。 privac ...
https://man.plustar.jp/php/function.snmp3-set.html - [similar]
事前に登録を解除された組み込みラッパーを復元する 7353
« stream_wrapper_register stream_wrapper_unregister » PHP Manual ストリーム 関数 事前に登録を解除 ... パーを復元する 説明 stream_wrapper_restore ( string $protocol ): bool stream_wrapper_unregister() で事前に登録を ... 解除した 組み込みラッパーを復元します。 パラメータ protocol 戻り値 成功した場合に true を、失敗した場合に fals ... み込み , 復元 , 登録 , stream , wrapper , restore , protocol , unregister ...
https://man.plustar.jp/php/function.stream-wrapper-restore.html - [similar]
URL ラッパーの登録を解除する 7237
« stream_wrapper_restore Swoole » PHP Manual ストリーム 関数 URL ラッパーの登録を解除する stream ... を解除する 説明 stream_wrapper_unregister ( string $protocol ): bool すでに定義されているストリームラッパーを無 ... 用可能にしたりすることが可能となります。 パラメータ protocol 戻り値 成功した場合に true を、失敗した場合に fals ... , 解除 , stream , wrapper , unregister , restore , protocol , 定義 , ユーザー , 成功 ...
https://man.plustar.jp/php/function.stream-wrapper-unregister.html - [similar]
Sets socket options 7122
« EventUtil::getSocketName EventUtil::sslRandPoll » PHP Manual EventUtil Sets socket options Eve ... l One of EventUtil::SOL_* constants. Specifies the protocol level at which the option resides. For example, to ... levels, such as TCP, can be used by specifying the protocol number of that level. Protocol numbers can be foun ...
https://man.plustar.jp/php/eventutil.setsocketoption.html - [similar]
ソケット(通信時の終端)を作成する 6956
« socket_create_pair socket_export_stream » PHP Manual ソケット 関数 ソケット(通信時の終端)を作 ... 説明 socket_create ( int $domain , int $type , int $protocol ): Socket | false 通信のエンドポイント(終端)と呼ば ... ペレーティングシステムでは実装されていないでしょう。 protocol protocol は、ソケット上の通信で使われる domain で指 ... トコルの一覧 名称 説明 icmp Internet Control Message Protocol は、主にゲートウェイやホストが、 データグラム通信に ... CMP アプリケーションの一例です。 udp User Datagram Protocol は、非接続指向の、信頼性の高くない、 固定のレコード ...
https://man.plustar.jp/php/function.socket-create.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 6956
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... メント mysqlnd_ps.c ネットワーク mysqlnd_net.c Wire protocol mysqlnd_wireprotocol.c C言語のオブジェクト指向パラ ... 、オブジェクトのメソッド関数テーブルを変更する Wire protocol (MYSQLND_PROTOCOL) MINIT (モジュール初期化) 時 また ... はその後 Yes mysqlnd_protocol_get_methods() または、オブジェクトのメソッド関数テ ... NET) mysqlnd_net_init() No Connection::init() Wire protocol (MYSQLND_PROTOCOL) mysqlnd_protocol_init() No Conn ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
定義済み定数 6841
« リソース型 PHP LDAP コールの使用法 » PHP Manual LDAP 定義済み定数 定義済み定数 以下の定数が定義 ... 設定します (PHP 5.3.0 以降で利用可能です)。 LDAP_OPT_PROTOCOL_VERSION ( int ) 使用する LDAP プロトコルのバージョ ... キーファイルのフルパスを指定します。 LDAP_OPT_X_TLS_PROTOCOL_MIN ( int ) プロトコルの最小バージョン。 LDAP_OPT_ ... X_TLS_PROTOCOL_SSL2 , LDAP_OPT_X_TLS_PROTOCOL_SSL3 , LDAP_OPT_X_T ... LS_PROTOCOL_TLS1_0 , LDAP_OPT_X_TLS_PROTOCOL_TLS1_1 , LDAP_OPT ...
https://man.plustar.jp/php/ldap.constants.html - [similar]
Lightweight Directory Access Protocol 6560
« GearmanException はじめに » PHP Manual その他のサービス Lightweight Directory Access Protocol ... Lightweight Directory Access Protocol はじめに インストール/設定 要件 インストール手順 実 ... ード: エントリ , 属性 , ディレクトリ , Lightweight , Protocol , Directory , ext , exop , 拡張 , DN ...
https://man.plustar.jp/php/book.ldap.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT