PHP Alias String Functions
What is Alias String Functions?
Explanation
Alias String Functions are
chop , join, strchr.
The
chop function is an alias of
rtrim() function.
Syntax:
chop()
The
join function is an alias of
implode() function.
Syntax:
join()
The
strchr function is an alias of
strstr() function.
Syntax:
strchr()