PHP and the dot operator

PHP uses the (->) Operator not the dot(.) operator.
PHP DOES NOT use the dot(.) operator for objects. sorry JAVA and C# folks.

PHP does use the dot(.) operator for concatenation.