Parameter | Value | Example value |
---|---|---|
success | command executed successfully | 0 = fout 1 = command executed successfully |
command_response_message | Error Only sent when value parameter success = 0 |
incorrect password |
total_count | Total countries Only sent when value parameter success = 1 |
50 |
country_x | Land The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
United Kingdom |
countrycode_X | Landcode The X runs from 1 to the value of van total_count Only sent when value parameter success = 1 |
UK |
echo $versio['country_'.$teller]; ?> | echo $versio['countrycode'.$teller]; ?> |