検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 854 for [SIMILAR] 16 1024 4096 WITH 10437 while WITH 920... (0.659 sec.)
結果ポインタにおける現在のフィールドオフセットを取得する 0
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにおける現在のフィールドオフセットを取得する mysqli_result::$current_field mysqli_field_tell (PHP 5, PHP 7, PHP 8) mysqli_result::$current_field -- mysqli_field_tell — 結果ポインタにおける現在のフ ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 0
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメントから結果を取得し、バインド変数に格納する mysqli_stmt::fetch mysqli_stmt_fetch (PHP 5, PHP 7, PHP 8) mysqli_stmt::fetch -- mysqli_stmt_fetch — プリペアドステートメントから結果を取得し、バイン ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
バッファクエリと非バッファクエリ 0
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと非バッファクエリ クエリは、デフォルトではバッファモードで実行されます。 つまり、クエリの結果がすぐに MySQL サーバーから PHP に転送され、 PHP プロセスのメモリ内に結果を保持し続けるということで ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
Memory management 0
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory management Introduction The MySQL Native Driver manages memory different than the MySQL Client Library. The libraries differ in the way memory is allocated and released, how memory is allocated in chun ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
Manipulation 0
« Threaded::chunk Threaded::extend » PHP Manual Threaded Manipulation Threaded::count (PECL pthreads >= 2.0.0) Threaded::count — Manipulation 説明 public Threaded::count (): int Returns the number of properties for this object パラメータ この関数にはパラメータはありません。 戻り値 例 例1 ...
https://man.plustar.jp/php/threaded.count.html - [similar]
Manipulation 0
« Threaded::notifyOne Threaded::run » PHP Manual Threaded Manipulation Threaded::pop (PECL pthreads >= 2.0.0) Threaded::pop — Manipulation 説明 public Threaded::pop (): bool Pops an item from the objects property table パラメータ この関数にはパラメータはありません。 戻り値 The last item ...
https://man.plustar.jp/php/threaded.pop.html - [similar]
Manipulation 0
« Threaded::run Threaded::synchronized » PHP Manual Threaded Manipulation Threaded::shift (PECL pthreads >= 2.0.0) Threaded::shift — Manipulation 説明 public Threaded::shift (): mixed Shifts an item from the objects property table パラメータ この関数にはパラメータはありません。 戻り値 Th ...
https://man.plustar.jp/php/threaded.shift.html - [similar]
基本的な VarnishLog の使用法 0
« 基本的な VarnishStat の使用法 VarnishAdmin » PHP Manual 例 基本的な VarnishLog の使用法 基本的な VarnishLog の使用法 共用メモリから、varnish のログを読み取る例を示します。 例1 varnish の共用メモリログを読み取る <?php $vl = new VarnishLog ; while( 1 ) { $line = $vl -> getLine (); printf ...
https://man.plustar.jp/php/varnish.example.log.html - [similar]
Store into cache 0
« Yac Yac::__construct » PHP Manual Yac Store into cache Yac::add (PECL yac >= 1.0.0) Yac::add — Store into cache 説明 public Yac::add ( string $keys , mixed $value , int $ttl = 0 ): bool public Yac::add ( array $key_vals ): bool Added a item into cache. パラメータ keys string key value ...
https://man.plustar.jp/php/yac.add.html - [similar]
コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる 0
« array_rand array_replace_recursive » PHP Manual 配列 関数 コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる array_reduce (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) array_reduce — コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる 説明 array_reduce ( array $a ...
https://man.plustar.jp/php/function.array-reduce.html - [similar]