検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 53 for カウント (0.039 sec.)
リファレンスカウントの原理 8469
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リ ... ファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管され ... モリー使用状況を最適化するための内部的なリファレンスカウント機構を 持ちます。 追加情報の2つ目は「refcount」と呼ば ... が除去されます。 そして指す変数コンテナのリファレンスカウントがアンセットにより減少します。 従って、上記のコードを ... ると、 $a と要素「1」を指す変数コンテナのリファレンスカウントは、 アンセットにより「2」から「1」に減少します。これ ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
下位互換性のない変更点 8037
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x へ ... タを省略するようにしましょう。 countable ではない型をカウントしたときの警告 countable ではない型に対して count() ... ました。 <?php var_dump ( count ( null ), // NULL はカウントできません count ( 1 ), // integer はカウントできませ ... ん count ( 'abc' ), // string はカウントできません count (new stdclass ), // Countable インタ ... ーフェイスを実装していないオブジェクトはカウントできません count ([ 1 , 2 ]) // array はカウントでき ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]
イテレータが有効かどうかを調べる 7799
« IteratorIterator::rewind LimitIterator » PHP Manual IteratorIterator イテレータが有効かどうかを ... ます。 参考 iterator_count() - イテレータにある要素をカウントする IteratorIterator::current() - 現在の値を取得する ... itIterator , public , 関数 , 参考 , count , 要素 , カウント ...
https://man.plustar.jp/php/iteratoriterator.valid.html - [similar]
セキュリティの考慮 7724
« リソース型 定義済み定数 » PHP Manual インストール/設定 セキュリティの考慮 セキュリティの考慮 こ ... す。 現在の管理者のタスクを、非管理者またはサービスアカウントに委譲するために、 サービスにACLを設定できます。 詳細 ... 考慮 , サービス , 設定 , Knowledge , 手順 , 委譲 , アカウント , タスク , 昇格 ...
https://man.plustar.jp/php/win32service.security.html - [similar]
SCM データベースに新しいサービスのエントリを作成する 7486
« win32_continue_service win32_delete_service » PHP Manual win32service 関数 SCM データベースに新 ... ザー名。指定しなかった場合、サービスは LocalSystem アカウントで実行されます。ユーザー名が指定された場合、 passwor ...
https://man.plustar.jp/php/function.win32-create-service.html - [similar]
言明 7486
« 後方参照 再試行無しのサブパターン » PHP Manual PCRE 正規表現構文 言明 言明 言明 (assertion) と ... 係なく、キャプチャ用サブパターンの番号付けにあたって カウントされます。しかし、文字列のキャプチャは、肯定の言明に ...
https://man.plustar.jp/php/regexp.reference.assertions.html - [similar]
下位互換性のない変更点 7218
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x へ ... 値の前に & を付加する代わりに、 自身のリファレンスカウントだけでなく、 リファレンスラッパーのリファレンスカウン ... 、 変更できない配列については、 ダミーのリファレンスカウントではなく、 interned と表示するようになりました。 Sta ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
WeakMap クラス 7174
« WeakReference::get WeakMap::__construct » PHP Manual 定義済みのインターフェイスとクラス WeakMa ... キーとなるオブジェクトは、 オブジェクトのリファレンスカウントが更新されません。 つまり、 WeakMap のキーとなってい ...
https://man.plustar.jp/php/class.weakmap.html - [similar]
中断したサービスを再開する 7174
« win32service 関数 win32_create_service » PHP Manual win32service 関数 中断したサービスを再開す ... 権限、 またはサービスのACLで適切な権限が設定されたアカウントが必要です。 パラメータ servicename サービスの短い名 ... mixed でした。 PECL win32service 0.3.0 ACLが別のアカウントに設定されていた場合、 この関数には管理者権限が不要に ...
https://man.plustar.jp/php/function.win32-continue-service.html - [similar]
サービスを中断する 7174
« win32_get_last_control_message win32_query_service_status » PHP Manual win32service 関数 サービ ... 権限、 またはサービスのACLで適切な権限が設定されたアカウントが必要です。 パラメータ servicename サービスの短い名 ... mixed でした。 PECL win32service 0.3.0 ACLが別のアカウントに設定されていた場合、 この関数には管理者権限が不要に ...
https://man.plustar.jp/php/function.win32-pause-service.html - [similar]
PREV 1 2 3 4 5 6 NEXT