検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 474 for use (0.061 sec.)
FANN (Fast Artificial Neural Network) 4026
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... callback — Creates the training data struct from a user supplied function fann_create_train — Creates an ... nn_get_bit_fail_limit — Returns the bit fail limit used during training fann_get_bit_fail — The number of ... _num_candidates — Returns the number of candidates used during training fann_get_cascade_output_change_fr ... fann_get_connection_rate — Get the connection rate used when the network was created fann_get_errno — Ret ...
https://man.plustar.jp/php/book.fann.html - [similar]
The EvIo class 4026
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... ata. This behaviour is called level-triggering because events are kept receiving as long as the condition ... AD but a subsequent read() will actually block because there is no data. It is very easy to get into this ... situation. Thus it is best to always use non-blocking I/O: An extra read() returning EAGAIN ... scriptor is really ready. Some people additionally use SIGALRM and an interval timer, just to be sure thr ...
https://man.plustar.jp/php/class.evio.html - [similar]
gz ファイルを開く 4026
« gzinflate gzpassthru » PHP Manual Zlib 関数 gz ファイルを開く gzopen (PHP 4, PHP 5, PHP 7, PHP ... 説明 gzopen ( string $filename , string $mode , int $use_include_path = 0 ): resource | false 読み込みもしく ... zlib.h の中の deflateInit2 の説明を参照ください)。 use_include_path このオプションパラメータを 1 にするこ ...
https://man.plustar.jp/php/function.gzopen.html - [similar]
Pause the CPU usage timer 4026
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... timer LuaSandbox::pauseUsageTimer (PECL luasandbox >= 1.4.0) LuaSandbox::p ... auseUsageTimer — Pause the CPU usage timer 説明 public ... LuaSandbox::pauseUsageTimer (): bool Pauses the CPU usage timer. Thi ... eturns to Lua, the timer will be automatically unpaused. If a new call into Lua is made, the timer will b ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
Returns the ReadPreference's "tagSets" option 4026
« MongoDB\Driver\ReadPreference::getModeString MongoDB\Driver\ReadPreference::serialize » PHP Ma ... ce ( $mode , [ [ 'dc' => 'ny' ], [ 'dc' => 'sf' , 'use' => 'reporting' ], [], ]); var_dump ( $rp -> getTa ... "ny" } [1]=> array(2) { ["dc"]=> string(2) "sf" ["use"]=> string(9) "reporting" } [2]=> array(0) { } } 参 ...
https://man.plustar.jp/php/mongodb-driver-readpreference.gettagsets.html - [similar]
Starts a transaction 4026
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... MongoDB\Driver\ReadPreference A read preference to use for selecting a server for the operation. writeCon ... eption if the transaction could not be started because of a server-side problem (e.g. a lock could not be ... r::startSession() - Start a new client session for use with this client MongoDB\Driver\Session::commitTra ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
libxml のエラー処理関数によるエラー処理 4026
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... ml' ); $xsldoc -> loadXML ( 'fruits.xsl' ); libxml_use_internal_errors ( true ); $result = $xsl -> import ... bxml error: { $error -> message } \n" ; } } libxml_use_internal_errors ( false ); if ( $result ) { echo $ ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
3985
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... -> stop (); // Stop the watcher if further calls cause more than 10 iterations Ev :: iteration () >= 10 a ... ut_watcher = new EvTimer ( 10.0 , 0. , function () use ( $socket ) { socket_close ( $socket ); Ev :: stop ... new EvIo ( $socket , Ev :: WRITE , function ( $w ) use ( $socket , $timeout_watcher , $e_nonblocking ) { ... trigger_error ( "Failed writing $in to socket" , E_USER_ERROR ); } $read_watcher = new EvIo ( $socket , E ...
https://man.plustar.jp/php/ev.examples.html - [similar]
php.ini ディレクティブのリスト 3985
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... _INI_ALL expect.timeout "10" PHP_INI_ALL expect.loguser "1" PHP_INI_ALL expect.logfile "" PHP_INI_ALL exp ... ibase.default_db NULL PHP_INI_SYSTEM ibase.default_user NULL PHP_INI_ALL ibase.default_password NULL PHP_ ... M ibm_db2 1.0.2 以降で利用可能。 ibm_db2.i5_ignore_userid "0" PHP_INI_SYSTEM ibm_db2 1.8.0 以降で利用可能 ... _ALL ignore_repeated_source "0" PHP_INI_ALL ignore_user_abort "0" PHP_INI_ALL implicit_flush "0" PHP_INI_ ...
https://man.plustar.jp/php/ini.list.html - [similar]
アトリビュートの文法 3985
« アトリビュートの概要 リフレクションAPI を使ってアトリビュートを読み取る » PHP Manual アトリビュ ... ビュートの文法 <?php // a.php namespace MyExample ; use Attribute ; #[Attribute] class MyAttribute { const ... value = $value ; } } // b.php namespace Another ; use MyExample \ MyAttribute ; #[MyAttribute] #[\MyExam ...
https://man.plustar.jp/php/language.attributes.syntax.html - [similar]