What does this mean in PHP and when is the time to use it?
=>
Another example.
foreach ($parent as $task_id => $tod
You can use it working with arrays:
array ("key" => "value", "key" => "value")
... or in a foreach statement:
foreach ($my_array as $key => $value) ...