dict
Creating dictionaries is done by calling the dict
function and passing it a
list of pairs.
The following creates a dictionary with three items:
$myDict := dict "name1" "value1" "name2" "value2" "name3" "value 3"
Back to topDeploy, administrate & extend Pydio
Creating dictionaries is done by calling the dict
function and passing it a
list of pairs.
The following creates a dictionary with three items:
$myDict := dict "name1" "value1" "name2" "value2" "name3" "value 3"
Back to top