Results of 1 - 10 of about 121 for block (0.034 sec.)
- IntlChar クラス 15179
- « idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8)
...
int PROPERTY_INT_START = 4096 ; const int PROPERTY_BLOCK = 4097 ; const int PROPERTY_CANONICAL_COMBINING_CL ...
ON_NUMBER_SEPARATOR = 6 ; const int CHAR_DIRECTION_BLOCK_SEPARATOR = 7 ; const int CHAR_DIRECTION_SEGMENT_S ...
AR_DIRECTION_CHAR_DIRECTION_COUNT = 23 ; const int BLOCK_CODE_NO_BLOCK = 0 ; const int BLOCK_CODE_BASIC_LAT ...
IN = 1 ; const int BLOCK_CODE_LATIN_1_SUPPLEMENT = 2 ; const int BLOCK_CODE ...
-
https://man.plustar.jp/php/class.intlchar.html
- [similar]
- Synchronization 9207
- « Threaded::shift Threaded::wait » PHP Manual Threaded Synchronization Threaded::synchronized (P
...
tion 説明 public Threaded::synchronized ( Closure $block , mixed ...$args ): mixed Executes the block while ...
ronization lock for the calling context パラメータ block The block of code to execute args Variable length ...
t of arguments to use as function arguments to the block 戻り値 The return value from the block 例 例1 Sync ...
ます。 bool(true) 関連キーワード: Synchronization , block , Threaded , synchronized , args , arguments , パラ ...
-
https://man.plustar.jp/php/threaded.synchronized.html
- [similar]
- 指定した暗号のブロックサイズを得る 9083
- « mcrypt_generic mcrypt_get_cipher_name » PHP Manual Mcrypt 関数 指定した暗号のブロックサイズを得
...
る mcrypt_get_block_size (PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= ...
1.0.0) mcrypt_get_block_size — 指定した暗号のブロックサイズを得る 警告 この ...
関数に頼らないことを強く推奨します。 説明 mcrypt_get_block_size ( int $cipher ): int | false mcrypt_get_block ...
x あるいは 2.5.x とリンクした場合です。 mcrypt_get_block_size() は、指定した cipher のブロック長を返します ...
-
https://man.plustar.jp/php/function.mcrypt-get-block-size.html
- [similar]
- ソケットのブロッキングモードを設定する 8463
- « socket_sendto socket_set_nonblock » PHP Manual ソケット 関数 ソケットのブロッキングモードを設定
...
する socket_set_block (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) socket_set_b ...
ケットのブロッキングモードを設定する 説明 socket_set_block ( Socket $socket ): bool socket_set_block() 関数は ...
、 socket パラメータで指定したソケットから O_NONBLOCK フラグを取り除きます。 受信や送信、接続、待機といっ ...
バージョンでは、リソース型でした。 例 例1 socket_set_block() の例 <?php $socket = socket_create_listen ( 1223 ...
-
https://man.plustar.jp/php/function.socket-set-block.html
- [similar]
- Mcrypt 関数 8463
- « Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv
...
ns the name of the opened algorithm mcrypt_enc_get_block_size — Returns the blocksize of the opened algorit ...
でサポートされるキー長を配列にして返す mcrypt_enc_is_block_algorithm_mode — オープンされたモードの暗号がブロッ ...
クモードで動作するかどうかを調べる mcrypt_enc_is_block_algorithm — オープンされたモードの暗号がブロックア ...
ルゴリズムであるかどうかを調べる mcrypt_enc_is_block_mode — オープンされたモードがブロック出力を行うかど ...
-
https://man.plustar.jp/php/ref.mcrypt.html
- [similar]
- Mcrypt 8426
- « hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順
...
ns the name of the opened algorithm mcrypt_enc_get_block_size — Returns the blocksize of the opened algorit ...
でサポートされるキー長を配列にして返す mcrypt_enc_is_block_algorithm_mode — オープンされたモードの暗号がブロッ ...
クモードで動作するかどうかを調べる mcrypt_enc_is_block_algorithm — オープンされたモードの暗号がブロックア ...
ルゴリズムであるかどうかを調べる mcrypt_enc_is_block_mode — オープンされたモードがブロック出力を行うかど ...
-
https://man.plustar.jp/php/book.mcrypt.html
- [similar]
- プロパティの値に対応する、Unicode の名前を取得する 8376
- « IntlChar::getPropertyValueEnum IntlChar::getUnicodeVersion » PHP Manual IntlChar プロパティの値
...
つか例外があります: プロパティが IntlChar::PROPERTY_BLOCK の場合、 0 でない値 IntlChar::BLOCK_CODE_BASIC_LAT ...
har :: getPropertyValueName ( IntlChar :: PROPERTY_BLOCK , IntlChar :: BLOCK_CODE_GREEK )); var_dump ( Intl ...
har :: getPropertyValueName ( IntlChar :: PROPERTY_BLOCK , IntlChar :: BLOCK_CODE_GREEK , IntlChar :: SHORT ...
har :: getPropertyValueName ( IntlChar :: PROPERTY_BLOCK , IntlChar :: BLOCK_CODE_GREEK , IntlChar :: LONG_ ...
-
https://man.plustar.jp/php/intlchar.getpropertyvaluename.html
- [similar]
- 暗号化フィルタ 8116
- « 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス
...
ts ); $infilesize = 0 ; while (! feof ( $fin )) { $block = fread ( $fin , 8192 ); $infilesize += strlen ( $ ...
block ); fwrite ( $fc , $block ); } $block_size = mcrypt_get_block_size ( MCRYPT_ ...
RIJNDAEL_128 , MCRYPT_MODE_CBC ); $padding = $block_size - ( $infilesize % $block_size ); //$padding i ...
M_FILTER_READ , $opts ); while (! feof ( $fc )) { $block = fread ( $fc , 8192 ); if ( feof ( $fc )) { $padd ...
-
https://man.plustar.jp/php/filters.encryption.html
- [similar]
- 指定したハッシュのブロックサイズを得る 8116
- « mhash_count mhash_get_hash_name » PHP Manual Mhash 関数 指定したハッシュのブロックサイズを得る
...
mhash_get_block_size (PHP 4, PHP 5, PHP 7, PHP 8) mhash_get_block_ ...
関数に頼らないことを強く推奨します。 説明 mhash_get_block_size ( int $algo ): int | false 指定した algo のブ ...
*() 関数 を代わりに使って下さい。 例 例1 mhash_get_block_size() の例 <?php echo mhash_get_block_size ( MHAS ...
サイズ , ブロック , ハッシュ , mhash , 指定 , 関数 , block , size , algo , 推奨 ...
-
https://man.plustar.jp/php/function.mhash-get-block-size.html
- [similar]
- Returns the blocksize of the opened algorithm 8079
- « mcrypt_enc_get_algorithms_name mcrypt_enc_get_iv_size » PHP Manual Mcrypt 関数 Returns the block
...
cksize of the opened algorithm mcrypt_enc_get_block_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL m ...
crypt >= 1.0.0) mcrypt_enc_get_block_size — Returns the blocksize of the opened algorit ...
に頼らないことを強く推奨します。 説明 mcrypt_enc_get_block_size ( resource $td ): int Gets the blocksize of t ...
タ td The encryption descriptor. 戻り値 Returns the block size of the specified algorithm in bytes. 関連キー ...
-
https://man.plustar.jp/php/function.mcrypt-enc-get-block-size.html
- [similar]