Results of 1 - 10 of about 50 for Regular (0.008 sec.)
- Specify the regular expression for fragmenting 12843
- « SolrQuery::setHighlightRegexMaxAnalyzedChars SolrQuery::setHighlightRegexSlop » PHP Manual Sol
...
rQuery Specify the regular expression for fragmenting SolrQuery::setHighlight ...
SolrQuery::setHighlightRegexPattern — Specify the regular expression for fragmenting 説明 public SolrQuery:: ...
Pattern ( string $value ): SolrQuery Specifies the regular expression for fragmenting. This could be used to ...
extract sentences パラメータ value The regular expression for fragmenting. This could be used to ...
-
https://man.plustar.jp/php/solrquery.sethighlightregexpattern.html
- [similar]
- C Data Handles 12693
- « FFI::typeof FFI\CType » PHP Manual FFI C Data Handles C Data Handles (PHP 7 >= 7.4.0, PHP 8) は
...
CData objects can be used in a number of ways as a regular PHP data: C data of scalar types can be read and a ...
= 42; C struct and union fields can be accessed as regular PHP object property, e.g. $cdata->field C array el ...
ements can be accessed as regular PHP array elements, e.g. $cdata[$offset] C arrays ...
s, e.g. $cdata[0] C pointers can be compared using regular comparison operators ( < , <= , == , != , >= , > ) ...
-
https://man.plustar.jp/php/class.ffi-cdata.html
- [similar]
- Returns the regular expression for fragmenting 11745
- « SolrQuery::getHighlightRegexMaxAnalyzedChars SolrQuery::getHighlightRegexSlop » PHP Manual Sol
...
rQuery Returns the regular expression for fragmenting SolrQuery::getHighlight ...
SolrQuery::getHighlightRegexPattern — Returns the regular expression for fragmenting 説明 public SolrQuery:: ...
getHighlightRegexPattern (): string Returns the regular expression used for fragmenting パラメータ この関数 ...
ess and null if not set. 関連キーワード: Returns , regular , expression , SolrQuery , the , getHighlightRegex ...
-
https://man.plustar.jp/php/solrquery.gethighlightregexpattern.html
- [similar]
- Insert regex macro 10497
- « Parle\Lexer::getToken Parle\Lexer::push » PHP Manual Parle\Lexer Insert regex macro Parle\Lexe
...
be later used as a shortcut and included in other regular expressions. パラメータ name Name of the macros. r ...
egex Regular expression. 戻り値 値を返しません。 関連キーワード ...
: macro , Insert , Parle , insertMacro , string , regular , Regular , Name , パラメータ , expressions ...
-
https://man.plustar.jp/php/parle-lexer.insertmacro.html
- [similar]
- Insert regex macro 10497
- « Parle\RLexer::getToken Parle\RLexer::push » PHP Manual Parle\RLexer Insert regex macro Parle\R
...
be later used as a shortcut and included in other regular expressions. パラメータ name Name of the macros. r ...
egex Regular expression. 戻り値 値を返しません。 関連キーワード ...
, macro , Parle , RLexer , insertMacro , string , regular , Regular , Name , パラメータ ...
-
https://man.plustar.jp/php/parle-rlexer.insertmacro.html
- [similar]
- 指定した collator で配列を並べ替える 8738
- « Collator::sortWithSortKeys NumberFormatter » PHP Manual Collator 指定した collator で配列を並べ
...
sort ( array &$array , int $flags = Collator::SORT_REGULAR ): bool 手続き型 collator_sort ( Collator $object ...
, array &$array , int $flags = Collator::SORT_REGULAR ): bool この関数は、現在のロケールの規則にもとづい ...
ョンの並べ替え方式。以下のいずれか。 Collator::SORT_REGULAR - 通常の比較 (型を変更しない) Collator::SORT_NUMER ...
しての比較 デフォルトの並べ替え方式は Collator::SORT_REGULAR です。 flags に無効な値を指定した場合もこの方式を使 ...
-
https://man.plustar.jp/php/collator.sort.html
- [similar]
- インデックスの情報を保持しつつ配列を並べ替える 8512
- « Collator Collator::compare » PHP Manual Collator インデックスの情報を保持しつつ配列を並べ替える
...
sort ( array &$array , int $flags = Collator::SORT_REGULAR ): bool 手続き型 collator_asort ( Collator $object ...
, array &$array , int $flags = Collator::SORT_REGULAR ): bool この関数は、インデックスと値の関係を保持し ...
ョンの並べ替え方式。以下のいずれか。 Collator::SORT_REGULAR - 通常の比較 (型を変更しない) Collator::SORT_NUMER ...
しての比較 デフォルトの flags の値は Collator::SORT_REGULAR です。 flags に無効な値が指定された場合も、このデフ ...
-
https://man.plustar.jp/php/collator.asort.html
- [similar]
- Construct a new Regex 8362
- « MongoDB\BSON\Regex MongoDB\BSON\Regex::getFlags » PHP Manual MongoDB\BSON\Regex Construct a ne
...
ng $flags = "" ) パラメータ pattern ( string ) The regular expression pattern. 注意 : The pattern should not ...
with delimiter characters. flags ( string ) The » regular expression flags . Characters in this argument wil ...
"]=> string(1) "i" } 参考 » BSON Types » Supported regular expression flags 関連キーワード: Regex , BSON , fl ...
-
https://man.plustar.jp/php/mongodb-bson-regex.construct.html
- [similar]
- Basic FFI usage 8226
- « 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail
...
onstrating the simplicity of the FFI API usage for regular tasks. 注意 : Some of these examples require libc. ...
t printf(const char *format, ...);" , // this is a regular C declaration "libc.so.6" ); // call C's printf() ...
e $ffi = FFI :: cdef ( "int errno;" , // this is a regular C declaration "libc.so.6" ); // print C's errno va ...
::new( "long[1024]" ); // work with it like with a regular PHP array for ( $i = 0 ; $i < count ( $a ); $i ++) ...
-
https://man.plustar.jp/php/ffi.examples-basic.html
- [similar]
- 配列を昇順にソートする 7489
- « sizeof uasort » PHP Manual 配列 関数 配列を昇順にソートする sort (PHP 4, PHP 5, PHP 7, PHP 8)
...
トする 説明 sort ( array &$array , int $flags = SORT_REGULAR ): bool array を値で昇順にソートします。 注意 : 比 ...
使える値は下記の通りです: ソートタイプのフラグ: SORT_REGULAR - 通常通りに項目を比較します。 詳細は 比較演算子 で ...
したコードを書いてはいけません。 警告 flags が SORT_REGULAR の場合に 複数の型が混在する配列をソートする場合には ...
-
https://man.plustar.jp/php/function.sort.html
- [similar]