Results of 1 - 10 of about 46 for ref (0.001 sec.)
- リファレンスカウントの原理 14722
- « ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リ
...
の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合」の一部かどうかを示すブ ...
ァレンスカウント機構を 持ちます。 追加情報の2つ目は「refcount」と呼ばれ、この1つの zval コンテナをどれだけ多 ...
ナが string 型と値 new string で作成されます。 「is_ref」ビットはデフォルトで false にセットされます。なぜな ...
の変数コンテナを利用するシンボルが1つだけあるので、「refcount」は 1 に設定されます。 「refcount」を持つ参照 ...
-
https://man.plustar.jp/php/features.gc.refcounting-basics.html
- [similar]
- エラーコード 11060
- « 大文字変換(Case Folding) 文字エンコーディング » PHP Manual XML パーサ エラーコード エラーコード
...
RROR_JUNK_AFTER_DOC_ELEMENT XML_ERROR_PARAM_ENTITY_REF XML_ERROR_UNDEFINED_ENTITY XML_ERROR_RECURSIVE_ENT ...
ITY_REF XML_ERROR_ASYNC_ENTITY XML_ERROR_BAD_CHAR_REF XML_ ...
ERROR_BINARY_ENTITY_REF XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF XML_ERROR_ ...
-
https://man.plustar.jp/php/xml.error-codes.html
- [similar]
- Casting 10679
- « Componere\cast エラー処理 » PHP Manual Componere 関数 Casting Componere\cast_by_ref (Componere
...
2 >= 2.1.2) Componere\cast_by_ref — Casting 説明 Componere\cast_by_ref ( Type $type ...
f type Type , cast from object , where members are references to object members エラー / 例外 警告 Shall ...
InvalidArgumentException , throw , Shall , 警告 , ref ...
-
https://man.plustar.jp/php/componere.cast_by_ref.html
- [similar]
- 定義済み定数 10435
- « リソース型 イベントハンドラ » PHP Manual XML パーサ 定義済み定数 定義済み定数 以下の定数が定義
...
K_AFTER_DOC_ELEMENT ( int ) XML_ERROR_PARAM_ENTITY_REF ( int ) XML_ERROR_UNDEFINED_ENTITY ( int ) XML_ERR ...
OR_RECURSIVE_ENTITY_REF ( int ) XML_ERROR_ASYNC_ENTITY ( int ) XML_ERROR_B ...
AD_CHAR_REF ( int ) XML_ERROR_BINARY_ENTITY_REF ( int ) XML_ER ...
ROR_ATTRIBUTE_EXTERNAL_ENTITY_REF ( int ) XML_ERROR_MISPLACED_XML_PI ( int ) XML_ERR ...
-
https://man.plustar.jp/php/xml.constants.html
- [similar]
- クエリがプリフェッチする行数を設定する 9824
- « oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設
...
定する oci_set_prefetch (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_ ...
set_prefetch — クエリがプリフェッチする行数を設定する 説明 ...
oci_set_prefetch ( resource $statement , int $rows ): bool oci_ ...
場合は、プリフェッチ行数をデフォルトの oci8.default_prefetch より大きくしておくとパフォーマンスが劇的に向上 ...
-
https://man.plustar.jp/php/function.oci-set-prefetch.html
- [similar]
- Componere 関数 9199
- « Componere\Value::hasDefault Componere\cast » PHP Manual Componere Componere 関数 Componere 関数
...
目次 Componere\cast — Casting Componere\cast_by_ref — Casting 関連キーワード: Componere , 関数 , cast ...
, Casting , Value , hasDefault , ref , ...
-
https://man.plustar.jp/php/reference.componere.html
- [similar]
- Casting 8497
- « Componere 関数 Componere\cast_by_ref » PHP Manual Componere 関数 Casting Componere\cast (Compo
...
ble with the type of object 参考 Componere\cast_by_ref 関連キーワード: Type , Componere , Casting , type ...
-
https://man.plustar.jp/php/componere.cast.html
- [similar]
- 変数のスコープ 8497
- « 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その
...
起こす可能性 があります。 <?php function test_global_ref () { global $obj ; $new = new stdclass ; $obj = & ...
$new ; } function test_global_noref () { global $obj ; $new = new stdclass ; $obj = $n ...
ew ; } test_global_ref (); var_dump ( $obj ); test_global_noref (); var_d ...
することができません。 <?php function & get_instance_ref () { static $obj ; echo 'Static object: ' ; var_du ...
-
https://man.plustar.jp/php/language.variables.scope.html
- [similar]
- Returns information about the passed in value with data types, reference counts,... 8268
- « runkit7_superglobals uopz » PHP Manual runkit7 関数 Returns information about the passed in va
...
lue with data types, reference counts, etc runkit7_zval_inspect (PECL runki ...
rmation about the passed in value with data types, reference counts, etc 説明 runkit7_zval_inspect ( stri ...
function contains the following elements: address refcount (optional) is_ref (optional) type 例 例1 runk ...
y(4) { ["address"]=> string(14) "0x7f45ab21b1e0" ["refcount"]=> int(2) ["is_ref"]=> bool(false) ["type"]= ...
-
https://man.plustar.jp/php/function.runkit7-zval-inspect.html
- [similar]
- 外部エンティティリファレンスハンドラを設定する 7948
- « xml_set_end_namespace_decl_handler xml_set_notation_decl_handler » PHP Manual XML パーサ 関数
...
ファレンスハンドラを設定する xml_set_external_entity_ref_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_exter ...
nal_entity_ref_handler — 外部エンティティリファレンスハンドラを設 ...
定する 説明 xml_set_external_entity_ref_handler ( XMLParser $parser , callable $handler ): ...
-
https://man.plustar.jp/php/function.xml-set-external-entity-ref-handler.html
- [similar]