検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 509 for count (0.042 sec.)
ArrayObject クラス 3602
« その他のクラスおよびインターフェイス ArrayObject::append » PHP Manual その他のクラスおよびイン ... s IteratorAggregate , ArrayAccess , Serializable , Countable { /* 定数 */ const int STD_PROP_LIST = 1 ; con ... c asort ( int $flags = SORT_REGULAR ): bool public count (): int public exchangeArray ( array | object $arr ... ruct — 新規配列オブジェクトを生成する ArrayObject::count — ArrayObject の public プロパティの数を取得する A ...
https://man.plustar.jp/php/class.arrayobject.html - [similar]
mysqli_result クラス 3602
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス ... int $ current_field ; public readonly int $ field_count ; public readonly ? array $ lengths ; public reado ... 次の行を数値添字配列で取得する mysqli_result::$field_count — 結果セットのフィールド数を取得する mysqli_result ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]
The SolrDocument class 3602
« SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The ... t SORT_FIELD_NAME = 1 ; const int SORT_FIELD_VALUE_COUNT = 2 ; const int SORT_FIELD_BOOST_VALUE = 4 ; /* メ ... etChildDocuments (): array public getChildDocumentsCount (): int public getField ( string $fieldName ): Sol ... rDocumentField public getFieldCount (): int public getFieldNames (): array public getI ... elds by field name. SolrDocument::SORT_FIELD_VALUE_COUNT Sorts the fields by number of values in each field ...
https://man.plustar.jp/php/class.solrdocument.html - [similar]
SplDoublyLinkedList クラス 3602
« データ構造 SplDoublyLinkedList::add » PHP Manual データ構造 SplDoublyLinkedList クラス SplDoub ... 概要 class SplDoublyLinkedList implements Iterator , Countable , ArrayAccess , Serializable { /* 定数 */ cons ... ixed $value ): void public bottom (): mixed public count (): int public current (): mixed public getIterato ... リストの最初のノードを取得する SplDoublyLinkedList::count — 双方向リンクリストの要素数を数える SplDoublyLink ...
https://man.plustar.jp/php/class.spldoublylinkedlist.html - [similar]
SplFixedArray クラス 3602
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス ... Array implements IteratorAggregate , ArrayAccess , Countable , JsonSerializable { /* メソッド */ public __c ... onstruct ( int $size = 0 ) public count (): int public current (): mixed public static fro ... struct — 新しい固定長配列を作成する SplFixedArray::count — 配列のサイズを返す SplFixedArray::current — 現在 ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
Basic FFI usage 3602
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... like with a regular PHP array for ( $i = 0 ; $i < count ( $a ); $i ++) { $a [ $i ] = $i ; } var_dump ( $a ... n ) { $sum += $n ; } var_dump ( $sum ); var_dump ( count ( $a )); var_dump ( FFI :: sizeof ( $a )); ?> 上の ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
大文字小文字を区別しない str_replace 3602
« str_getcsv str_pad » PHP Manual String 関数 大文字小文字を区別しない str_replace str_ireplace ... string $replace , string | array $subject , int &$count = null ): string | array この関数は、 subject の中 ... て検索と置換が行われ、返される結果も配列となります。 count 指定した場合は、マッチして置換が行われた箇所の個数 ...
https://man.plustar.jp/php/function.str-ireplace.html - [similar]
Description 3602
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... = 0 ; $radius = ( $tileSize / 2 ) * 0.9 ; $rows = count ( $matrix ); $columns = count ( $matrix [ 0 ]); $i ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
Description 3602
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... = 0 ; $radius = ( $tileSize / 2 ) * 0.9 ; $rows = count ( $matrix ); $columns = count ( $matrix [ 0 ]); $i ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
直近のクエリから結果セットを転送する 3602
« mysqli::stmt_init mysqli::$thread_id » PHP Manual mysqli 直近のクエリから結果セットを転送する ... rrno() がゼロ以外の値を返す・あるいは mysqli_field_count() がゼロ以外の値を返す のいずれかを確認します。それ ... り当てられない)場合がありえます。 もし mysqli_field_count() がゼロ以外の値を 返した場合、文は空でない結果セッ ...
https://man.plustar.jp/php/mysqli.store-result.html - [similar]