検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 759 for key (0.118 sec.)
Phar クラス 3246
« Phar のシグネチャの書式 Phar::addEmptyDir » PHP Manual Phar Phar クラス Phar クラス (PHP 5 >= ... NT_MODE_MASK = 240 ; const int FilesystemIterator::KEY_AS_PATHNAME = 0 ; const int FilesystemIterator::KE ... LOW_SYMLINKS = 512 ; const int FilesystemIterator::KEY_MODE_MASK = 3840 ; const int FilesystemIterator::N ... EW_CURRENT_AND_KEY = 256 ; const int FilesystemIterator::SKIP_DOTS = ... tSignatureAlgorithm ( int $algo , ? string $privateKey = null ): void public setStub ( string $stub , int ...
https://man.plustar.jp/php/class.phar.html - [similar]
RecursiveRegexIterator クラス 3246
« RecursiveIteratorIterator::valid RecursiveRegexIterator::__construct » PHP Manual イテレータ R ... SPLIT = 3 ; const int REPLACE = 4 ; const int USE_KEY = 1 ; /* 継承したプロパティ */ public ? string $ r ... tInnerIterator (): Iterator public FilterIterator::key (): mixed public FilterIterator::next (): void pub ... erIterator (): ? Iterator public IteratorIterator::key (): mixed public IteratorIterator::next (): void p ...
https://man.plustar.jp/php/class.recursiveregexiterator.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 3246
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ ... ( $td ), MCRYPT_DEV_RANDOM ); $ks = mcrypt_enc_get_key_size ( $td ); /* キーを作成します */ $key = substr ... ( md5 ( 'very secret key' ), 0 , $ks ); /* 暗号化処理を初期化します */ mcry ... pt_generic_init ( $td , $key , $iv ); /* データを暗号化します */ $encrypted = m ... ュールを初期化します */ mcrypt_generic_init ( $td , $key , $iv ); /* 暗号化された文字列を復号します */ $dec ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 3246
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... 'IT Support' , ':loc' => 1700 ); foreach ( $ba as $key => $val ) { // oci_bind_by_name($stid, $key, $val) ... す。 // $val ではなく、データの実際の位置を表す $ba[$key] を使いましょう。 oci_bind_by_name ( $stid , $key ... , $ba [ $key ]); } oci_execute ( $stid ); $row = oci_fetch_arra ... 前にテーブルを作成します。 // CREATE TABLE mytab (mykey NUMBER, myclob CLOB); $conn = oci_connect ( 'hr' , ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
AES-256-GCM を使って暗号化し、認証を行う 3246
« sodium_crypto_aead_aes256gcm_decrypt sodium_crypto_aead_aes256gcm_is_available » PHP Manual So ... string $additional_data , string $nonce , string $key ): string AES-256-GCM を使って暗号化し、認証を行い ... ジごとに一度だけ使われる数値。 長さは12バイトです。 key 暗号化キー(256ビット) 戻り値 暗号化されたテキストと ... ypto , aead , string , テキスト , タグ , encrypt , key ...
https://man.plustar.jp/php/function.sodium-crypto-aead-aes256gcm-encrypt.html - [similar]
オプションを設定する 3246
« Imagick::setLastIterator Imagick::setPage » PHP Manual Imagick オプションを設定する Imagick::s ... を設定する 説明 public Imagick::setOption ( string $key , string $value ): bool ひとつあるいは複数のオプシ ... ョンを設定します。 パラメータ key value 戻り値 成功した場合に true を返します。 例 例 ... ーワード: 設定 , Imagick , setOption , オプション , key , string , imagick , public , setPage , setLastIte ...
https://man.plustar.jp/php/imagick.setoption.html - [similar]
文字列をパースして、フィールドベースの時刻値にする 3246
« IntlDateFormatter::isLenient IntlDateFormatter::parse » PHP Manual IntlDateFormatter 文字列をパ ... sed output is ' ; if ( $arr ) { foreach ( $arr as $key => $value ) { echo " $key : $value , " ; } } ?> 例 ... sed output is ' ; if ( $arr ) { foreach ( $arr as $key => $value ) { echo " $key : $value , " ; } } ?> 上 ...
https://man.plustar.jp/php/intldateformatter.localtime.html - [similar]
現在の要素を返す 3246
« Iterator Iterator::key » PHP Manual Iterator 現在の要素を返す Iterator::current (PHP 5, PHP 7, ... ことが可能です。 関連キーワード: 要素 , パラメータ , key , public , 関数 , ...
https://man.plustar.jp/php/iterator.current.html - [similar]
Returns the WriteResult for the failed write operation 3246
« MongoDB\Driver\Exception\WriteException Class Tree » PHP Manual MongoDB\Driver\Exception\Write ... 5 (4) { ["message"]=> string(70) "E11000 duplicate key error index: db.collection.$_id_ dup key: { : 1 }" ... led , operation , getWriteResult , Returns , int , key ...
https://man.plustar.jp/php/mongodb-driver-writeexception.getwriteresult.html - [similar]
Get SeasLog request variable 3246
« SeasLog::getRequestID SeasLog::info » PHP Manual SeasLog Get SeasLog request variable SeasLog: ... 明 public static SeasLog::getRequestVariable ( int $key ): bool Get SeasLog request variable. パラメータ k ... hod = 'method' ; $sClientIp = 'client_ip' ; $iErrorKey = 1000 ; $oSeasLog = new SeasLog (); var_dump ( $o ... ar_dump ( $oSeasLog -> setRequestVariable ( $iErrorKey , NULL )); var_dump ( $oSeasLog -> getRequestVaria ... ar_dump ( $oSeasLog -> getRequestVariable ( $iErrorKey )); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/seaslog.getrequestvariable.html - [similar]