Registriert seit: 4. Jun 2010
15.671 Beiträge
|
ECMAScript, PHP like associative array
1. Mai 2018, 03: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
|