検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 291 for length (0.010 sec.)
Returns a sub-sequence of a given range 6788
« Ds\Sequence::shift Ds\Sequence::sort » PHP Manual Sequence Returns a sub-sequence of a given r ... ract public Ds\Sequence::slice ( int $index , int $length = ? ): Ds\Sequence Creates a sub-sequence of a giv ... ve, the sequence will start that far from the end. length If a length is given and is positive, the resultin ... nce will have up to that many values in it. If the length results in an overflow, only values up to the end ... of the sequence will be included. If a length is given and is negative, the sequence will stop t ...
https://man.plustar.jp/php/ds-sequence.slice.html - [similar]
Returns a sub-set of a given range 6788
« Ds\Set::reversed Ds\Set::sort » PHP Manual Set Returns a sub-set of a given range Ds\Set::slic ... ange 説明 public Ds\Set::slice ( int $index , int $length = ? ): Ds\Set Creates a sub-set of a given range. ... egative, the set will start that far from the end. length If a length is given and is positive, the resultin ... set will have up to that many values in it. If the length results in an overflow, only values up to the end ... of the set will be included. If a length is given and is negative, the set will stop that m ...
https://man.plustar.jp/php/ds-set.slice.html - [similar]
Returns a sub-vector of a given range 6788
« Ds\Vector::shift Ds\Vector::sort » PHP Manual Vector Returns a sub-vector of a given range Ds\ ... e 説明 public Ds\Vector::slice ( int $index , int $length = ? ): Ds\Vector Creates a sub-vector of a given r ... tive, the vector will start that far from the end. length If a length is given and is positive, the resultin ... tor will have up to that many values in it. If the length results in an overflow, only values up to the end ... of the vector will be included. If a length is given and is negative, the vector will stop tha ...
https://man.plustar.jp/php/ds-vector.slice.html - [similar]
出力バッファの長さを返す 6788
« ob_get_flush ob_get_level » PHP Manual 出力制御 関数 出力バッファの長さを返す ob_get_length (P ... HP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) ob_get_length — 出力バッファの長さを返す 説明 ob_get_length (): ... い場合には、 false を返します。 例 例1 単純な ob_get_length() の例 <?php ob_start (); echo "Hello " ; $len1 = ... ob_get_length (); echo "World" ; $len2 = ob_get_length (); ob_en ... ッファの内容を返す 関連キーワード: 出力 , バッファ , length , 関数 , 内容 , バイト , 単位 , パラメータ , バッフ ...
https://man.plustar.jp/php/function.ob-get-length.html - [similar]
マスクにマッチしない最初のセグメントの長さを返す 6788
« strcoll strip_tags » PHP Manual String 関数 マスクにマッチしない最初のセグメントの長さを返す s ... ng , string $characters , int $offset = 0 , ? int $length = null ): int string において characters の文字がど ... いない 最初のセグメントの長さを返します。 offset と length を省略した場合は、 string の全体を調べます。 これら ... を指定した場合は、 strcspn(substr($string, $offset, $length), $characters) をコールするのと同じ動きになります。 ... ing の後ろから offset 番目の文字から調べ始めます。 length string の中での調べるセグメントの長さ。 length に非 ...
https://man.plustar.jp/php/function.strcspn.html - [similar]
Returns the maximum word length above which words will be ignored 6712
« SolrQuery::getMltMaxNumTokens SolrQuery::getMltMinDocFrequency » PHP Manual SolrQuery Returns ... the maximum word length above which words will be ignored SolrQuery::getMl ... tMaxWordLength (PECL solr >= 0.9.2) SolrQuery::getMltMaxWordLengt ... h — Returns the maximum word length above which words will be ignored 説明 public Solr ... Query::getMltMaxWordLength (): int Returns the maximum word length above whic ...
https://man.plustar.jp/php/solrquery.getmltmaxwordlength.html - [similar]
Returns the minimum word length below which words will be ignored 6712
« SolrQuery::getMltMinTermFrequency SolrQuery::getMltQueryFields » PHP Manual SolrQuery Returns ... the minimum word length below which words will be ignored SolrQuery::getMl ... tMinWordLength (PECL solr >= 0.9.2) SolrQuery::getMltMinWordLengt ... h — Returns the minimum word length below which words will be ignored 説明 public Solr ... Query::getMltMinWordLength (): int Returns the minimum word length below whic ...
https://man.plustar.jp/php/solrquery.getmltminwordlength.html - [similar]
配列を分割する 6673
« array_change_key_case array_column » PHP Manual 配列 関数 配列を分割する array_chunk (PHP 4 >= ... 列を分割する 説明 array_chunk ( array $array , int $length , bool $preserve_keys = false ): array 配列を、要素 ... 数が length の配列に分割します。 最後の部分の要素数は length... ることもあります。 パラメータ array 処理を行う配列。 length 各部分のサイズ。 preserve_keys true の場合はキーを ... 返します。添え字はゼロから始まり、 各次元の要素数が length となります。 エラー / 例外 length が 1 より小さい場 ...
https://man.plustar.jp/php/function.array-chunk.html - [similar]
指定したフィールドの内部記憶領域におけるサイズを返す 6673
« pg_field_prtlen pg_field_table » PHP Manual PostgreSQL 関数 指定したフィールドの内部記憶領域に ... ); echo "fieldname: $fieldname \n" ; echo "printed length: " . pg_field_prtlen ( $res , $fieldname ) . " cha ... racters\n" ; echo "storage length: " . pg_field_size ( $res , $j ) . " bytes\n" ; ec ... 以下となります。 column 0 fieldname: author printed length: 6 characters storage length: -1 bytes field type: ... varchar column 1 fieldname: year printed length: 4 characters storage length: 2 bytes field type: ...
https://man.plustar.jp/php/function.pg-field-size.html - [similar]
指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す 6673
« strrpos strstr » PHP Manual String 関数 指定したマスク内に含まれる文字からなる文字列の最初のセ ... ng , string $characters , int $offset = 0 , ? int $length = null ): int string の中で、 characters 内の文字 ... だけ を含む最初の部分の長さを返します。 offset と length を省略した場合は、 string 全体を調べます。 指定した ... 場合は、 strspn(substr($string, $offset, $length), $characters) をコールするのと同じ動きになります。 ... g の最後から offset 番目の位置から調査を始めます。 length string 内で調べる部分の長さ。 length に非負の値を指 ...
https://man.plustar.jp/php/function.strspn.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT