Why do namespaces, in PHP, use a backslash () to seperate folders?
E.g:
namespace Core\fruit\Apple;
Are there any particular reasons for this?
I feel the backslash convention is illogical because unix/linux file systems utilize forward slashes. But my opinion is beside the point.