default keyword in php

Viewed 4107

what does the keyword default in php do? there's no documentation on http://php.net/default, but i get an error when using it as a function name: »unexpected T_DEFAULT, expecting T_STRING«

what does it do/where can i find information about it?

3 Answers
Related