検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1027 for An (0.011 sec.)
Determine whether an object has been marked as garbage 3735
« Collectable Pool » PHP Manual Collectable Determine whether an object has been marked as garba ... 2.0.8) Collectable::isGarbage — Determine whether an object has been marked as garbage 説明 public Coll ... ectable::isGarbage (): bool Can be called in Pool::collect() to determine if this ...
https://man.plustar.jp/php/collectable.isgarbage.html - [similar]
変数が配列かどうかを検査する 3735
« intval is_bool » PHP Manual 変数操作 関数 変数が配列かどうかを検査する is_array (PHP 4, PHP 5, ... どうか検査する <?php $yes = array( 'this' , 'is' , 'an array' ); echo is_array ( $yes ) ? 'Array' : 'not ... a string' ; echo is_array ( $no ) ? 'Array' : 'not an Array' ; ?> 上の例の出力は以下となります。 Array n ... ot an Array 参考 is_float() - 変数の型が float かどうか調 ...
https://man.plustar.jp/php/function.is-array.html - [similar]
Add a lexer rule 3735
« Parle\RLexer::insertMacro Parle\RLexer::pushState » PHP Manual Parle\RLexer Add a lexer rule P ... a pattern for lexeme recognition. A 'start state' and 'exit state' can be specified by using a suitable ... for token matching. id Token id. If the lexer instance is meant to be used standalone, this can be an a ... rbitrary number. If the lexer instance is going to be passed to the parser, it has to b ... e an id returned by Parle\RParser::tokenid() . state St ...
https://man.plustar.jp/php/parle-rlexer.push.html - [similar]
Fann 関数 3735
« XOR training fann_cascadetrain_on_data » PHP Manual FANN Fann 関数 Fann 関数 目次 fann_cascade ... train_on_data — Trains on an entire dataset, for a period of time using the Cas ... cade2 training algorithm fann_cascadetrain_on_file — Trains on an entire datase ... iod of time using the Cascade2 training algorithm fann_clear_scaling_params — Clears scaling parameters ... fann_copy — Creates a copy of a fann structure fann_cr ...
https://man.plustar.jp/php/ref.fann.html - [similar]
FANN (Fast Artificial Neural Network) 3698
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... Artificial Neural Network) FANN (Fast Artificial Neural Network) はじめに インスト ... 実行時設定 リソース型 定義済み定数 例 XOR training Fann 関数 fann_cascadetrain_on_data — Trains on an ent ... iod of time using the Cascade2 training algorithm fann_cascadetrain_on_file — Trains on an entire datase ... iod of time using the Cascade2 training algorithm fann_clear_scaling_params — Clears scaling parameters ...
https://man.plustar.jp/php/book.fann.html - [similar]
Gets the header info of a database 3698
« dbase_delete_record dbase_get_record_with_names » PHP Manual dBase 関数 Gets the header info o ... eturned by dbase_open() or dbase_create() . 戻り値 An indexed array with an entry for each column in the ... ray index starts at 0. Each array element contains an associative array of column information, as descri ... bed here: name The name of the column type The human-readable name for the dbase type of the column (i. ... e. date, boolean, etc.) The supported field types are listed in the ...
https://man.plustar.jp/php/function.dbase-get-header-info.html - [similar]
Execute a database command 3698
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... goDB\Driver\Manager Execute a database command MongoDB\Driver\Mana ... ger::executeCommand (mongodb >=1.0.0) MongoDB\Driver\Manager::execute ... Command — Execute a database command 説明 final public Mo ... ngoDB\Driver\Manager::executeCommand ( string $db , MongoDB\Driver\ ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
Foreign Function Interface 3668
« user_error はじめに » PHP Manual PHP の振る舞いの変更 Foreign Function Interface Foreign Funct ... /preloading Example FFI — Main interface to C code and data FFI::addr — Creates an unmanaged pointer to ... alignment FFI::arrayType — Dynamically constructs a new C array type FFI::cast — Performs a C type cast ... FFI::cdef — Creates a new FFI object FFI::free — Releases an unmanaged da ... ucture FFI::isNull — Checks whether a FFI\CData is a null pointer FFI::load — Loads C declarations from ...
https://man.plustar.jp/php/book.ffi.html - [similar]
The MongoDB\Driver\Exception\RuntimeException class 3668
« MongoDB\Driver\Exception\LogicException MongoDB\Driver\Exception\RuntimeException::hasErrorLab ... el » PHP Manual MongoDB\Driver\Exception The MongoDB\Driver\Exc ... __clone (): void } プロパティ errorLabels Contains an array of error labels to go with an exception. For ... example, error labels can be used to detect whether a transaction can be ret ... ried safely if the TransientTransactionError label is present. The existen ...
https://man.plustar.jp/php/class.mongodb-driver-exception-runtimeexception.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 3668
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... ECL event >= 1.2.6-beta) EventHttp::accept — Makes an HTTP server accept connections on the specified so ... ic EventHttp::accept ( mixed $socket ): bool Makes an HTTP server accept connections on the specified so ... The socket should be ready to accept connections. Can be called multiple times to accept connections on ... fferent sockets. 注意 : To bind a socket, listen , and accept connections on the socket in s single call ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]