検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 56 for word (0.005 sec.)
IntlBreakIterator クラス 12155
« Transliterator::transliterate IntlBreakIterator::__construct » PHP Manual intl IntlBreakIterat ... egate { /* 定数 */ const int DONE = -1 ; const int WORD_NONE = 0 ; const int WORD_NONE_LIMIT = 100 ; const ... int WORD_NUMBER = 100 ; const int WORD_NUMBER_LIMIT = 200 ; ... const int WORD_LETTER = 200 ; const int WORD_LETTER_LIMIT = 300 ; ... const int WORD_KANA = 300 ; const int WORD_KANA_LIMIT = 400 ; con ...
https://man.plustar.jp/php/class.intlbreakiterator.html - [similar]
com クラス 11050
« 配列と配列形式の COM プロパティ com::__construct » PHP Manual COM com クラス com クラス (PHP 4 ... 要はありません。 com の例 例1 com の例 (1) <?php // word を起動します $word = new com ( "word.application" ... ) or die( "Unable to instantiate Word" ); echo "Loaded Word, version { $word -> Version ... } \n" ; // 前面に移動させます $word -> Visible = 1 ; // 空のドキュメントを開きます $wo ... Documents -> Add (); // 何か複雑なことを行います $word -> Selection -> TypeText ( "This is a test..." ); ...
https://man.plustar.jp/php/class.com.html - [similar]
Get log count by level, log_path and key_word 10446
« SeasLog::alert SeasLog::analyzerDetail » PHP Manual SeasLog Get log count by level, log_path a ... nd key_word SeasLog::analyzerCount (PECL seaslog >=1.1.6) Seas ... erCount — Get log count by level, log_path and key_word 説明 public static SeasLog::analyzerCount ( string ... $level , string $log_path = ? , string $key_word = ? ): mixed `SeasLog` get count value of `grep -a ... i '{level}' | grep -aic '{key_word}'` use system pipe and return to PHP (array or int ...
https://man.plustar.jp/php/seaslog.analyzercount.html - [similar]
IntlCodePointBreakIterator クラス 10387
« IntlRuleBasedBreakIterator::getRuleStatusVec IntlCodePointBreakIterator::getLastCodePoint » PH ... Iterator::DONE = -1 ; const int IntlBreakIterator::WORD_NONE = 0 ; const int IntlBreakIterator::WORD_NONE_ ... LIMIT = 100 ; const int IntlBreakIterator::WORD_NUMBER = 100 ; const int IntlBreakIterator::WORD_N ... UMBER_LIMIT = 200 ; const int IntlBreakIterator::WORD_LETTER = 200 ; const int IntlBreakIterator::WORD_L ... ETTER_LIMIT = 300 ; const int IntlBreakIterator::WORD_KANA = 300 ; const int IntlBreakIterator::WORD_KAN ...
https://man.plustar.jp/php/class.intlcodepointbreakiterator.html - [similar]
IntlRuleBasedBreakIterator クラス 9886
« IntlBreakIterator::setText IntlRuleBasedBreakIterator::__construct » PHP Manual intl IntlRuleB ... Iterator::DONE = -1 ; const int IntlBreakIterator::WORD_NONE = 0 ; const int IntlBreakIterator::WORD_NONE_ ... LIMIT = 100 ; const int IntlBreakIterator::WORD_NUMBER = 100 ; const int IntlBreakIterator::WORD_N ... UMBER_LIMIT = 200 ; const int IntlBreakIterator::WORD_LETTER = 200 ; const int IntlBreakIterator::WORD_L ... ETTER_LIMIT = 300 ; const int IntlBreakIterator::WORD_KANA = 300 ; const int IntlBreakIterator::WORD_KAN ...
https://man.plustar.jp/php/class.intlrulebasedbreakiterator.html - [similar]
Sets the maximum word length 9739
« SolrQuery::setMltMaxNumTokens SolrQuery::setMltMinDocFrequency » PHP Manual SolrQuery Sets the ... maximum word length SolrQuery::setMltMaxWordLength (PECL solr > ... = 0.9.2) SolrQuery::setMltMaxWordLength — Sets the maximum word length 説明 public S ... olrQuery::setMltMaxWordLength ( int $maxWordLength ): SolrQuery Sets the m ... aximum word length above which words will be ignored. パラメー ...
https://man.plustar.jp/php/solrquery.setmltmaxwordlength.html - [similar]
Sets the minimum word length 9739
« SolrQuery::setMltMinTermFrequency SolrQuery::setOmitHeader » PHP Manual SolrQuery Sets the min ... imum word length SolrQuery::setMltMinWordLength (PECL solr > ... = 0.9.2) SolrQuery::setMltMinWordLength — Sets the minimum word length 説明 public S ... olrQuery::setMltMinWordLength ( int $minWordLength ): SolrQuery Sets the m ... inimum word length below which words will be ignored. パラメー ...
https://man.plustar.jp/php/solrquery.setmltminwordlength.html - [similar]
Get log detail by level, log_path, key_word, start, limit, order 9474
« SeasLog::analyzerCount SeasLog::closeLoggerStream » PHP Manual SeasLog Get log detail by level ... , log_path, key_word, start, limit, order SeasLog::analyzerDetail (PECL ... zerDetail — Get log detail by level, log_path, key_word, start, limit, order 説明 public static SeasLog::a ... string $level , string $log_path = ? , string $key_word = ? , int $start = ? , int $limit = ? , int $order ... et results of `grep -ai '{level}' | grep -ai '{key_word}' | sed -n '{start},{limit}'p` use system pipe and ...
https://man.plustar.jp/php/seaslog.analyzerdetail.html - [similar]
文字列に使用されている単語についての情報を返す 8870
« str_starts_with strcasecmp » PHP Manual String 関数 文字列に使用されている単語についての情報を ... 返す str_word_count (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) str_wo ... 列に使用されている単語についての情報を返す 説明 str_word_count ( string $string , int $format = 0 , ? strin ... characters は、nullable になりました。 例 例1 str_word_count() の例 <?php $str = "Hello fri3nd, you're lo ... oking good today!" ; print_r ( str_word_count ( $str , 1 )); print_r ( str_word_count ( $s ...
https://man.plustar.jp/php/function.str-word-count.html - [similar]
Parser examples 8766
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... break; } break; } $p -> advance (); } } 例2 Parse words out from a sentence <?php use Parle \{ Lexer , To ... arserException }; $p = new Parser ; $p -> token ( "WORD" ); $p -> push ( "START" , "SENTENCE" ); $p -> pus ... h ( "SENTENCE" , "WORDS" ); $prod_word_0 = $p -> push ( "WORDS" , "WORDS ... WORD" ); $prod_word_1 = $p -> push ( "WORDS" , "WORD" ); $p -> build ( ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
PREV 1 2 3 4 5 6 NEXT