検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 372 for private (0.021 sec.)
プロパティのアクセス範囲を設定する 5065
« ReflectionProperty::isStatic ReflectionProperty::setValue » PHP Manual ReflectionProperty プロ ... Property::setValue() メソッド経由で、 protected や private なプロパティにアクセス可能にします。 注意 : PHP 8. ... せん。 例 例1 簡単なクラス定義 <?php class MyClass { private $foo = 'bar' ; } $property = new ReflectionPropert ... す。 bar Fatal error: Uncaught Error: Cannot access private property MyClass::$foo in /in/WJqTv:12 参考 Reflec ... tionProperty::isPrivate() - private プロパティであるかどうかを調べる Refle ...
https://man.plustar.jp/php/reflectionproperty.setaccessible.html - [similar]
CSR をファイルにエクスポートする 5030
« openssl_cms_verify openssl_csr_export » PHP Manual OpenSSL 関数 CSR をファイルにエクスポートす ... bject = array( "commonName" => "example.com" , ); $private_key = openssl_pkey_new (array( "private_key_bits" ... => 2048 , "private_key_type" => OPENSSL_KEYTYPE_RSA , )); $csr = open ... ssl_csr_new ( $subject , $private_key , array( 'digest_alg' => 'sha384' ) ); openssl ... _pkey_export_to_file ( $private_key , 'example-priv.key' ); // Along with the subj ...
https://man.plustar.jp/php/function.openssl-csr-export-to-file.html - [similar]
Exception 5004
« 定義済みの例外 Exception::__construct » PHP Manual 定義済みの例外 Exception Exception (PHP 5, ... /* プロパティ */ protected string $ message = "" ; private string $ string = "" ; protected int $ code ; prot ... ected string $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previou ... ceAsString (): string public __toString (): string private __clone (): void } プロパティ message 例外メッセー ... lic , final , 取得 , Throwable , int , protected , private ...
https://man.plustar.jp/php/class.exception.html - [similar]
公開鍵でデータを復号する 5004
« openssl_private_encrypt openssl_public_encrypt » PHP Manual OpenSSL 関数 公開鍵でデータを復号す ... : bool openssl_public_decrypt() は、事前に openssl_private_encrypt() で暗号化された data を復号し、それを dec ... 09 型のリソースを受け入れていました。 参考 openssl_private_encrypt() - 秘密鍵でデータを暗号化する openssl_pri ... ド: データ , 復号 , public , data , key , decrypt , private , encrypt , string , decrypted ...
https://man.plustar.jp/php/function.openssl-public-decrypt.html - [similar]
Error 4968
« ErrorException::getSeverity Error::__construct » PHP Manual 定義済みの例外 Error Error (PHP 7, ... /* プロパティ */ protected string $ message = "" ; private string $ string = "" ; protected int $ code ; prot ... ected string $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previou ... ceAsString (): string public __toString (): string private __clone (): void } プロパティ message エラーメッセ ... ラー , final , 取得 , Throwable , int , protected , private , construct ...
https://man.plustar.jp/php/class.error.html - [similar]
キーの詳細の配列を返す 4933
« openssl_pkey_free openssl_pkey_get_private » PHP Manual OpenSSL 関数 キーの詳細の配列を返す op ... ます。 キー 説明 "n" modulus "e" public exponent "d" private exponent "p" prime 1 "q" prime 2 "dmp1" exponent1, ... lic) "g" generator of subgroup (public) "priv_key" private key x "pub_key" public key y = g^x OPENSSL_KEYTYPE ... (shared) "g" generator of Z_p (shared) "priv_key" private DH value x "pub_key" public DH value g^x OPENSSL_K ... coordinate (public) "y" y coordinate (public) "d" private key 変更履歴 バージョン 説明 8.0.0 key は、 OpenSS ...
https://man.plustar.jp/php/function.openssl-pkey-get-details.html - [similar]
ReflectionClass を作成する 4898
« ReflectionClass ReflectionClass::export » PHP Manual ReflectionClass ReflectionClass を作成する ... default> protected $message ] Property [ <default> private $string ] Property [ <default> protected $code ] P ... [ <default> protected $line ] Property [ <default> private $trace ] Property [ <default> private $previous ] ... } - Methods [10] { Method [ <internal:Core> final private method __clone ] { } Method [ <internal:Core, ctor ... , 作成 , final , default , Property , construct , private , クラス ...
https://man.plustar.jp/php/reflectionclass.construct.html - [similar]
ReflectionClass オブジェクトの文字列表現を返す 4898
« ReflectionClass::setStaticPropertyValue ReflectionClassConstant » PHP Manual ReflectionClass R ... default> protected $message ] Property [ <default> private $string ] Property [ <default> protected $code ] P ... [ <default> protected $line ] Property [ <default> private $trace ] Property [ <default> private $previous ] ... } - Methods [10] { Method [ <internal:Core> final private method __clone ] { } Method [ <internal:Core, ctor ... ブジェクト , final , default , Property , toString , private ...
https://man.plustar.jp/php/reflectionclass.tostring.html - [similar]
SolrIllegalOperationException クラス 4872
« SolrIllegalArgumentException::getInternalInfo SolrIllegalOperationException::getInternalInfo » ... したプロパティ */ 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 public SolrException:: ...
https://man.plustar.jp/php/class.solrillegaloperationexception.html - [similar]
SolrServerException クラス 4872
« SolrClientException::getInternalInfo SolrServerException::getInternalInfo » PHP Manual Solr So ... したプロパティ */ 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 public SolrException:: ...
https://man.plustar.jp/php/class.solrserverexception.html - [similar]