検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 291 for length (0.004 sec.)
結果セットにおける現在の行のカラムの長さを返す 8850
« mysqli_result::getIterator mysqli_result::$num_rows » PHP Manual mysqli_result 結果セットにおけ ... る現在の行のカラムの長さを返す mysqli_result::$lengths mysqli_fetch_lengths (PHP 5, PHP 7, PHP 8) mysqli ... _result::$lengths -- mysqli_fetch_lengths — 結果セットにおける現在の ... 返す 説明 オブジェクト指向型 ? array $mysqli_result->lengths ; 手続き型 mysqli_fetch_lengths ( mysqli_result $ ... result ): array | false mysqli_fetch_lengths() 関数は、 result が指す結果セットの現在の行につい ...
https://man.plustar.jp/php/mysqli-result.lengths.html - [similar]
Returns a subset of the map defined by a starting index and length 8698
« Ds\Map::skip Ds\Map::sort » PHP Manual Map Returns a subset of the map defined by a starting i ... ndex and length Ds\Map::slice (PECL ds >= 1.0.0) Ds\Map::slice — R ... subset of the map defined by a starting index and length 説明 public Ds\Map::slice ( int $index , int $leng ... subset of the map defined by a starting index and length . パラメータ index The index at which the range st ... ative, the range will start that far from the end. length If a length is given and is positive, the resultin ...
https://man.plustar.jp/php/ds-map.slice.html - [similar]
文字列の一部を切り出す 7466
« iconv_strrpos iconv » PHP Manual iconv 関数 文字列の一部を切り出す iconv_substr (PHP 5, PHP 7, ... onv_substr ( string $string , int $offset , ? int $length = null , ? string $encoding = null ): string | fal ... se 文字列 string の、 offset と length で指定された一部を返します。 パラメータ string 元の ... の最後から数えて offset 番目の文字から切り出します。 length length が指定され、かつ正である場合、 返される文字 ... 列は offset から数えて最大 length 文字数分となります ( string の長さに依存します)。 ...
https://man.plustar.jp/php/function.iconv-substr.html - [similar]
Sets the maximum word length 7466
« 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 SolrQue ... ry::setMltMaxWordLength ( int $maxWordLength ): SolrQuery Sets the maximum ... word length above which words will be ignored. パラメータ maxW ...
https://man.plustar.jp/php/solrquery.setmltmaxwordlength.html - [similar]
Sets the minimum word length 7466
« 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 SolrQue ... ry::setMltMinWordLength ( int $minWordLength ): SolrQuery Sets the minimum ... word length below which words will be ignored. パラメータ minW ...
https://man.plustar.jp/php/solrquery.setmltminwordlength.html - [similar]
指定長、指定した値で配列を埋める 7428
« array_multisort array_pop » PHP Manual 配列 関数 指定長、指定した値で配列を埋める array_pad (P ... で配列を埋める 説明 array_pad ( array $array , int $length , mixed $value ): array array_pad() は、 length... るように値 value で埋めて array のコピーを返します。 length が正の場合、配列の右側が埋められます。 負の場合、配 ... 列の左側が埋められます。 length の絶対値が array の長さ以下の場合、埋める処理は行わ ... です。 パラメータ array 値を埋めるもととなる配列。 length 新しい配列のサイズ。 value array が length より小さ ...
https://man.plustar.jp/php/function.array-pad.html - [similar]
Read data from the memory buffer based on offset and length. 7342
« Swoole\Buffer::expand Swoole\Buffer::recycle » PHP Manual Swoole\Buffer Read data from the mem ... ory buffer based on offset and length. Swoole\Buffer::read (PECL swoole >= 1.9.0) Swoole ... ad data from the memory buffer based on offset and length. 説明 public Swoole\Buffer::read ( int $offset , i ... nt $length ): string パラメータ offset The offset. length The ... length. 戻り値 The data readed from the memory buffer. 関 ...
https://man.plustar.jp/php/swoole-buffer.read.html - [similar]
Read data from the memory buffer based on offset and length. Or remove data from... 6874
« Swoole\Buffer::recycle Swoole\Buffer::__toString » PHP Manual Swoole\Buffer Read data from the ... memory buffer based on offset and length. Or remove data from the memory buffer. Swoole\Buf ... ad data from the memory buffer based on offset and length. Or remove data from the memory buffer. 説明 publi ... c Swoole\Buffer::substr ( int $offset , int $length = ? , bool $remove = ? ): string If $remove is set ... ct is deconstructed. パラメータ offset The offset. length The length. remove Whether to remove the data from ...
https://man.plustar.jp/php/swoole-buffer.substr.html - [similar]
フィールドの名前を返す 6826
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... ); 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-name.html - [similar]
Returns a sub-deque of a given range 6788
« Ds\Deque::shift Ds\Deque::sort » PHP Manual Deque Returns a sub-deque of a given range Ds\Dequ ... ge 説明 public Ds\Deque::slice ( int $index , int $length = ? ): Ds\Deque Creates a sub-deque of a given ran ... ative, the deque will start that far from the end. length If a length is given and is positive, the resultin ... que will have up to that many values in it. If the length results in an overflow, only values up to the end ... of the deque will be included. If a length is given and is negative, the deque will stop that ...
https://man.plustar.jp/php/ds-deque.slice.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT