Excuse me the code below found in phpbb source code really interests me. Don't understand why this should be needed? Have you any idea?
It is equalent to
isint't it? 
| Code: |
| // Strip the trailing period.
$namespace = substr($namespace, 0, strlen($namespace) - 1); |
It is equalent to
| Code: |
| $namespace = $namespace; |
