<?php namespace Some\Long\Component\Name; echo strlen('hello'); # checks both namespaces echo \strlen('hello'); # global namespace only echo namespace\strlen('hello'); # current namespace only
You have javascript disabled. You will not be able to edit any code.