検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 527 for [SIMILAR] 16 1024 4096 WITH 53451 ガベ WITH 3759... (0.553 sec.)
循環の収集 10000
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 循環の収集 伝統的に、PHP で以前使われていたようなリファレンスカウント記憶機構では、 循環参照メモリ・リークに対処できません。 しかしながら、5.3.0 現在、PHP ではその問題に焦点を当てた » Concurr ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]
ガベージコレクション 7797
« INI 設定 リファレンスカウントの原理 » PHP Manual 機能 ガベージコレクション ガベージコレクション 目次 リファレンスカウントの原理 循環の収集 パフォーマンスの考慮点 このセクションでは、PHP 5.3 の一部の、新しいガベージコレクション(別名GC)機構の メリットを説明します。 関連キーワード: リフ ...
https://man.plustar.jp/php/features.gc.html - [similar]
すべての既存ガベージサイクルを強制的に収集する 7797
« extension_loaded gc_disable » PHP Manual PHP オプション/情報 関数 すべての既存ガベージサイクルを強制的に収集する gc_collect_cycles (PHP 5 >= 5.3.0, PHP 7, PHP 8) gc_collect_cycles — すべての既存ガベージサイクルを強制的に収集する 説明 gc_collect_cycles (): int すべての既存ガベージサイク ...
https://man.plustar.jp/php/function.gc-collect-cycles.html - [similar]
ガベージコレクタに関する情報を取得する 7797
« gc_mem_caches get_cfg_var » PHP Manual PHP オプション/情報 関数 ガベージコレクタに関する情報を取得する gc_status (PHP 7 >= 7.3.0, PHP 8) gc_status — ガベージコレクタに関する情報を取得する 説明 gc_status (): array ガベージコレクタの現在の状態に関する情報を取得します。 パラメータ この関数 ...
https://man.plustar.jp/php/function.gc-status.html - [similar]
パフォーマンスの考慮点 5484
« 循環の収集 DTrace 動的トレーシング » PHP Manual ガベージコレクション パフォーマンスの考慮点 パフォーマンスの考慮点 可能性があるルートを単純に収集すると、パフォーマンスにごくわずかな影響があると既に前述しました。 しかし、これは PHP 5.3 と PHP 5.2 を比較する場合です。 可能性があるルートを ...
https://man.plustar.jp/php/features.gc.performance-considerations.html - [similar]
Yaf_Router クラス 3020
« Yaf_Route_Rewrite::route Yaf_Router::addConfig » PHP Manual Yaf Yaf_Router クラス Yaf_Router クラス (Yaf >=1.0.0) はじめに Yaf_Router は、フレームワークの標準のルーターです。 ルーティングとは、URI エンドポイント (URI の中で、ベース URL の後に続く部分。 Yaf_Request_Abstract::setBaseUri( ...
https://man.plustar.jp/php/class.yaf-router.html - [similar]
指定した名前のグループに関する情報を返す 3020
« posix_getgrgid posix_getgroups » PHP Manual POSIX 関数 指定した名前のグループに関する情報を返す posix_getgrnam (PHP 4, PHP 5, PHP 7, PHP 8) posix_getgrnam — 指定した名前のグループに関する情報を返す 説明 posix_getgrnam ( string $name ): array | false 指定した名前のグループに関する情報を ...
https://man.plustar.jp/php/function.posix-getgrnam.html - [similar]
while 3020
« 制御構造に関する別の構文 do-while » PHP Manual 制御構造 while while (PHP 4, PHP 5, PHP 7, PHP 8) while ループは、PHPで最も簡単なタイプのループです。 このループは、CのWHILEループと同様の動作をします。 while ループの基本形は次のようになります。 while (式) 文 while 文の意味は簡単です。 wh ...
https://man.plustar.jp/php/control-structures.while.html - [similar]
ファイルのグループを変更する 3020
« basename chmod » PHP Manual ファイルシステム 関数 ファイルのグループを変更する chgrp (PHP 4, PHP 5, PHP 7, PHP 8) chgrp — ファイルのグループを変更する 説明 chgrp ( string $filename , string | int $group ): bool (名前または番号で指定した)ファイル filename のグループを group に変更しよう ...
https://man.plustar.jp/php/function.chgrp.html - [similar]
do-while 3020
« while for » PHP Manual 制御構造 do-while do-while (PHP 4, PHP 5, PHP 7, PHP 8) do-while ループは、論理式のチェックが各反復の 最初ではなく最後に行われること以外は、 while ループと 全く同じです。通常の while ループとの主な差は、 do-while ループは最低1回の実行を保証されていることです。 一 ...
https://man.plustar.jp/php/control-structures.do.while.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT