検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 205 for [SIMILAR] 16 1024 4096 WITH 73861 openssl WITH 3... (0.227 sec.)
0
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback function readcb ( $bev , $base ) { //$input = $bev->input; //$bev->getInput(); //$pos = $input->search("TTP"); $pos = $bev -> input -> search ( "TTP" ); while (( $n = $bev -> input -> remove ( ...
https://man.plustar.jp/php/event.examples.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア $GLOBALS へのアクセス制限 $GLOBALS 配列へのアクセスに対し、 多くの制限が適用されるようになりました。 $GLOBALS['var'] のような、 個 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
Returns the current cipher name of the SSL connection 0
« EventBufferEvent::sslGetCipherInfo EventBufferEvent::sslGetCipherVersion » PHP Manual EventBufferEvent Returns the current cipher name of the SSL connection EventBufferEvent::sslGetCipherName (PECL event >= 1.10.0) EventBufferEvent::sslGetCipherName — Returns the current cipher name of ...
https://man.plustar.jp/php/eventbufferevent.sslgetciphername.html - [similar]
Returns version of cipher used by current SSL connection 0
« EventBufferEvent::sslGetCipherName EventBufferEvent::sslGetProtocol » PHP Manual EventBufferEvent Returns version of cipher used by current SSL connection EventBufferEvent::sslGetCipherVersion (PECL event >= 1.10.0) EventBufferEvent::sslGetCipherVersion — Returns version of cipher used ...
https://man.plustar.jp/php/eventbufferevent.sslgetcipherversion.html - [similar]
乱数を生成する 0
« rad2deg round » PHP Manual Math 関数 乱数を生成する rand (PHP 4, PHP 5, PHP 7, PHP 8) rand — 乱数を生成する 説明 rand (): int rand ( int $min , int $max ): int オプションの引数 min , max を省略してコールした場合、 rand() は 0 と getrandmax() の間の擬似乱数(整数)を返します。 例えば、5 か ...
https://man.plustar.jp/php/function.rand.html - [similar]
新機能 0
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新機能 新機能 nullable な型 パラメータや戻り値の型宣言で nullable 指定ができるようになりました。 型の前にクエスチョンマークをつけると、nullable であることを指定できます。 nullable 指定をすると、 ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
Returns a textual description of the cipher 0
« EventBufferEvent::sslFilter EventBufferEvent::sslGetCipherName » PHP Manual EventBufferEvent Returns a textual description of the cipher EventBufferEvent::sslGetCipherInfo (PECL event >= 1.10.0) EventBufferEvent::sslGetCipherInfo — Returns a textual description of the cipher 説明 publi ...
https://man.plustar.jp/php/eventbufferevent.sslgetcipherinfo.html - [similar]
Returns the name of the protocol used for current SSL connection 0
« EventBufferEvent::sslGetCipherVersion EventBufferEvent::sslRenegotiate » PHP Manual EventBufferEvent Returns the name of the protocol used for current SSL connection EventBufferEvent::sslGetProtocol (PECL event >= 1.10.0) EventBufferEvent::sslGetProtocol — Returns the name of the proto ...
https://man.plustar.jp/php/eventbufferevent.sslgetprotocol.html - [similar]
メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する 0
« mt_getrandmax mt_srand » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する mt_rand (PHP 4, PHP 5, PHP 7, PHP 8) mt_rand — メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する 説明 mt_rand (): int mt_rand ( int $min , int $max ): int 警告 この関数が生成す ...
https://man.plustar.jp/php/function.mt-rand.html - [similar]
はじめに 0
« Event インストール/設定 » PHP Manual Event はじめに はじめに This is an extension to efficiently schedule I/O, time and signal based events using the best I/O notification mechanism available for specific platform. This is a port of libevent to the PHP infrastructure. 注意 : Note, Wind ...
https://man.plustar.jp/php/intro.event.html - [similar]