Results of 1 - 10 of about 12 for コンテナ (0.005 sec.)
- リファレンスカウントの原理 14627
- « ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リ
...
ファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他 ...
に、PHP ではユーザーランドで参照を使えるので、 zval コンテナもメモリー使用状況を最適化するための内部的なリファレ ...
加情報の2つ目は「refcount」と呼ばれ、この1つの zval コンテナをどれだけ多くの 変数名(シンボルとも呼ばれます)が指 ...
す。 新しい変数が定数値を使って作成されるとき、zval コンテナが作成されます。 例えば、 例1 新規 zval コンテナを作 ...
-
https://man.plustar.jp/php/features.gc.refcounting-basics.html
- [similar]
- Yaf_Application のコンストラクタ 9038
- « Yaf_Application::clearLastError Yaf_Application::__destruct » PHP Manual Yaf_Application Yaf_A
...
です。 注意 : ini ファイルをアプリケーションの設定コンテナとして使うのなら、 yaf.cache_config でパフォーマンス ...
-
https://man.plustar.jp/php/yaf-application.construct.html
- [similar]
- 定義済み定数 8525
- « リソース型 IMAP 関数 » PHP Manual IMAP 定義済み定数 定義済み定数 以下の定数が定義されています。
...
スはありません)。 LATT_NOSELECT ( int ) これは単なるコンテナであり、メールボックスではありません。 オープンするこ ...
APD でのみ使用されます。 LATT_REFERRAL ( int ) このコンテナはリモートのメールボックスへの関連を持ちます。 LATT_ ...
-
https://man.plustar.jp/php/imap.constants.html
- [similar]
- 購読中の全メールボックスの一覧を取得する 8454
- « imap_getmailboxes imap_header » PHP Manual IMAP 関数 購読中の全メールボックスの一覧を取得する
...
メールボックスはありません)。 LATT_NOSELECT - 単なるコンテナであり、 メールボックスではありません - これをオープ ...
。UW-IMAPD でのみ使用されます。 LATT_REFERRAL - このコンテナはリモートメールボックスと関連を持ちます。 LATT_HASC ...
-
https://man.plustar.jp/php/function.imap-getsubscribed.html
- [similar]
- OverflowException クラス 8384
- « OutOfRangeException RangeException » PHP Manual 例外 OverflowException クラス OverflowExceptio
...
5.1.0, PHP 7, PHP 8) はじめに いっぱいになっているコンテナに要素を追加した場合にスローされる例外です。 クラス概 ...
-
https://man.plustar.jp/php/class.overflowexception.html
- [similar]
- UnderflowException クラス 8384
- « RuntimeException UnexpectedValueException » PHP Manual 例外 UnderflowException クラス Underflo
...
クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに 空のコンテナ上で無効な操作 (要素の削除など) を試みたときにスロー ...
-
https://man.plustar.jp/php/class.underflowexception.html
- [similar]
- メールボックスのリストを読み込み、各ボックスに関する詳細な情報を返す 8384
- « imap_getacl imap_getsubscribed » PHP Manual IMAP 関数 メールボックスのリストを読み込み、各ボッ
...
をコールしても動作しません。 LATT_NOSELECT - 単なるコンテナであり、 メールボックスではありません - これをオープ ...
機能を提供しているとみなせます。 LATT_REFERRAL - このコンテナはリモートメールボックスと関連を持ちます。 LATT_HASC ...
-
https://man.plustar.jp/php/function.imap-getmailboxes.html
- [similar]
- pixel iterator をリセットする 8189
- « ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M
...
etNextIteratorRow() と組み合わせて使用し、 ピクセルコンテナのすべてのピクセルを順にたどります。 戻り値 成功した ...
-
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html
- [similar]
- パフォーマンスの考慮点 8118
- « 循環の収集 DTrace 動的トレーシング » PHP Manual ガベージコレクション パフォーマンスの考慮点 パ
...
一般的にメモリ・リークが発生します。 この場合、zval コンテナが2つリークします(オブジェクトの zval 及び プロパテ ...
-
https://man.plustar.jp/php/features.gc.performance-considerations.html
- [similar]
- サンプル 8118
- « 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa
...
リモートマシンからのアクセス Example#477 - 新規 zval コンテナを作成 Example#478 - zval 情報を表示 Example#479 - z ...
-
https://man.plustar.jp/php/indexes.examples.html
- [similar]