Really basic question



Sorry that this is so simple -

Exactly what does the operator '=>' do?

Why can't I find it in the list of operators in the PHP manual?

And while I'm here, what about '->'? (I can't find that either)

.