键名

jiàn mínɡ
  • key name
键名键名
  1. 一个值名只能出现一次,请选择另一个键名。

    A value name can appear only once , please choose a different key name .

  2. 键名及其时间和类型随后将被添加到当前密码数组中以供稍后处理。

    The key name , its time , and type are then added to the current password array for later processing .

  3. 在PHP语言中,你可以使用方括号括起来的键名来访问数组中的元素。

    InPHPcode , you can reference the elements of an array by their keys , surrounded by square brackets .

  4. 每个元素对象拥有一个属性对象,该属性对象是元素属性的hash表,其中属性名称作为键名,属性值作为键值。

    Each element object has an attributes object which is a hash of the element attribute names as keys and their values as values .

  5. 关联数组中的键名具有和php中普通变量名相同的规则,即不能以数字开头,必须以字母或下划线开头。

    Associative array are subject to the same limitations as regular variable names in php , i.e.they cannot start with a number and must start with a letter or underscore .

  6. 要为其返回键名的对象。

    An object for which to return the name of the key .

  7. 最外层数组只包含一个键/值对,键名是Now。

    The outer array contains a single key / value pair , with the key Now .

  8. 可以通过单击单元格编辑键名和类型。

    You can edit the name and type of the key by clicking on the cell .

  9. 此处的按键数据值包括键名、事件类型和时间条目。

    The key data values here are the key names , event types , and time entry .

  10. 函数的作用是:返回字符串键名全为小写或大写的数组说明。

    The array_change_key_case () function returns an array with all array KEYS in lower case or upper case .

  11. 高级动态属性使您能够配置和设置键名,通过键名可以存储任何动态属性值。

    Advanced Dynamic Properties allows you to configure and set key names by which to store any dynamic property values .

  12. 数组内的信息可使用键名访问,如果希望输出标题栏,通过$headline访问它即可。

    The information inside that array can be accessed with the key names , so if you want to print out the headline , you access it with $ headline .