|
|
PHP Alias String Functions
|
Tutorials » Php »
|
Topic |
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()
|
|
A Note |
Learn PHP programming language tutorial with simple and neat example. Hope you enjoy this free tutorial.
Do give us your valuable feedback and suggestions on this online tutorial. This is a Copyright Content.
|
|
|
|