検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 509 for count (0.040 sec.)
Table クラス 3784
« Statement::hasMoreResults Table::__construct » PHP Manual Mysql_xdevapi Table クラス Table クラ ... プロパティ */ public $ name ; /* メソッド */ public count (): int public delete (): mysql_xdevapi\TableDelet ... Table::__construct — Table のコンストラクタ Table::count — 行の数を取得する Table::delete — テーブルから行を ...
https://man.plustar.jp/php/class.mysql-xdevapi-table.html - [similar]
SplHeap クラス 3784
« SplQueue::setIteratorMode SplHeap::compare » PHP Manual データ構造 SplHeap クラス SplHeap クラ ... ス概要 abstract class SplHeap implements Iterator , Countable { /* メソッド */ protected compare ( mixed $va ... lue1 , mixed $value2 ): int public count (): int public current (): mixed public extract () ... 要素を比較し、ヒープ内の適切な位置に置く SplHeap::count — ヒープ内の要素数を数える SplHeap::current — イテ ...
https://man.plustar.jp/php/class.splheap.html - [similar]
for 3784
« do-while foreach » PHP Manual 制御構造 for for (PHP 4, PHP 5, PHP 7, PHP 8) for ループは、PHPで ... Pierre' , 'salt' => 215863 ) ); for( $i = 0 ; $i < count ( $people ); ++ $i ) { $people [ $i ][ 'salt' ] = ... 列のサイズを変数に格納して使うようにすれば、 何度も count() を呼ばずに済むのです。 <?php $people = array( ar ... rre' , 'salt' => 215863 ) ); for( $i = 0 , $size = count ( $people ); $i < $size ; ++ $i ) { $people [ $i ] ...
https://man.plustar.jp/php/control-structures.for.html - [similar]
警告およびエラーを返す 3784
« DateTimeImmutable::createFromMutable DateTimeImmutable::modify » PHP Manual DateTimeImmutable ... ?> 上の例の出力は以下となります。 Array ( [warning_count] => 1 [warnings] => Array ( [6] => Double timezone ... specification ) [error_count] => 1 [errors] => Array ( [0] => The timezone coul ...
https://man.plustar.jp/php/datetimeimmutable.getlasterrors.html - [similar]
3784
« 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための ... s expected" , E_USER_ERROR ); return NULL ; } if ( count ( $vect1 ) != count ( $vect2 )) { trigger_error ( ... _USER_ERROR ); return NULL ; } for ( $i = 0 ; $i < count ( $vect1 ); $i ++) { $c1 = $vect1 [ $i ]; $c2 = $v ...
https://man.plustar.jp/php/errorfunc.examples.html - [similar]
別のストレージに含まれているオブジェクトを現在のストレージから取り除く 3784
« SplObjectStorage::offsetUnset SplObjectStorage::removeAllExcept » PHP Manual SplObjectStorage ... [ $o1 ] = "bar" ; $b [ $o2 ] = "gee" ; var_dump ( count ( $b )); $b -> removeAll ( $a ); var_dump ( count ...
https://man.plustar.jp/php/splobjectstorage.removeall.html - [similar]
The MongoDB\Driver\BulkWrite class 3752
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... 概要 final class MongoDB\Driver\BulkWrite implements Countable { /* メソッド */ public __construct ( array $o ... ptions = ? ) public count (): int public delete ( array | object $filter , a ... Inserted %d document(s)\n" , $result -> getInsertedCount ()); printf ( "Updated %d document(s)\n" , $result ... -> getModifiedCount ()); ?> 上の例の出力は以下となります。 Operation#7 ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]
mysqli クラス 3752
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... y array $ error_list ; public readonly int $ field_count ; public readonly string $ host_info ; public read ... ly int $ thread_id ; public readonly int $ warning_count ; /* メソッド */ public __construct ( string $host ... — 直近のエラーの内容を文字列で返す mysqli::$field_count — 直近のクエリのカラムの数を返す mysqli::get_chars ... sult — 結果セットの取得を開始する mysqli::$warning_count — 指定した接続の直近のクエリから発生した警告の数を ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
SplObjectStorage クラス 3752
« SplFixedArray::__wakeup SplObjectStorage::addAll » PHP Manual データ構造 SplObjectStorage クラ ... です。 クラス概要 class SplObjectStorage implements Countable , Iterator , Serializable , ArrayAccess { /* メ ... id public contains ( object $object ): bool public count ( int $mode = COUNT_NORMAL ): int public current ( ... ジェクトが含まれるかどうかを調べる SplObjectStorage::count — ストレージ内のオブジェクトの数を返す SplObjectSt ...
https://man.plustar.jp/php/class.splobjectstorage.html - [similar]
Swoole 3721
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... nection\Iterator class Swoole\Connection\Iterator::countCount connections. Swoole\Connection\Iterator::c ... Swoole memory table with fixed size. Swoole\Table::countCount the rows in the table, or count all the el ...
https://man.plustar.jp/php/book.swoole.html - [similar]