検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 2039 for To (0.172 sec.)
include または require で読み込まれたファイルの名前を配列として返す 2554
« get_include_path get_loaded_extensions » PHP Manual PHP オプション/情報 関数 include または re ... me \n" ; } ?> 上の例の出力は以下となります。 /path/to/abc.php /path/to/test1.php /path/to/test2.php /pat ... h/to/test3.php /path/to/test4.php 参考 include - includ ...
https://man.plustar.jp/php/function.get-included-files.html - [similar]
画像にフィルタを適用する 2554
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... , IMG_FILTER_GRAYSCALE )) { echo 'Image converted to grayscale.' ; imagepng ( $im , 'dave.png' ); } els ... e { echo 'Conversion to grayscale failed.' ; } imagedestroy ( $im ); ?> 例 ... gate ( $im )) { echo 'Image successfully converted to negative colors.' ; imagejpeg ( $im , 'kalle.jpg' ... ); imagedestroy ( $im ); } else { echo 'Converting to negative colors failed.' ; } ?> 例5 imagefilter() ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
Makes the next result of the specified statement active 2554
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... next_result (No version information available, might only be in Git) sqlsrv_next_result — Makes the next ... result of the specified statement active 説明 sqlsrv_next_ ... sult ( resource $stmt ): mixed Makes the next result of the specified statement active. Results include ... and output parameters. パラメータ stmt The statement on which the next result is being called. 戻り値 Re ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
Run a single task and return a result 2554
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... t::doNormal (No version information available, might only be in Git) GearmanClient::doNormal — Run a sin ... ns a string representation of the result. It is up to the GearmanClient and GearmanWorker to agree on th ... e format of the result. パラメータ function_name ワーカーが実 ... Client code echo "Starting\n" ; # Create our client object. $gmclient = new GearmanClient (); # Add def ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
Add a delete operation to the bulk 2554
« MongoDB\Driver\BulkWrite::count MongoDB\Driver\BulkWrite::insert » PHP Manual MongoDB\Driver\B ... ulkWrite Add a delete operation to the bulk MongoDB\Driver\BulkWrite::delete (mongodb ... \Driver\BulkWrite::delete — Add a delete operation to the bulk 説明 public MongoDB\Driver\BulkWrite::del ... $deleteOptions = ? ): void Adds a delete operation to the MongoDB\Driver\BulkWrite . パラメータ filter ( ... teria, MongoDB compares types and values according to its own » comparison rules for BSON types , which ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.delete.html - [similar]
Execution 2554
« parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution ... n array of arguments with specific characteristics to be passed to task at execution time. Task Characte ... es scheduled for parallel execution must not: accept or return by reference accept or return internal ob ... jects (see notes) execute a limited set of instructions Instructions prohibited in Closures ... f file stream resources, the resource will be cast to the file descriptor and passed as int where possib ...
https://man.plustar.jp/php/parallel-runtime.run.html - [similar]
実行時設定 2554
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 。 seaslog.appender int Switch the Record Log Data Store. 1File 2TCP 3UDP (Switch default 1) SeasLog will ... send log to tcp://remote_host:remote_port or udp://remote_host ... mote_port server, when seaslog.appender configured to 2 (TCP) or 3 (UDP) . When SeasLog send log to TCP/ ... in_cli on. The buffer_disabled_in_cli switch default off. If switch buffer_disabled_in_cli on, and runni ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
Adds another field to the facet 2554
« SolrQuery::addFacetDateOther SolrQuery::addFacetQuery » PHP Manual SolrQuery Adds another fiel ... d to the facet SolrQuery::addFacetField (PECL solr >= 0 ... 9.2) SolrQuery::addFacetField — Adds another field to the facet 説明 public SolrQuery::addFacetField ( s ... tring $field ): SolrQuery Adds another field to the facet パラメータ field The name of the field 戻 ... 例の出力は、 たとえば以下のようになります。 SolrObject Object ( [color] => SolrObject Object ( [blue] => 2 ...
https://man.plustar.jp/php/solrquery.addfacetfield.html - [similar]
Enables or disables highlighting 2554
« SolrQuery::setGroupTruncate SolrQuery::setHighlightAlternateField » PHP Manual SolrQuery Enabl ... :setHighlight ( bool $flag ): SolrQuery Setting it to true enables highlighted snippets to be generated ... in the query response. Setting it to false disables highlighting パラメータ flag Enable ...
https://man.plustar.jp/php/solrquery.sethighlight.html - [similar]
Test training params on subsets of the training data 2554
« SVM::__construct SVM::getOptions » PHP Manual SVM Test training params on subsets of the train ... number_of_folds ): float Crossvalidate can be used to test the effectiveness of the current parameter se ... t on a subset of the training data. Given a problem set and a n " ... folds", it separates the problem set into n subsets, and the repeatedly trains on one subset ... ned should be relatively useful, so it can be used to test different training parameters. パラメータ pro ...
https://man.plustar.jp/php/svm.crossvalidate.html - [similar]