検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 1461 for IN (0.019 sec.)
定義済み定数 2947
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 時に動的にロードされている場合のみ使用可能です。 Training algorithms FANN_TRAIN_INCREMENTAL ( int ) Stand ... rithm, where the weights are updated after each training pattern. This means that the weights are update ... d many times during a single epoch. For this reason some problems, wi ... ll train very fast with this algorithm, while other more ad ...
https://man.plustar.jp/php/fann.constants.html - [similar]
Creates a new FFI object 2947
« FFI::cast FFI::free » PHP Manual FFI Creates a new FFI object FFI::cdef (PHP 7 >= 7.4.0, PHP 8 ... a new FFI object 説明 public static FFI::cdef ( string $code = "" , ? string $lib = null ): FFI Creates ... a new FFI object. パラメータ code A string containing a sequence of declarations in regular ... res, functions, variables, etc). Actually, this string may be copy-pasted from C header files. 注意 : C ... preprocessor directives are not supported, i.e. #include , #define and CPP macros do not work. lib The ...
https://man.plustar.jp/php/ffi.cdef.html - [similar]
Get the number of elements in collection type column using OID 2947
« cubrid_col_get cubrid_column_names » PHP Manual CUBRID 関数 Get the number of elements in coll ... ection type column using OID cubrid_col_size (PECL CUBRID >= 8.3.0) cubrid ... _col_size — Get the number of elements in collection type column using OID 説明 cubrid_col_s ... ize ( resource $conn_identifier , string $oid , string $attr_name ): int The cubrid_col_si ... e() function is used to get the number of elements in a collection type (set, multiset, sequence) attrib ...
https://man.plustar.jp/php/function.cubrid-col-size.html - [similar]
実行用に文を準備する 2947
« odbc_pconnect odbc_primarykeys » PHP Manual ODBC 関数 実行用に文を準備する odbc_prepare (PHP 4 ... 文を準備する 説明 odbc_prepare ( resource $odbc , string $query ): resource | false 実行用に文を準備します ... プロシージャが利用可能で、ODBC 仕様で定義されている ININOUT および OUT が利用できるものもあります。 しか ... し、Unified ODBC ドライバでは現在 IN 型のパラメータしかサポートしていません。 パラメータ ... 例 次のコードは、myproc の 3 つのパラメータがすべて IN パラメータである場合にのみ $success が true となり ...
https://man.plustar.jp/php/function.odbc-prepare.html - [similar]
はじめに 2947
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... e concepts core to parallel follows, more detailed information may be found within this section of the m ... anual. Runtime A parallel\Runtime represents a PHP interpreter thread. A parallel\Runtime is configured ... s is typically an autoloader, or some other preloading routine: The bootstrap file will be included befo ... cuted. After construction the parallel\Runtime remains available until it is closed, killed, or destroye ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
はじめに 2947
« Sync インストール/設定 » PHP Manual Sync はじめに はじめに The 'sync' extension introduces cro ... ss-platform synchonization objects into PHP. Named and unnamed Mutex, Semaphore, Event, ... vide OS-level synchronization on both POSIX (e.g. Linux) and Windows platforms. Automatic cleanup of acq ... uired synchronization objects takes place during extension teardown. This means that if PHP premat ... urely terminates a script (e.g. script execution time is exceed ...
https://man.plustar.jp/php/intro.sync.html - [similar]
はじめに 2947
« Yaconf インストール/設定 » PHP Manual Yaconf はじめに はじめに Yet Another Configurations Cont ... ainer ( Yaconf ) is a configurations container, it par ... ses INI files, and store the result in PHP when PHP is st ... PHP lifecycle. Yaconf stores all configurations as interned string or immutable array, which means they ... are not refcounted-able, thus when you retrieving configurations from yaconf, it could be considere ...
https://man.plustar.jp/php/intro.yaconf.html - [similar]
Starts a transaction 2925
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... ion::startTransaction — Starts a transaction 説明 final public MongoDB\Driver\Session::startTransaction ... ost one open transaction for a session. After starting a transaction, the session object must be passed ... (e.g. MongoDB\Driver\Manager::executeBulkWrite() ) in order to associate that operation with the transac ... losed from garbage collection or by explicitly calling MongoDB\Driver\Session::endSession() . パラメータ ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
Parser examples 2925
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> p ... h ( "exp" , "exp '/' exp" ); $p -> push ( "exp" , "INTEGER" ); /* Production index unused. */ $p -> buil ... "'/'" )); $lex -> push ( "\\d+" , $p -> tokenId ( "INTEGER" )); $lex -> push ( "\\s+" , Token :: SKIP ); ... " , "100 * 45" , "17 - 45" , ); foreach ( $exp as $in ) { if (! $p -> validate ( $in , $lex )) { throw n ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
Set the timer callback function 2925
« ZMQDevice::setIdleTimeout ZMQDevice::setTimerTimeout » PHP Manual ZMQDevice Set the timer call ... k function ZMQDevice::setTimerCallback (No version information available, might only be in Git) ZMQDevic ... ZMQDevice::setTimerCallback ( callable $cb_func , int $timeout , mixed $user_data = ? ): ZMQDevice Sets ... imer callback function. The timer callback will be invoked after timeout has passed. The difference betw ... idle and timer callbacks are that idle callback is invoked only when the device is idle. The callback fu ...
https://man.plustar.jp/php/zmqdevice.settimercallback.html - [similar]