1.

List some string function name in PHP?

Answer»

PHP has LOTS of STRING FUNCTION that helps in DEVELOPMENT. Here are some PHP string functions.

  • nl2br()
  • trim()
  • str_replace()
  • str_word_count()
  • strlen()
  • strpos()
  • strstr()
  • strtolower()
  • STRTOUPPER()
Also Read: PHP Strings Functions


Discussion

No Comment Found