検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 509 for count (0.017 sec.)
ユーザーキャッシュにキャッシュされたファイルについての情報を取得する 4296
« wincache_ucache_inc wincache_ucache_meminfo » PHP Manual WinCache 関数 ユーザーキャッシュにキャ ... シュがアクティブになってからの経過秒数。 total_item_count - 現在ユーザーキャッシュに入っている要素の数。 is_ ... バルキャッシュ用のものである場合に false。 total_hit_count - キャッシュからファイルが取り出された回数。 total ... _miss_count - ファイルがキャッシュに見つからなかった回数。 uca ... がキャッシュに追加されてからのおよその経過時間。 hitcount - キャッシュからファイルが取り出された回数。 例 例 ...
https://man.plustar.jp/php/function.wincache-ucache-info.html - [similar]
配列のサイズを取得する 4296
« SplFixedArray::fromArray SplFixedArray::key » PHP Manual SplFixedArray 配列のサイズを取得する ... 意 注意 : このメソッドは、機能的には SplFixedArray::count() と同じです。 参考 SplFixedArray::count() - 配列の ... : 配列 , サイズ , SplFixedArray , 取得 , getSize , count , 注意 , パラメータ , int , public ...
https://man.plustar.jp/php/splfixedarray.getsize.html - [similar]
The Threaded class 4265
« 定義済み定数 Threaded::chunk » PHP Manual pthreads The Threaded class The Threaded class (PECL ... ss Threaded implements Collectable , Traversable , Countable , ArrayAccess { /* メソッド */ public chunk ( ... int $size , bool $preserve ): array public count (): int public extend ( string $class ): bool publ ... ol } 目次 Threaded::chunk — Manipulation Threaded::count — Manipulation Threaded::extend — Runtime Manipula ... nization , pthreads , int , chunk , synchronized , count , isRunning ...
https://man.plustar.jp/php/class.threaded.html - [similar]
Tidy 4233
« Swoole\WebSocket\Server::unpack はじめに » PHP Manual その他の基本モジュール Tidy Tidy はじめに ... 修正するための ob_start コールバック関数 tidy_access_count — 指定したドキュメントについて発生したTidyアクセシ ... ビリティ警告の数を返す tidy_config_count — 指定したドキュメントについて発生した Tidy 設定エ ... ラーの数を返す tidy_error_count — 指定したドキュメントについて発生した Tidy エラー ... た Tidy マークアップを表す文字列を返す tidy_warning_count — 指定したドキュメントについて発生した Tidy 警告の ...
https://man.plustar.jp/php/book.tidy.html - [similar]
WeakMap クラス 4233
« WeakReference::get WeakMap::__construct » PHP Manual 定義済みのインターフェイスとクラス WeakMa ... を作ることです。 WeakMap は ArrayAccess , Iterator , Countable を実装しています。 よって、ほとんどのケースで、 ... ス概要 final class WeakMap implements ArrayAccess , Countable , IteratorAggregate { /* メソッド */ public __ ... construct () public count (): int public getIterator (): Iterator public off ... ho "Dead!\n" ; } } $wm [ $o ] = new A ; var_dump ( count ( $wm )); echo "Unsetting...\n" ; unset( $o ); ech ...
https://man.plustar.jp/php/class.weakmap.html - [similar]
パースされた Tidy マークアップを表す文字列を返す 4202
« tidy_error_count tidy_warning_count » PHP Manual Tidy 関数 パースされた Tidy マークアップを表す ... </body> </html> 関連キーワード: パース , output , count , 修正 , warning , 関数 , string , パラメータ , オ ...
https://man.plustar.jp/php/function.tidy-get-output.html - [similar]
外部から来る変数 4202
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) ... 例4 setcookie() の例 <?php if (isset( $_COOKIE [ 'count' ])) { $count = $_COOKIE [ 'count' ] + 1 ; } else ... { $count = 1 ; } setcookie ( 'count' , $count , time ()+ 36 ... 00 ); setcookie ( "Cart[ $count ]" , $item , time ()+ 3600 ); ?> 外部変数名のドット ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
mysqli_stmt クラス 4170
« mysqli::$warning_count mysqli_stmt::$affected_rows » PHP Manual MySQLi mysqli_stmt クラス mysq ... | string $ num_rows ; public readonly int $ param_count ; public readonly int $ field_count ; public reado ... を取得し、バインド変数に格納する mysqli_stmt::$field_count — 指定したステートメントのカラム数を返す mysqli_st ... ら取得した結果セットの行数を返す mysqli_stmt::$param_count — 指定したステートメントのパラメータ数を返す mysql ...
https://man.plustar.jp/php/class.mysqli-stmt.html - [similar]
現在のアフィン変換行列を設定する 4170
« ImagickDraw ImagickDraw::annotation » PHP Manual ImagickDraw 現在のアフィン変換行列を設定する ... neRotate , $affineTranslate , $affineIdentity ,]; $count = 0 ; foreach ( $examples as $example ) { $draw -> ... push (); $draw -> translate (( $count % 2 ) * 250 , intval ( $count / 2 ) * 250 ); $draw ... tangle (- 50 , - 50 , 50 , 50 ); $draw -> pop (); $count ++; } //Create an image object which the draw comm ...
https://man.plustar.jp/php/imagickdraw.affine.html - [similar]
Description 4170
« ImagickKernel::scale メール関連 » PHP Manual ImagickKernel Description ImagickKernel::separate ... rnelList = $kernel -> separate (); $output = '' ; $count = 0 ; foreach ( $kernelList as $kernel ) { $output ... .= "<br/>Kernel $count <br/>" ; $output .= renderKernelTable ( $kernel -> ... getMatrix ()); $count ++; } return $output ; ?> 関連キーワード: Descript ...
https://man.plustar.jp/php/imagickkernel.separate.html - [similar]