検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 146 for So (0.011 sec.)
新しいグローバル定数 7373
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新し ... ます。 POSIX POSIX_RLIMIT_KQUEUES POSIX_RLIMIT_NPTS Sockets 以下のソケットオプションが、 サポートされてい ... る場合に定義されるようになりました: SO_ACCEPTFILTER SO_DONTTRUNC SO_WANTMORE SO_MARK TCP_ ... DEFER_ACCEPT Sodium SODIUM_CRYPTO_STREAM_XCHACHA20_NONCEBYTES SODI ... UM_CRYPTO_STREAM_XCHACHA20_KEYBYTES SODIUM_CRYPTO_SCALARMULT_RISTRETTO255_BYTES SODIUM_CR ...
https://man.plustar.jp/php/migration81.constants.html - [similar]
インストール手順 7255
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 The FANN PHP ... hanges, you can compile the driver from the latest source code on » Github . Go to Github and click the ... iable is pointing to the directory containing fann.so . The build will display where it is installing th ... e PHP driver with output that looks something like: Installing '/usr/lib/php/extensions/n ... o-debug-non-zts-20060613/fann.so' Make sure that it is the same as the PHP extensio ...
https://man.plustar.jp/php/fann.installation.html - [similar]
Give the worker an identifier so it can be tracked when asking gearmand for the ... 7138
« GearmanWorker::returnCode GearmanWorker::setOptions » PHP Manual GearmanWorker Give the worker ... an identifier so it can be tracked when asking gearmand for the lis ... armanWorker::setId — Give the worker an identifier so it can be tracked when asking gearmand for the lis ... ます。 Run the following command: gearadmin --workers Output: 30 ::3a3a:3361:3361:3a33%976303667 - : test ...
https://man.plustar.jp/php/gearmanworker.setid.html - [similar]
Enchant プロバイダを列挙する 7032
« Enchant 関数 enchant_broker_dict_exists » PHP Manual Enchant 関数 Enchant プロバイダを列挙する ... vider [file] => /usr/lib/enchant/libenchant_aspell.so ) [1] => Array ( [name] => hspell [desc] => Hspell ... vider [file] => /usr/lib/enchant/libenchant_hspell.so ) [2] => Array ( [name] => ispell [desc] => Ispell ... vider [file] => /usr/lib/enchant/libenchant_ispell.so ) [3] => Array ( [name] => myspell [desc] => Myspe ... ider [file] => /usr/lib/enchant/libenchant_myspell.so ) ) 関連キーワード: Enchant , enchant , 列挙 , bro ...
https://man.plustar.jp/php/function.enchant-broker-describe.html - [similar]
Building the MongoDB PHP Driver from source 6973
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... the MongoDB PHP Driver from source Building the MongoDB PHP Driver from source Fo ... gfixes, you can compile the driver from the latest source code on » Github . Run the following commands ... and » XAMPP ), note that each version of PHP has its own phpize command and php.ini file. By default, th ... e driver will use bundled versions of » libbson , » libmongoc , and » libmongocrypt an ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
要件 6796
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 libsvm 自体が必要で ... libsvm-3.1.tar.gz cd libsvm-3.1 make lib cp libsvm.so.1 /usr/lib ln -s libsvm.so.1 libsvm.so ldconfig ld ...
https://man.plustar.jp/php/svm.requirements.html - [similar]
Basic FFI usage 6678
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... ity of the FFI API usage for regular tasks. 注意 : Some of these examples require libc.so.6 and as such ... ...);" , // this is a regular C declaration "libc.so.6" ); // call C's printf() $ffi -> printf ( "Hello ... 出力は以下となります。 Hello world! 注意 : Note that some C functions need specific calling conventions, e ... truct timeval *tv, struct timezone *tz); " , "libc.so.6" ); // create C data structures $tv = $ffi -> ne ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
演算子の優先順位 6678
« 演算子 算術演算子 » PHP Manual 演算子 演算子の優先順位 演算子の優先順位 演算子の優先順位は、二 ... 次の行は、予期せぬ結果になることでしょう echo "x minus one equals " . $x - 1 . ", or so I hope\n" ; // なぜ ... からです(PHP 8.0.0より前のバージョン) echo (( "x minus one equals " . $x ) - 1 ) . ", or so I hope\n" ; // ... るには、括弧を使って優先順位を指定します echo "x minus one equals " . ( $x - 1 ) . ", or so I hope\n" ; ?> ... 上の例の出力は以下となります。 -1, or so I hope -1, or so I hope x minus one equals 3, or s ...
https://man.plustar.jp/php/language.operators.precedence.html - [similar]
Returns EventBufferEvent object 6560
« EventHttpRequest::free EventHttpRequest::getCommand » PHP Manual EventHttpRequest Returns Even ... on when the method is called from a user callback. So the EventBufferEvent object should be freed explic ... est , free , getBufferEvent , event , パラメータ , So , called , from ...
https://man.plustar.jp/php/eventhttprequest.getbufferevent.html - [similar]
Philosophy 6443
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... philosophies important to writing parallel code and some d ... instead, share memory by communicating. This philosophy which is embraced by parallel has its origins i ... onventional model is inversed, it means that threads only share memory as a result of communication (a v ... the case of unbuffered channels, the variable is also buffered so that it may not change (or be destroye ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT