検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 759 for key (0.012 sec.)
FilesystemIterator クラス 5388
« EmptyIterator::valid FilesystemIterator::__construct » PHP Manual イテレータ FilesystemIterato ... 16 ; const int CURRENT_MODE_MASK = 240 ; const int KEY_AS_PATHNAME = 0 ; const int KEY_AS_FILENAME = 256 ... ; const int FOLLOW_SYMLINKS = 512 ; const int KEY_MODE_MASK = 3840 ; const int NEW_CURRENT_AND_KEY = ... ring $directory , int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEI ... FilesystemIterator public getFlags (): int public key (): string public next (): void public rewind (): ...
https://man.plustar.jp/php/class.filesystemiterator.html - [similar]
Get column information from a result and return as an object 5388
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... mn not_null 1 if the column cannot be NULL primary_key 1 if the column is a primary key unique_key 1 if t ... he column is an unique key multiple_key 1 if the column is a non-unique key n ... ld -> not_null ); printf ( "%-30s %d\n" , "primary key:" , $field -> primary_key ); printf ( "%-30s %d\n" ... , "unique key:" , $field -> unique_key ); printf ( "%-30s %d\n" ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
array_key_exists のエイリアス 5388
« in_array key » PHP Manual 配列 関数 array_key_exists のエイリアス key_exists (PHP 4 >= 4.0.6, ... PHP 5, PHP 7, PHP 8) key_exists — array_key_exists() のエイリアス 説明 この ... 関数は次の関数のエイリアスです。 array_key_exists() 関連キーワード: key , exists , array , 関 ...
https://man.plustar.jp/php/function.key-exists.html - [similar]
新規に秘密鍵を生成する 5388
« openssl_pkey_get_public openssl_private_decrypt » PHP Manual OpenSSL 関数 新規に秘密鍵を生成す ... る openssl_pkey_new (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_ ... pkey_new — 新規に秘密鍵を生成する 説明 openssl_pkey_new ... ( ? array $options = null ): OpenSSLAsymmetricKey | false openssl_pkey_new() は、 新しい秘密鍵を生成 ... ください。 戻り値 成功した場合に、 OpenSSLAsymmetricKey クラスのインスタンスを返します。 エラー時に false ...
https://man.plustar.jp/php/function.openssl-pkey-new.html - [similar]
署名を検証する 5388
« openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する op ... tring $data , string $signature , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string $public_key ... O_SHA1 ): int | false openssl_verify() は、 public_key が指す公開鍵を使用し、 指定した data に関して sign ... しくはそれと同等の手段を使って生成したもの。 public_key OpenSSLAsymmetricKey - openssl_get_publickey() が返 ... string - PEM フォーマットの鍵 ("-----BEGIN PUBLIC KEY----- MIIBCgK..." など)。 algorithm int - いずれかの ...
https://man.plustar.jp/php/function.openssl-verify.html - [similar]
キーの詳細の配列を返す 5368
« openssl_pkey_free openssl_pkey_get_private » PHP Manual OpenSSL 関数 キーの詳細の配列を返す op ... enssl_pkey_get_details (PHP 5 >= 5.2.0, PHP 7, PHP 8) openssl ... _pkey_get_details — キーの詳細の配列を返す 説明 openssl_ ... pkey_get_details ( OpenSSLAsymmetricKey $key ): array | ... false この関数は、キーの詳細 (bits, key, type) を返します。 パラメータ key キーを保持する配 ...
https://man.plustar.jp/php/function.openssl-pkey-get-details.html - [similar]
Area 5320
« UI\MenuItem::setChecked UI\Area::onDraw » PHP Manual UI Area Area (UI 0.9.9) はじめに An Area ... hich can be used to draw, and respond to mouse and key events. クラス概要 class UI\Area extends UI\Contro ... Point $clipPoint , UI\Size $clipSize ) protected onKey ( string $key , int $ext , int $flags ) protected ... Area::Ctrl Shall be set in the modifiers passed to key and mouse events when the CTRL key is active UI\Ar ... ea::Alt Shall be set in the modifiers passed to key and mouse events when the ALT key is active UI\Are ...
https://man.plustar.jp/php/class.ui-area.html - [similar]
Return a string with the flags of the given field offset 5258
« cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with the ... e. The possible flags could be: not_null , primary_key , unique_key , foreign_key , auto_increment , shar ... Field Name Field Flags host_year not_null primary_key unique_key event_code not_null primary_key unique_ ... key foreign_key athlete_code not_null primary_key unique_key forei ... gn_key stadium_code not_null nation_code medal game_date ...
https://man.plustar.jp/php/function.cubrid-field-flags.html - [similar]
シール(暗号化)されたデータをオープン(復号)する 5231
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... string $data , string &$output , string $encrypted_key , OpenSSLAsymmetricKey | OpenSSLCertificate | arra ... y | string $private_key , string $cipher_algo , ? string $iv = null ): boo ... l openssl_open() は、キー ID private_key およびエンベロープキー encrypted_key に関連する公開 ... 場合、オープンしたデータをここに返します。 encrypted_key private_key cipher_algo 暗号化方式 警告 デフォルト ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
Determines whether the map contains a given key 5211
« Ds\Map::get Ds\Map::hasValue » PHP Manual Map Determines whether the map contains a given key ... Ds\Map::hasKey (PECL ds >= 1.0.0) Ds\Map::hasKey — Determines whe ... ther the map contains a given key 説明 public Ds\Map::hasKey ( mixed $key ): bool De ... termines whether the map contains a given key. パラメータ key The key to look for. 戻り値 Return ... s true if the key could found, false otherwise. 例 例1 Ds\Map::hasKe ...
https://man.plustar.jp/php/ds-map.haskey.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT