検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 2375 for new (0.076 sec.)
Creates new connection listener associated with an event base 3776
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... = 1.2.6-beta) EventListener::__construct — Creates new connection listener associated with an event base ... nt $flags , int $backlog , mixed $target ) Creates new connection listener associated with an event base. ... vent base. cb A callable that will be invoked when new connection received. data Custom user data attache ... e , $fd ) { $this -> base = $base ; $this -> bev = new EventBufferEvent ( $base , $fd , EventBufferEvent ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
Transforms an image to a new colorspace 3754
« Imagick::transformImage Imagick::transparentPaintImage » PHP Manual Imagick Transforms an imag ... e to a new colorspace Imagick::transformImageColorspace (PECL ... ransformImageColorspace — Transforms an image to a new colorspace 説明 public Imagick::transformImageColo ... ( int $colorspace ): bool Transforms an image to a new colorspace. パラメータ colorspace The colorspace t ... ImageColorspace() example Transforms an image to a new colorspace, and then extracts a single channel so ...
https://man.plustar.jp/php/imagick.transformimagecolorspace.html - [similar]
3732
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... SSWORD , 'port' => SOLR_SERVER_PORT , ); $client = new SolrClient ( $options ); $doc = new SolrInputDocum ... 文書にマージ <?php include "bootstrap.php" ; $doc = new SolrDocument (); $second_doc = new SolrDocument () ... SSWORD , 'port' => SOLR_SERVER_PORT , ); $client = new SolrClient ( $options ); $query = new SolrQuery () ... SSWORD , 'port' => SOLR_SERVER_PORT , ); $client = new SolrClient ( $options ); $query = new SolrQuery () ...
https://man.plustar.jp/php/solr.examples.html - [similar]
Creates a new map using values from the current instance and another map 3710
« Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the curren ... union (PECL ds >= 1.0.0) Ds\Map::union — Creates a new map using values from the current instance and ano ... ic Ds\Map::union ( Ds\Map $map ): Ds\Map Creates a new map that contains the pairs of the current instanc ... s are equal. パラメータ map The other map, to combine with the current instance. 戻り値 A new map contain ... ikipedia 例 例1 Ds\Map::union() example <?php $a = new \ Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); $ ...
https://man.plustar.jp/php/ds-map.union.html - [similar]
Scales the inputs and outputs in the training data to the specified range 3710
« fann_scale_output fann_scale_train » PHP Manual Fann 関数 Scales the inputs and outputs in the ... n_scale_train_data ( resource $train_data , float $new_min , float $new_max ): bool Scales the inputs and ... _data ニューラルネットワークトレーニングリソース。 new_min New minimum after scaling inputs and outputs i ... n training data. new_max New maximum after scaling inputs and outputs i ... , inputs , outputs , Scales , specified , range , new , scaling ...
https://man.plustar.jp/php/function.fann-scale-train-data.html - [similar]
Copy a function to a new function name 3710
« runkit7_function_add runkit7_function_redefine » PHP Manual runkit7 関数 Copy a function to a ... nown) runkit7_function_copy — Copy a function to a new function name 説明 runkit7_function_copy ( string ... e of the existing function target_name Name of the new function to copy the definition to 戻り値 成功した ... In a function 参考 runkit7_function_add() - Add a new function, similar to create_function runkit7_funct ... _redefine() - Replace a function definition with a new implementation runkit7_function_rename() - Change ...
https://man.plustar.jp/php/function.runkit7-function-copy.html - [similar]
3 つのファイルをひとつに統合する 3710
« xdiff_file_diff xdiff_file_patch_binary » PHP Manual xdiff 関数 3 つのファイルをひとつに統合す ... 説明 xdiff_file_merge3 ( string $old_file , string $new_file1 , string $new_file2 , string $dest ): mixed ... dest に保存します。 old_file が元のバージョンで、 new_file1 と new_file2 が修正したバージョンとなります。 ... d_file 最初のファイルへのパス。"旧" ファイルです。 new_file1 2 番目のファイルへのパス。 old_file の修正版 ... です。 new_file2 3 番目のファイルへのパス。 old_file の修正版 ...
https://man.plustar.jp/php/function.xdiff-file-merge3.html - [similar]
Constructs a new SyncMutex object 3710
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex:: ... nc >= 1.0.0) SyncMutex::__construct — Constructs a new SyncMutex object 説明 public SyncMutex::__construc ... hrown with a meaningless error message. 戻り値 The new SyncMutex object. エラー / 例外 An exception is th ... med mutex with lock timeout example <?php $mutex = new SyncMutex ( "UniqueName" ); if (! $mutex -> lock ( ... __construct() unnamed mutex example <?php $mutex = new SyncMutex (); $mutex -> lock (); /* ... */ $mutex ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
MongoDB driver classes 3688
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... nager MongoDB\Driver\Manager::__construct — Create new MongoDB Manager MongoDB\Driver\Manager::createClie ... ntEncryption — Create a new ClientEncryption object MongoDB\Driver\Manager::ex ... nce MongoDB\Driver\Manager::startSession — Start a new client session for use with this client MongoDB\Dr ... ass MongoDB\Driver\Command::__construct — Create a new Command MongoDB\Driver\Query — The MongoDB\Driver\ ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
Creates a new set by intersecting values with another set 3688
« Ds\Set::get Ds\Set::isEmpty » PHP Manual Set Creates a new set by intersecting values with ano ... t (PECL ds >= 1.0.0) Ds\Set::intersect — Creates a new set by intersecting values with another set 説明 p ... s\Set::intersect ( Ds\Set $set ): Ds\Set Creates a new set using values common to both the current instan ... edia 例 例1 Ds\Set::intersect() example <?php $a = new \ Ds \ Set ([ 1 , 2 , 3 ]); $b = new \ Ds \ Set ([ ... ーワード: Set , Ds , values , intersect , Creates , new , instance , intersecting , removed , 出力 ...
https://man.plustar.jp/php/ds-set.intersect.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT