検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 121 for block (0.006 sec.)
指定したアルゴリズムのブロック長を返す 7112
« mcrypt_module_close mcrypt_module_get_algo_key_size » PHP Manual Mcrypt 関数 指定したアルゴリズ ... ムのブロック長を返す mcrypt_module_get_algo_block_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL m ... crypt >= 1.0.0) mcrypt_module_get_algo_block_size — 指定したアルゴリズムのブロック長を返す 警告 ... いことを強く推奨します。 説明 mcrypt_module_get_algo_block_size ( string $algorithm , string $lib_dir = ? ): ... ック , mcrypt , 指定 , module , algo , size , 関数 , block , パラメータ ...
https://man.plustar.jp/php/function.mcrypt-module-get-algo-block-size.html - [similar]
コードポイントが含まれる割当ブロックを取得する 7075
« IntlChar::getBidiPairedBracket IntlChar::getCombiningClass » PHP Manual IntlChar コードポイント ... が含まれる割当ブロックを取得する IntlChar::getBlockCode (PHP 7, PHP 8) IntlChar::getBlockCode — コード ... 当ブロックを取得する 説明 public static IntlChar::getBlockCode ( int | string $codepoint ): ? int コードポイン ... 値を返します。 返されうる値については 定数 IntlChar::BLOCK_CODE_* を参照下さい。 失敗した場合は、 null を返し ... なコードポイントの例 <?php var_dump ( IntlChar :: getBlockCode ( "A" ) === IntlChar :: BLOCK_CODE_BASIC_LATIN ...
https://man.plustar.jp/php/intlchar.getblockcode.html - [similar]
パディングを削除する 6939
« sodium_pad SodiumException » PHP Manual Sodium 関数 パディングを削除する sodium_unpad (PHP 7 > ... を削除する 説明 sodium_unpad ( string $string , int $block_size ): string パディングされた文字列から、パディン ... 全です。 パラメータ string パディングされた文字列。 block_size パディングのブロックサイズ 戻り値 パディングが ... 。 関連キーワード: 削除 , sodium , string , unpad , block , size , pad , SodiumException , Sodium , 関数 ...
https://man.plustar.jp/php/function.sodium-unpad.html - [similar]
パディングデータを追加する 6852
« sodium_memzero sodium_unpad » PHP Manual Sodium 関数 パディングデータを追加する sodium_pad (PH ... タを追加する 説明 sodium_pad ( string $string , int $block_size ): string 文字列の右側に、任意の長さのパディン ... 。 パラメータ string パディングされていない文字列。 block_size ここで指定されたブロックサイズの偶数倍になるま ... キーワード: 追加 , データ , sodium , string , pad , block , size , unpad , Sodium , 関数 ...
https://man.plustar.jp/php/function.sodium-pad.html - [similar]
バイナリの IPTC ブロックのタグをパースする 6679
« iptcembed jpeg2wbmp » PHP Manual GD および Image 関数 バイナリの IPTC ブロックのタグをパースす ... ックのタグをパースする 説明 iptcparse ( string $iptc_block ): array | false » IPTC ブロックをパースします。 パ ... ラメータ iptc_block バイナリ IPTC ブロック。 戻り値 タグマーカーをイン ... バイナリ , タグ , パース , iptcparse , 注意 , 関数 , block , 配列 , 画像 ...
https://man.plustar.jp/php/function.iptcparse.html - [similar]
文字列をbzip2形式のデータに圧縮する 6542
« bzclose bzdecompress » PHP Manual Bzip2 関数 文字列をbzip2形式のデータに圧縮する bzcompress (P ... ータに圧縮する 説明 bzcompress ( string $data , int $block_size = 4 , int $work_factor = 0 ): string | int bz ... ータとして返します。 パラメータ data 圧縮する文字列 block_size 圧縮時のブロック長を指定します。 1 から 9 の数 ... , 形式 , bzcompress , work , int , factor , data , block ...
https://man.plustar.jp/php/function.bzcompress.html - [similar]
Receives a message 6456
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... a message from a socket. By default receiving will block until a message is available unless ZMQ::MODE_DONT ... ss mode flags to receive multipart messages or non-blocking operation. See ZMQ::MODE_* constants. 戻り値 Re ... ZMQ::MODE_DONTWAIT is used and the operation would block false shall be returned. エラー / 例外 Throws ZMQS ... Exception on error. 例 例1 A send/recv example Non-blocking send / receive <?php /* Create new queue object ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]
The EvIo class 6418
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... t loop, or, more precisely, when reading would not block the process and writing would at least be able to ... is unlimited. Setting all file descriptors to non-blocking mode is also usually a good idea(but not requir ... ith Ev::READ but a subsequent read() will actually block because there is no data. It is very easy to get i ... this situation. Thus it is best to always use non-blocking I/O: An extra read() returning EAGAIN (or simil ...
https://man.plustar.jp/php/class.evio.html - [similar]
Receives a multipart message 6418
« ZMQSocket::recv ZMQSocket::send » PHP Manual ZMQSocket Receives a multipart message ZMQSocket: ... t message from a socket. By default receiving will block until a message is available unless ZMQ::MODE_NOBL ... ss mode flags to receive multipart messages or non-blocking operation. See ZMQ::MODE_* constants. 戻り値 Re ... Throws ZMQSocketException in error. If ZMQ::MODE_NOBLOCK is used and the operation would block bool false s ...
https://man.plustar.jp/php/zmqsocket.recvmulti.html - [similar]
Sends a message 6418
« ZMQSocket::recvMulti ZMQSocket::sendmulti » PHP Manual ZMQSocket Sends a message ZMQSocket::se ... Send a message using the socket. The operation can block unless ZMQ::MODE_NOBLOCK is used. パラメータ messa ... ss mode flags to receive multipart messages or non-blocking operation. See ZMQ::MODE_* constants. 戻り値 Re ... Throws ZMQSocketException on error. If ZMQ::MODE_NOBLOCK is used and the operation would block bool false s ... QSocket , a , send , mode , operation , messages , blocking , constants , Throws ...
https://man.plustar.jp/php/zmqsocket.send.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT