検索

phrase: max: clip:
target: order:
Results of 701 - 710 of about 5876 for Public (0.101 sec.)
データをシール(暗号化)する 1630
« openssl_random_pseudo_bytes openssl_sign » PHP Manual OpenSSL 関数 データをシール(暗号化)する ... ng &$sealed_data , array &$encrypted_keys , array $public_key , string $cipher_algo , string &$iv = null ): ... 使用して data をシール(暗号化) します。このキーは、 public_key を ID とする 公開鍵で暗号化されます。 それぞれ ... 済みのデータ。 encrypted_keys 暗号化したキーの配列。 public_key 公開鍵を含んだ OpenSSLAsymmetricKey クラスのイ ... keys に返されます。 変更履歴 バージョン 説明 8.0.0 public_key は、 OpenSSLAsymmetricKey クラスのインスタンス ...
https://man.plustar.jp/php/function.openssl-seal.html - [similar]
はじめに 1630
« CommonMark インストール/設定 » PHP Manual CommonMark はじめに はじめに This extension provides ... implements visitation for CommonMark\Node objects: public CommonMark\Node::accept ( CommonMark\Interfaces\IV ... es an interface to CQL, CommonMark Query Language: public CommonMark\CQL::__construct ( string $query ) 関連 ... de , extension , Render , provides , width , CQL , public ...
https://man.plustar.jp/php/intro.cmark.html - [similar]
定数式における列挙型の値 1630
« トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における ... ion implements ArrayAccess { case Up ; case Down ; public function offsetGet ( $val ) { ... } public functio ... n offsetExists ( $val ) { ... } public function offsetSet ( $val ) { throw new Exception ... (); } public function offsetUnset ( $val ) { throw new Exceptio ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]
ディレクトリハンドルからエントリを読み込む 1630
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... — ディレクトリハンドルからエントリを読み込む 説明 public streamWrapper::dir_readdir (): string このメソッド ... イル一覧 <?php class streamWrapper { protected $fp ; public function dir_opendir ( $path , $options ) { $url = ... is -> fp = fopen ( $path , "rb" ); return true ; } public function dir_readdir () { // Extract the header fo ... -> fp , $bytes , SEEK_CUR ); return $filename ; } public function dir_closedir () { return fclose ( $this - ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
状態を検出する 1630
« Thread::getThreadId Thread::isStarted » PHP Manual Thread 状態を検出する Thread::isJoined (PEC ... s >= 2.0.0) Thread::isJoined — 状態を検出する 説明 public Thread::isJoined (): bool このスレッドが同期されて ... ッドの状態を検出する <?php class My extends Thread { public function run () { $this -> synchronized (function( ... パラメータ , getThreadId , isStarted , pthreads , public , 関数 ...
https://man.plustar.jp/php/thread.isjoined.html - [similar]
プラグインを登録する 1630
« Yaf_Dispatcher::initView Yaf_Dispatcher::returnResponse » PHP Manual Yaf_Dispatcher プラグイン ... atcher::registerPlugin — プラグインを登録する 説明 public Yaf_Dispatcher::registerPlugin ( Yaf_Plugin_Abstra ... p class Bootstrap extends Yaf_Bootstrap_Abstract { public function _initPlugin ( Yaf_Dispatcher $dispatcher ... ugin , plugin , 参照 , initView , returnResponse , public ...
https://man.plustar.jp/php/yaf-dispatcher.registerplugin.html - [similar]
SessionUpdateTimestampHandlerInterface クラス 1621
« SessionIdInterface::create_sid SessionUpdateTimestampHandlerInterface::updateTimestamp » PHP M ... onUpdateTimestampHandlerInterface { /* メソッド */ public updateTimestamp ( string $id , string $data ): boo ... l public validateId ( string $id ): bool } 目次 SessionUpda ... string , updateTimestamp , セッション , メソッド , public , validateId ...
https://man.plustar.jp/php/class.sessionupdatetimestamphandlerinterface.html - [similar]
Value Interaction 1621
« Componere\Value::isStatic Componere 関数 » PHP Manual Componere\Value Value Interaction Compon ... mponere\Value::hasDefault — Value Interaction 説明 public Componere\Value::hasDefault (): bool 関連キーワード ... Value , Componere , hasDefault , isStatic , 関数 , public , ...
https://man.plustar.jp/php/componere-value.hasdefault.html - [similar]
匿名の公開鍵暗号による暗号化 1621
« sodium_crypto_box_seal_open sodium_crypto_box_secretkey » PHP Manual Sodium 関数 匿名の公開鍵暗 ... sodium_crypto_box_seal ( string $message , string $public_key ): string 受信側のみが復号できるやり方で、 メッ ... て最適です。 パラメータ message 暗号化するメッセージ public_key メッセージを復号できる鍵に対応する、公開鍵 戻り ... の例 <?php $keypair = sodium_crypto_box_keypair (); $public_key = sodium_crypto_box_publickey ( $keypair ); // ... d = sodium_crypto_box_seal ( $decoded_plaintext , $public_key ); var_dump ( base64_encode ( $sealed )); $ope ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal.html - [similar]
署名済みのメッセージが、有効な署名を持っているかを調べる 1621
« sodium_crypto_sign_keypair sodium_crypto_sign_publickey_from_secretkey » PHP Manual Sodium 関数 ... rypto_sign_open ( string $signed_message , string $public_key ): string | false メッセージに付加された署名を ... sodium_crypto_sign() を使って署名されたメッセージ public_key Ed25519 形式の公開鍵 戻り値 成功時には、オリジ ... セージ , sodium , crypto , open , string , signed , public , key , from ...
https://man.plustar.jp/php/function.sodium-crypto-sign-open.html - [similar]