Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
the length of array increases by the number of variables pushed.
array_push() は、 array をスタックとして処理し、渡された変数を array の最後に加えます。配列 array の長さは渡された変数の数だけ増加します。 各 var 毎に以下を繰り返すことと同じ効果があります。
an associative array of variables passed to the current script via http cookies.
an associative array of variables passed to the current script via http cookies. automatically global in any scope.
the session support allows you to register arbitrary numbers of variables to be preserved across requests.
web サイトの訪問者にはセッションidというユニークなidが割りつけられ ます。このidは、ユーザー側にクッキーとして保存するか、または、url に埋め込みます。
the presence and order of variable inclusion in this array is defined according to the variables_order configuration directive.
ユーザ入力機構によりスクリプトに入力される全ての変数で、 このため、信頼することができません。この配列に含まれる 変数の存在と順番は、設定ディレクティブ variables_order に基づき定義されます。この配列は、4.1.0より前のバージョンのphp には直接類似するものはありません。 import_request_variables() も参照してください。