Login
Remember
Register
Ask a Question
Explain some of the PHP string functions in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
SakshiSharma
Explain some of the PHP string functions in PHP?
#php-string-functions
#string-functions-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
Robindeniel
There are many array functions in PHP:
strtolower()
strtoupper()
ucfirst()
lcfirst()
ucwords()
strrev()
strlen()
...