検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 724 for By (0.014 sec.)
定義済み定数 3969
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... m works. The RPROP training algorithm is described by [Riedmiller and Braun, 1993], but the actual learn ... the iRPROP- training algorithm which is described by [Igel and Husken, 2000] which is an variety of the ... rks. The quickprop training algorithm is described by [Fahlman, 1988]. FANN_TRAIN_SARPROP ( int ) Even m ... ) Fast (sigmoid like) activation function defined by David Elliott. FANN_ELLIOT_SYMMETRIC ( int ) Fast ...
https://man.plustar.jp/php/fann.constants.html - [similar]
Replace a function definition with a new implementation 3969
« runkit7_function_copy runkit7_function_remove » PHP Manual runkit7 関数 Replace a function def ... tring $argument_list , string $code , bool $return_by_reference = null , string $doc_comment = null , st ... argument_list New list of arguments to be accepted by function code New code implementation closure A cl ... osure that defines the function. return_by_reference Whether the function should return by re ...
https://man.plustar.jp/php/function.runkit7-function-redefine.html - [similar]
はじめに 3969
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... available until it is closed, killed, or destroyed by the normal scoping rules of PHP objects. parallel\ ... structions that are prohibited in tasks: yield use by-reference declare class declare named function 注意 ... : Nested closures may yield or use by-reference, but must not contain class or named fun ... duled with arguments, use lexical scope variables (by-value), and return a value (via a parallel\Future ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
The Deque class 3907
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... ion of “double-ended queue” and is used internally by Ds\Queue . Two pointers are used to keep track of ... a Ds\Vector can't compete with. Accessing a value by index requires a translation between the index and ... ired capacity Ds\Deque::apply — Updates all values by applying a callback function to each value Ds\Dequ ... ion Ds\Deque::remove — Removes and returns a value by index Ds\Deque::reverse — Reverses the deque in-pl ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
3907
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... ple below uses the demodb database as an examples. By default it is created during the installation. Mak ... sports, count(players) as players from event group by sports" ; /** * Request the CUBRID Server for the ... * Get the column names from the result set created by the SQL query. */ $columns = cubrid_column_names ( ... et the number of columns in the result set created by the SQL query. */ $num_fields = cubrid_num_cols ( ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
Sorts the map in-place by key 3907
« Ds\Map::keys Ds\Map::ksorted » PHP Manual Map Sorts the map in-place by key Ds\Map::ksort (PEC ... s >= 1.0.0) Ds\Map::ksort — Sorts the map in-place by key 説明 public Ds\Map::ksort ( callable $comparat ... or = ? ): void Sorts the map in-place by key, using an optional comparator function. パラメ ...
https://man.plustar.jp/php/ds-map.ksort.html - [similar]
Sorts the map in-place by value 3907
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... ds >= 1.0.0) Ds\Map::sort — Sorts the map in-place by value 説明 public Ds\Map::sort ( callable $compara ... tor = ? ): void Sorts the map in-place by value, using an optional comparator function. パラ ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Creates a new set by intersecting values with another set 3907
« Ds\Set::get Ds\Set::isEmpty » PHP Manual Set Creates a new set by intersecting values with ano ... ds >= 1.0.0) Ds\Set::intersect — Creates a new set by intersecting values with another set 説明 public D ...
https://man.plustar.jp/php/ds-set.intersect.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 3907
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... new_descriptor ( $conn , OCI_D_ROWID ); oci_define_by_name ( $stmt , "ROWID" , $rowid ); oci_execute ( $ ... delete from $table where ROWID = :rid" ); oci_bind_by_name ( $delete , ":rid" , $rowid , - 1 , OCI_B_ROW ... ()) returning the_blob into :the_blob" ); oci_bind_by_name ( $stmt , ':the_blob' , $lob , - 1 , OCI_B_BL ... oci_new_descriptor ( $conn , OCI_D_LOB ); oci_bind_by_name ( $stmt , ':key' , $key ); oci_bind_by_name ( ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
下位互換性のない変更点 3907
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互 ... 通知の深刻度の変更 状況 新しいレベル / 挙動 Indexing by a resource E_NOTICE Abstract static methods 通知は ... tically E_NOTICE Only variables should be assigned by reference E_NOTICE Only variables should be passed ... by reference E_NOTICE Calling non-static methods stat ... となります。 Notice: Only variables should be passed by reference in /tmp/test.php on line 13 foreach の変 ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]