assigned variable 中文意思是什麼

assigned variable 解釋
賦值變量
  • assigned : 過戶,轉讓
  • variable : adj 1 易變的,變化無常的,無定的 (opp constant steady)。2 可變的,能變的;變換的。3 【數學】變...
  1. A variable is a quantity to which an unlimited number of values can be assigned.

    變量是一個可以有無限數值的量。
  2. If the specified variable already exists, it will simply be assigned the indicated value

    如果指定變量已經存在,則簡單地將所指明的值賦給它。
  3. Can then be unboxed and assigned to integer variable

    然後,可以對對象
  4. This clears the value of an assigned variable. this can be a single value, or an array of values

    清除指定模板變量的值。可以指定單獨的一個變量名稱,或者是一個數組。
  5. This returns the given assigned variable value. if no parameter is given, an array of all assigned variables is returned

    返回一個指定的已賦值的模板變量的值。如果不指定參數,則返回一個包含所有已賦值模板變量的值的數組。
  6. Function returns the text assigned to the specified environment stringthat is, the text following the equal sign in the environment - string table for that environment variable

    函數返回分配給指定環境字元串的文本;即位於等號( = )后的、與該環境變量對應的環境字元串表中的文本。
  7. This cookie is read in as an associative array in php and assigned to the variable

    此cookie在php中以關聯數組形式讀入並指定給變量
  8. When it is assigned to a variable declared to be of type object

    類型的變量,則該對象為「後期綁定」 。
  9. In order to persist the programmatically assigned value, a static variable named

    的靜態變量,並在每次控制項初始化時將此值賦給
  10. If a value type is assigned to a variable, that variable is given a fresh copy of the value

    如果向一個變量分配值類型,則該變量將被賦以全新的值副本。
  11. If a reference type is assigned to a variable, that variable references or " points to " the original value

    如果為某個變量分配一個引用類型,則該變量將引用(或「指向」 )原始值。
  12. This clears all assigned config variables. if a variable name is supplied, only that variable is cleared

    此函式會清除所有指定的組態變數值。如果有給定變數名稱的話,則只會清除此變數名稱的值。
  13. Substitution principle : a variable of a given type may be assigned a value of any subtype of that type , and a method with a parameter of a given type may be invoked with an argument of any subtype of that type

    大概的意思是說某種類型的變量可以被該類型的任何子類所賦值,一個方法中的參數也可以被該參數的任何子類進行調用。
  14. This means that the value of a local constant is undefined until the constant declaration statement is reached and that a local variable is undefined until the variable is assigned to in the function

    這就意味著在到達常數聲明語句前局部常數值是未定義的,在函數中分配變量前局部變量是未定義的。
分享友人