Results of 1 - 10 of about 111 for Methods (0.002 sec.)
- ネゴシエートされたメソッドのリストを返す 13151
- « ssh2_forward_listen ssh2_poll » PHP Manual SSH2 関数 ネゴシエートされたメソッドのリストを返す
...
ssh2_methods_negotiated (PECL ssh2 >= 0.9.0) ssh2_methods_negot ...
ネゴシエートされたメソッドのリストを返す 説明 ssh2_methods_negotiated ( resource $session ): array ネゴシエー ...
tion = ssh2_connect ( 'shell.example.com' , 22 ); $methods = ssh2_methods_negotiated ( $connection ); echo "E ...
ncryption keys were negotiated using: { $methods [ 'kex' ]} \n" ; echo "Server identified using an ...
-
https://man.plustar.jp/php/function.ssh2-methods-negotiated.html
- [similar]
- Sets the what HTTP methods are supported in requests accepted by this server, an... 11694
- « EventHttp::removeServerAlias EventHttp::setCallback » PHP Manual EventHttp Sets the what HTTP
...
and passed to user callbacks EventHttp::setAllowedMethods (PECL event >= 1.4.0-beta) EventHttp::setAllowedMe ...
thods — Sets the what HTTP methods are supported in requests accepted by this server, ...
to user callbacks 説明 public EventHttp::setAllowedMethods ( int $methods ): void Sets the what HTTP methods ...
" response. By default this includes the following methods: GET , POST , HEAD , PUT , DELETE . See EventHttpR ...
-
https://man.plustar.jp/php/eventhttp.setallowedmethods.html
- [similar]
- クラスメソッドの名前を取得する 10985
- « get_called_class get_class_vars » PHP Manual クラス/オブジェクト関数 クラスメソッドの名前を取得
...
する get_class_methods (PHP 4, PHP 5, PHP 7, PHP 8) get_class_methods — ク ...
ラスメソッドの名前を取得する 説明 get_class_methods ( object | string $object_or_class ): array クラス ...
ス名を受け入れるようになりました。 例 例1 get_class_methods() の例 <?php class myclass { // コンストラクタ fun ...
2 function myfunc2 () { return( true ); } } $class_methods = get_class_methods ( 'myclass' ); // あるいは $cl ...
-
https://man.plustar.jp/php/function.get-class-methods.html
- [similar]
- Returns array with of the names of the methods supported in this version of Libe... 9515
- « Event::free Event::pending » PHP Manual Event Returns array with of the names of the methods s
...
ted in this version of Libevent Event::getSupportedMethods (PECL event >= 1.2.6-beta) Event::getSupportedMeth ...
ods — Returns array with of the names of the methods supported in this version of Libevent 説明 public ...
static Event::getSupportedMethods (): array Returns array with of the names of the m ...
Event , array , Returns , supported , getSupportedMethods , version , Libevent , methods , names , パラメータ ...
-
https://man.plustar.jp/php/event.getsupportedmethods.html
- [similar]
- MySQL Native Driverプラグイン のアーキテクチャ 9287
- « mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ
...
original function table */ struct st_mysqlnd_conn_methods org_methods; void minit_register_hooks(TSRMLS_D) { ...
/* active function table */ struct st_mysqlnd_conn_methods * current_methods = mysqlnd_conn_get_methods(); /* ...
backup original function table */ memcpy(&org_methods, current_methods, sizeof(struct st_mysqlnd_conn_me ...
thods); /* install new methods */ current_methods->query = MYSQLND_METHOD(my_conn ...
-
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html
- [similar]
- 利用可能なダイジェスト・メソッドを取得 9160
- « openssl_get_curve_names openssl_get_privatekey » PHP Manual OpenSSL 関数 利用可能なダイジェスト
...
・メソッドを取得 openssl_get_md_methods (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_get_md_meth ...
能なダイジェスト・メソッドを取得 説明 openssl_get_md_methods ( bool $aliases = false ): array 利用可能なダイジェ ...
ダイジェスト・メソッドの array 例 例1 openssl_get_md_methods() の例 どのように利用可能なダイジェストが見るか、お ...
利用可能か示します。 <?php $digests = openssl_get_md_methods (); $digests_and_aliases = openssl_get_md_methods ...
-
https://man.plustar.jp/php/function.openssl-get-md-methods.html
- [similar]
- Rising/Falling Three Methods 8691
- « trader_cdlrickshawman trader_cdlseparatinglines » PHP Manual Trader 関数 Rising/Falling Three
...
Methods trader_cdlrisefall3methods (PECL trader >= 0.2.0) trader_cdlrisefall3methods ...
— Rising/Falling Three Methods 説明 trader_cdlrisefall3methods ( array $open , ar ...
lculated data or false on failure. 関連キーワード: Methods , Rising , array , trader , 配列 , 実数 , cdlrisef ...
-
https://man.plustar.jp/php/function.trader-cdlrisefall3methods.html
- [similar]
- Upside/Downside Gap Three Methods 8691
- « trader_cdlupsidegap2crows trader_ceil » PHP Manual Trader 関数 Upside/Downside Gap Three Methods
...
ds trader_cdlxsidegap3methods (PECL trader >= 0.2.0) trader_cdlxsidegap3methods ...
— Upside/Downside Gap Three Methods 説明 trader_cdlxsidegap3methods ( array $open , ar ...
r false on failure. 関連キーワード: Upside , Gap , Methods , Downside , array , trader , 配列 , 実数 , cdlxsi ...
-
https://man.plustar.jp/php/function.trader-cdlxsidegap3methods.html
- [similar]
- 利用可能な暗号メソッドを取得 7931
- « openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ
...
ッドを取得 openssl_get_cipher_methods (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_get_cipher_ ...
利用可能な暗号メソッドを取得 説明 openssl_get_cipher_methods ( bool $aliases = false ): array 利用可能な暗号メソ ...
れることに注意して下さい。 例 例1 openssl_get_cipher_methods() の例 どのように利用可能な暗号が見るか、およびどの ...
可能か示します。 <?php $ciphers = openssl_get_cipher_methods (); $ciphers_and_aliases = openssl_get_cipher_meth ...
-
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html
- [similar]
- Compose a class 7880
- « uopz_backup uopz_copy » PHP Manual Uopz 関数 Compose a class uopz_compose (PECL uopz 1, PECL u
...
z_compose ( string $name , array $classes , array $methods = ? , array $properties = ? , int $flags = ? ): vo ...
asses An array of class, interface and trait names methods An associative array of methods, values are either ...
array , Compose , a , compose , string , classes , methods , properties , An ...
-
https://man.plustar.jp/php/function.uopz-compose.html
- [similar]