Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.045 Beiträge
 
#1

ECMAScript, PHP like associative array

  Alt 1. Mai 2018, 02:53
Is an associative array keys or their is a data container you can get (Value) to associated content (Value) register in the program, found on the key when needed. * Can be treated as an associative array to JSON type variables in ECMAScript (JavaScript). JavaScript language var l_associative = {'apples ':' Gorilla'}; Console. log (l_associative. apples); > Gorilla PHP
  Mit Zitat antworten Zitat