検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 372 for private (0.011 sec.)
ErrorException 4836
« Exception::__clone ErrorException::__construct » PHP Manual 定義済みの例外 ErrorException Erro ... したプロパティ */ protected string $ message = "" ; private string $ string = "" ; protected int $ code ; prot ... ected string $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previou ... (): string public Exception::__toString (): string private Exception::__clone (): void } プロパティ severity ... public , int , final , 例外 , protected , bjori , private ...
https://man.plustar.jp/php/class.errorexception.html - [similar]
S/MIME 暗号化されたメッセージを復号する 4836
« openssl_pkcs12_read openssl_pkcs7_encrypt » PHP Manual OpenSSL 関数 S/MIME 暗号化されたメッセー ... cKey | OpenSSLCertificate | array | string | null $private_key = null ): bool input_filename で指定したファイ ... の S/MIME 暗号化されたメッセージを、 certificate と private_key で 指定した証明書とそれに関連付けられた秘密鍵を ... ame で指定したファイルに出力されます。 certificate private_key 戻り値 成功した場合に true を、失敗した場合に ... false を返します。 変更履歴 バージョン 説明 8.0.0 private_key は、 OpenSSLAsymmetricKey または OpenSSLCertif ...
https://man.plustar.jp/php/function.openssl-pkcs7-decrypt.html - [similar]
オーバーロード 4836
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... ): void __set() は、 アクセス不能(protected または private)または存在しないプロパティへデータを書き込む際に実 ... れます。 __get() は、 アクセス不能(protected または private)または存在しないプロパティからデータを読み込む際に ... ) あるいは empty() をアクセス不能(protected または private)または存在しないプロパティに対して実行したときに起 ... set() は、 unset() をアクセス不能(protected または private)または存在しないプロパティに対して実行したときに起 ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
署名を検証する 4801
« openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する op ... $data = 'my data' ; // 新しい秘密鍵と公開鍵を作成 $private_key_res = openssl_pkey_new (array( "private_key_bi ... ts" => 2048 , "private_key_type" => OPENSSL_KEYTYPE_RSA , )); $details = ... openssl_pkey_get_details ( $private_key_res ); $public_key_res = openssl_pkey_get_publ ... // 署名を作成 openssl_sign ( $data , $signature , $private_key_res , "sha256WithRSAEncryption" ); // 署名を検 ...
https://man.plustar.jp/php/function.openssl-verify.html - [similar]
オブジェクトの継承 4801
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ ... 共通機能を再実装する必要がなくなります。 親クラスの private メソッドは、子クラスからアクセスすることができませ ... の結果として、子クラスは通常の継承のルールを無視して private メソッドそのものを再実装することができてしまいます ... のバージョンでは、 final と static に関連する制限が private メソッドに適用されていました。 PHP 8.0.0 以降では、 ... private メソッドの規則が強制されるのは private final として宣言されたコンストラクタのみになりまし ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
S/MIME メッセージに署名する 4740
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... ymmetricKey | OpenSSLCertificate | array | string $private_key , ? array $headers , int $flags = PKCS7_DETACH ... のファイルの内容を取得し、 パラメータ certificate と private_key で 指定した証明書とそれに対応する秘密鍵を用いて ... ストは、 キー/証明書パラメータ を参照してください。 private_key private_key は、 certificate に対応する秘密鍵で ... X.509 CSR 型のリソースを受け入れていました。 8.0.0 private_key は、 OpenSSLAsymmetricKey または OpenSSLCertif ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
HashContext クラス 4704
« 定義済み定数 HashContext::__construct » PHP Manual Hash HashContext クラス HashContext クラス ... クラス概要 final class HashContext { /* メソッド */ private __construct () public __serialize (): array public ... ay $data ): void } 目次 HashContext::__construct — private なコンストラクタのため、直接インスタンス化できませ ... ジェクト , data , unserialize , array , serialize , private ...
https://man.plustar.jp/php/class.hashcontext.html - [similar]
The MongoDB\Driver\Exception\RuntimeException class 4704
« MongoDB\Driver\Exception\LogicException MongoDB\Driver\Exception\RuntimeException::hasErrorLab ... したプロパティ */ protected string $ message = "" ; private string $ string = "" ; protected int $ code ; prot ... ected string $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previou ... (): string public Exception::__toString (): string private Exception::__clone (): void } プロパティ errorLabe ...
https://man.plustar.jp/php/class.mongodb-driver-exception-runtimeexception.html - [similar]
Adds values to the set 4704
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... se as the hash value. Does not define equality. */ private $value ; public function __construct ( $value ) { ... (ArrayIterator)#2 (1) { ["storage":"ArrayIterator":private]=> array(0) { } } [1]=> object(stdClass)#3 (0) { } ... (HashableObject)#5 (1) { ["value":"HashableObject":private]=> int(1) } [4]=> object(HashableObject)#6 (1) { [ ... "value":"HashableObject":private]=> int(2) } } 関連キーワード: values , Set , Ds , ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
mysqli_warning クラス 4669
« mysqli_driver::$report_mode mysqli_warning::__construct » PHP Manual MySQLi mysqli_warning クラ ... g $ sqlstate ; public int $ errno ; /* メソッド */ private __construct () public next (): bool } プロパティ m ... ning::__construct — インスタンス化を禁止するための private なコンストラクタ mysqli_warning::next — 次の警告を ... i , warning , クラス , public , construct , next , private , errno , sqlstate , string ...
https://man.plustar.jp/php/class.mysqli-warning.html - [similar]