検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 94 for PREFIX (0.013 sec.)
配列からシンボルテーブルに変数をインポートする 11298
« end in_array » PHP Manual 配列 関数 配列からシンボルテーブルに変数をインポートする extract (PH ... ay &$array , int $flags = EXTR_OVERWRITE , string $prefix = "" ): int 配列からシンボルテーブルに変数をインポ ... て処理します。 各キー/値の組に関して、 flags および prefix パラメータに基づき、 現在のシンボルテーブルに変数を ... 作成します。 連想配列を使用する必要があります。 EXTR_PREFIX_ALL または EXTR_PREFIX_INVALID を使用しない限り、 ... があった場合、存在する変数は上書きされません。 EXTR_PREFIX_SAME 衝突があった場合、 prefix を前につけた新しい変 ...
https://man.plustar.jp/php/function.extract.html - [similar]
Restrict matches to terms that start with the prefix 10572
« SolrQuery::setTermsMinCount SolrQuery::setTermsReturnRaw » PHP Manual SolrQuery Restrict match ... es to terms that start with the prefix SolrQuery::setTermsPrefix (PECL solr >= 0.9.2) Sol ... rQuery::setTermsPrefix — Restrict matches to terms that start with the pr ... efix 説明 public SolrQuery::setTermsPrefix ( string $prefix ): SolrQuery Restrict matches to ... terms that start with the prefix パラメータ prefix Restrict matches to terms that s ...
https://man.plustar.jp/php/solrquery.settermsprefix.html - [similar]
RecursiveTreeIterator クラス 10519
« RecursiveRegexIterator::hasChildren RecursiveTreeIterator::beginChildren » PHP Manual イテレー ... CURRENT = 4 ; const int BYPASS_KEY = 8 ; const int PREFIX_LEFT = 0 ; const int PREFIX_MID_HAS_NEXT = 1 ; con ... st int PREFIX_MID_LAST = 2 ; const int PREFIX_END_HAS_NEXT = 3 ; ... const int PREFIX_END_LAST = 4 ; const int PREFIX_RIGHT = 5 ; /* メソ ... (): string public getPostfix (): string public getPrefix (): string public key (): mixed public next (): vo ...
https://man.plustar.jp/php/class.recursivetreeiterator.html - [similar]
テキストの属性を取得する 10281
« NumberFormatter::getSymbol NumberFormatter::parseCurrency » PHP Manual NumberFormatter テキスト ... te ( 'de_DE' , NumberFormatter :: DECIMAL ); echo "Prefix: " . numfmt_get_text_attribute ( $fmt , NumberForm ... atter :: NEGATIVE_PREFIX ). "\n" ; echo numfmt_format ( $fmt , - 1234567.89 ... ext_attribute ( $fmt , NumberFormatter :: NEGATIVE_PREFIX , "MINUS" ); echo "Prefix: " . numfmt_get_text_att ... ribute ( $fmt , NumberFormatter :: NEGATIVE_PREFIX ). "\n" ; echo numfmt_format ( $fmt , - 1234567.89 ...
https://man.plustar.jp/php/numberformatter.gettextattribute.html - [similar]
テキスト属性を設定する 10281
« NumberFormatter::setSymbol Locale » PHP Manual NumberFormatter テキスト属性を設定する NumberFo ... te ( 'de_DE' , NumberFormatter :: DECIMAL ); echo "Prefix: " . numfmt_get_text_attribute ( $fmt , NumberForm ... atter :: NEGATIVE_PREFIX ). "\n" ; echo numfmt_format ( $fmt , - 1234567.89 ... ext_attribute ( $fmt , NumberFormatter :: NEGATIVE_PREFIX , "MINUS" ); echo "Prefix: " . numfmt_get_text_att ... ribute ( $fmt , NumberFormatter :: NEGATIVE_PREFIX ). "\n" ; echo numfmt_format ( $fmt , - 1234567.89 ...
https://man.plustar.jp/php/numberformatter.settextattribute.html - [similar]
Specifies a string prefix with which to limits the terms on which to facet 10281
« SolrQuery::setFacetOffset SolrQuery::setFacetSort » PHP Manual SolrQuery Specifies a string prefix ... its the terms on which to facet SolrQuery::setFacetPrefix (PECL solr >= 0.9.2) SolrQuery::setFacetPrefix — S ... pecifies a string prefix with which to limits the terms on which to facet 説 ... 明 public SolrQuery::setFacetPrefix ( string $prefix , string $field_override = ? ): S ... olrQuery Specifies a string prefix with which to limits the terms on which to facet. ...
https://man.plustar.jp/php/solrquery.setfacetprefix.html - [similar]
Constructor 9054
« Yac::add Yac::delete » PHP Manual Yac Constructor Yac::__construct (PECL yac >= 1.0.0) Yac::__ ... Constructor 説明 public Yac::__construct ( string $prefix = "" ) prefix is used to prepended to keys, this c ... sed to avoiding conflicts between apps. パラメータ prefix string prefix エラー / 例外 Throws an Exception if ... Yac is not enabled. Throws Exception if prefix exceeds max key length of 48 ( YAC_MAX_KEY_LEN ) b ...
https://man.plustar.jp/php/yac.construct.html - [similar]
Returns the term prefix 9014
« SolrQuery::getTermsMinCount SolrQuery::getTermsReturnRaw » PHP Manual SolrQuery Returns the te ... rm prefix SolrQuery::getTermsPrefix (PECL solr >= 0.9.2) Sol ... rQuery::getTermsPrefix — Returns the term prefix 説明 public SolrQuery::g ... etTermsPrefix (): string Returns the prefix to which matching te ... restrict matches to only terms that start with the prefix パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/solrquery.gettermsprefix.html - [similar]
クラスの抽象化 8909
« static キーワード オブジェクト インターフェイス » PHP Manual クラスとオブジェクト クラスの抽象 ... function getValue (); abstract protected function prefixValue ( $prefix ); // Common method public function ... e () { return "ConcreteClass1" ; } public function prefixValue ( $prefix ) { return " { $prefix } ConcreteCl ... e () { return "ConcreteClass2" ; } public function prefixValue ( $prefix ) { return " { $prefix } ConcreteCl ... teClass1 ; $class1 -> printOut (); echo $class1 -> prefixValue ( 'FOO_' ) . "\n" ; $class2 = new ConcreteCla ...
https://man.plustar.jp/php/language.oop5.abstract.html - [similar]
XML 名前空間の使用 8566
« 単純な XML ドキュメントの作成 オブジェクト指向 API の使用 » PHP Manual 例 XML 名前空間の使用 X ... // 最初の要素 xmlwriter_start_element_ns ( $xw , 'prefix' , 'books' , 'uri' ); xmlwriter_start_attribute ( ... , 'isbn' ); xmlwriter_start_attribute_ns ( $xw , 'prefix' , 'isbn' , 'uri' ); xmlwriter_end_attribute ( $xw ... となります。 <?xml version="1.0" encoding="UTF-8"?> <prefix:books isbn="" prefix:isbn="" xmlns:prefix="uri">bo ... ok1</prefix:books> 関連キーワード: 使用 , books , ドキュメント ...
https://man.plustar.jp/php/example.xmlwriter-namespace.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT