検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 1267 for Value (0.042 sec.)
これは、SolrParams::addParam に対するエイリアスです 2740
« SolrParams SolrParams::addParam » PHP Manual SolrParams これは、SolrParams::addParam に対するエ ... al public SolrParams::add ( string $name , string $value ): SolrParams これは、SolrParams::addParam に対する ... エイリアスです。 パラメータ name パラメータ名 value パラメータ値 戻り値 成功時に SolrParams インスタン ...
https://man.plustar.jp/php/solrparams.add.html - [similar]
2740
« リソース型 SVM » PHP Manual SVM 例 例 The basic process is to define parameters, supply traini ... (usually 1 and -1) followed by a series of feature/value pairs, in increasing feature order. The features a ... re integers, the values floats, usually scaled 0-1. For example: -1 1:0.4 ... m. Each feature would represent some word, and the value would represent that importance of that word to th ... t have the class as the first element, then key => value sets for the feature values pairs. This data is pa ...
https://man.plustar.jp/php/svm.examples.html - [similar]
現在の varnish インスタンスの構成パラメータを設定する 2740
« VarnishAdmin::setIdent VarnishAdmin::setPort » PHP Manual VarnishAdmin 現在の varnish インスタ ... nishAdmin::setParam ( string $name , string | int $value ): int パラメータ name Varnish のパラメータ名。 va ...
https://man.plustar.jp/php/varnishadmin.setparam.html - [similar]
属性全体を書き込む 2740
« XMLWriter::text XMLWriter::writeAttributeNs » PHP Manual XMLWriter 属性全体を書き込む XMLWrite ... XMLWriter::writeAttribute ( string $name , string $value ): bool 手続き型 xmlwriter_write_attribute ( XMLWr ... iter $writer , string $name , string $value ): bool 属性全体を書き込みます。 パラメータ writer ... を呼び出すことで取得したものです。 name 属性の名前。 value 属性の値。 戻り値 成功した場合に true を、失敗した ...
https://man.plustar.jp/php/xmlwriter.writeattribute.html - [similar]
libxml のエラー処理関数によるエラー処理 2740
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... sl:template> <xsl:template match="fruit"> <li><xsl:value-of select="THIS IS A DELIBERATE ERROR!"/></li> </x ... compilation error: file fruits.xsl line 9 element value-of Libxml error: xsl:value-of : could not compile ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
DOMAttr クラス 2718
« 例 DOMAttr::__construct » PHP Manual DOM DOMAttr クラス DOMAttr クラス (PHP 5, PHP 7, PHP 8) は ... readonly bool $ specified = true ; public string $ value ; public readonly ? DOMElement $ ownerElement ; pu ... readonly string $ nodeName ; public ? string $ nodeValue ; public readonly int $ nodeType ; public readonly ... ッド */ public __construct ( string $name , string $value = "" ) public isId (): bool /* 継承したメソッド */ ... ます。 specified 未実装です。常に true を返します。 value 属性の値 参考 » W3C specification of Attr 目次 DOM ...
https://man.plustar.jp/php/class.domattr.html - [similar]
The EvLoop class 2718
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... ) will not be affected. Setting this to a non-zero value will introduce an additional sleep() call into mos ... an usually benefit by setting the io_interval to a value near 0.1 , which is often enough for interactive s ... ually doesn't make much sense to set it to a lower value than 0.01 , as this approaches the timing granular ... s will not be affected. Setting this to a non-null value will not introduce any overhead in libev . See als ...
https://man.plustar.jp/php/class.evloop.html - [similar]
The EvStat class 2718
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0 ... recommended) then a suitable, unspecified default value will be used(which could be expected to be around ... events ): void public EvWatcher::keepalive ( bool $value = ? ): bool public EvWatcher::setCallback ( callab ... be specified as 0.0 to let libev choose a suitable value. path Readonly . The path to wait for status chang ... es on. 目次 EvStat::attr — Returns the values most recently detected by Ev EvStat::__construct ...
https://man.plustar.jp/php/class.evstat.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 2718
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... ublic function __toString () { return $this -> nodeValue ; } } $doc = new DOMDocument ; $doc -> loadXML ( " ... ent extends DOMElement { public $myProp = 'default value' ; } $doc = new DOMDocument (); $doc -> registerNo ... createElement ( 'a' ); $node -> myProp = 'modified value' ; $doc -> appendChild ( $node ); echo $doc -> chi ... P_EOL ; ?> 上の例の出力は以下となります。 modified value default value 関連キーワード: クラス , 拡張 , 作成 ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
リクエストの一部を指定したURIに対して行い、全ての情報を返す 2718
« apache_getenv apache_note » PHP Manual Apache 関数 リクエストの一部を指定したURIに対して行い、 ... 例 <?php $info = apache_lookup_uri ( 'index.php?var=value' ); print_r ( $info ); if ( file_exists ( $info -> ... al_copy] => 1 [unparsed_uri] => /dir/index.php?var=value [uri] => /dir/index.php [filename] => /home/htdocs ... /dir/index.php [args] => var=value [allowed] => 0 [sent_bodyct] => 0 [bytes_sent] => ...
https://man.plustar.jp/php/function.apache-lookup-uri.html - [similar]