検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 5876 for Public (0.032 sec.)
The MongoDB\Driver\ReadPreference class 2017
« MongoDB\Driver\WriteConcern::unserialize MongoDB\Driver\ReadPreference::bsonSerialize » PHP Ma ... _MAX_STALENESS_SECONDS = 90 ; /* メソッド */ final public bsonSerialize (): object final public __construct ... $tagSets = null , array $options = array() ) final public getHedge (): ? object final public getMaxStaleness ... Seconds (): int final public getMode (): int final public getModeString (): str ... ing final public getTagSets (): array final public serialize (): st ...
https://man.plustar.jp/php/class.mongodb-driver-readpreference.html - [similar]
openssl_pkey_get_public のエイリアス 2017
« openssl_get_privatekey openssl_open » PHP Manual OpenSSL 関数 openssl_pkey_get_public のエイリ ... アス openssl_get_publickey (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) openssl_g ... et_publickey — openssl_pkey_get_public() のエイリアス 説明 こ ... の関数は次の関数のエイリアスです。 openssl_pkey_get_public() . 関連キーワード: pkey , public , 関数 , publick ...
https://man.plustar.jp/php/function.openssl-get-publickey.html - [similar]
The SyncSharedMemory class 2007
« SyncReaderWriter::writeunlock SyncSharedMemory::__construct » PHP Manual Sync The SyncSharedMe ... クラス概要 class SyncSharedMemory { /* メソッド */ public __construct ( string $name , int $size ) public fi ... rst (): bool public read ( int $start = 0 , int $length = ? ) public s ... ize (): int public write ( string $string = ? , int $start = 0 ) } 目 ... ワード: SyncSharedMemory , memory , shared , named , public , int , size , construct , string , read ...
https://man.plustar.jp/php/class.syncsharedmemory.html - [similar]
Creates new connection listener associated with an event base 2007
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... ection listener associated with an event base 説明 public EventListener::__construct ( EventBase $base , cal ... lass MyListenerConnection { private $bev , $base ; public function __destruct () { $this -> bev -> free (); ... } public function __construct ( $base , $fd ) { $this -> ba ... )) { echo "Failed to enable READ\n" ; return; } } public function echoReadCallback ( $bev , $ctx ) { // Cop ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する 2007
« openssl_decrypt openssl_digest » PHP Manual OpenSSL 関数 ローカルのDH秘密鍵とリモート側のDH公開 ... ットを計算する 説明 openssl_dh_compute_key ( string $public_key , OpenSSLAsymmetricKey $private_key ): string ... 3.0.0 以降でのみサポートされています。 パラメータ public_key リモート側の DH 公開鍵 private_key ローカル側の ... ティリティを使う必要があります。 # generate private/public key keypair openssl dhparam -out dhparam.pem 2048 ... aramfile dhparam.pem -out privatekey.pem # extract public key only openssl pkey -in privatekey.pem -pubout - ...
https://man.plustar.jp/php/function.openssl-dh-compute-key.html - [similar]
署名を検証する 2007
« openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する op ... ymmetricKey | OpenSSLCertificate | array | string $public_key , string | int $algorithm = OPENSSL_ALGO_SHA1 ... ): int | false openssl_verify() は、 public_key が指す公開鍵を使用し、 指定した data に関して ... n() もしくはそれと同等の手段を使って生成したもの。 public_key OpenSSLAsymmetricKey - openssl_get_publickey() ... 返す鍵。 string - PEM フォーマットの鍵 ("-----BEGIN PUBLIC KEY----- MIIBCgK..." など)。 algorithm int - いずれ ...
https://man.plustar.jp/php/function.openssl-verify.html - [similar]
Menu Item 1998
« UI\Menu::__construct UI\MenuItem::disable » PHP Manual UI Menu Item Menu Item (UI 0.9.9) はじめ ... Menu クラス概要 class UI\MenuItem { /* メソッド */ public disable () public enable () public isChecked (): b ... ool protected onClick () public setChecked ( bool $checked ) } 目次 UI\MenuItem::d ... t Checked 関連キーワード: Menu , Item , MenuItem , public , disable , onClick , Checked , setChecked , isChe ...
https://man.plustar.jp/php/class.ui-menuitem.html - [similar]
キーの詳細の配列を返す 1998
« openssl_pkey_free openssl_pkey_get_private » PHP Manual OpenSSL 関数 キーの詳細の配列を返す op ... キーのデータが返されます。 キー 説明 "n" modulus "e" public exponent "d" private exponent "p" prime 1 "q" prim ... ーのデータが返されます。 キー 説明 "p" prime number (public) "q" 160-bit subprime, q | p-1 (public) "g" genera ... tor of subgroup (public) "priv_key" private key x "pub_key" public key y = ... p (shared) "priv_key" private DH value x "pub_key" public DH value g^x OPENSSL_KEYTYPE_EC の場合は "ec" とい ...
https://man.plustar.jp/php/function.openssl-pkey-get-details.html - [similar]
TableDelete クラス 1989
« Table::update TableDelete::bind » PHP Manual Mysql_xdevapi TableDelete クラス TableDelete クラ ... plements mysql_xdevapi\Executable { /* メソッド */ public bind ( array $placeholder_values ): mysql_xdevapi\ ... TableDelete public execute (): mysql_xdevapi\Result public limit ( in ... t $rows ): mysql_xdevapi\TableDelete public orderby ( string $orderby_expr ): mysql_xdevapi\Ta ... bleDelete public where ( string $where_expr ): mysql_xdevapi\TableD ...
https://man.plustar.jp/php/class.mysql-xdevapi-tabledelete.html - [similar]
ReflectionNamedType クラス 1989
« ReflectionMethod::__toString ReflectionNamedType::getName » PHP Manual リフレクション Reflecti ... nNamedType extends ReflectionType { /* メソッド */ public getName (): string public isBuiltin (): bool /* 継 ... 承したメソッド */ public ReflectionType::allowsNull (): bool public Reflect ... べる 関連キーワード: ReflectionNamedType , クラス , public , ReflectionType , getName , isBuiltin , string , ...
https://man.plustar.jp/php/class.reflectionnamedtype.html - [similar]