PHP BUILT-IN FUNCTIONS

  • strtolower() - converts a string to lowercase.
  • lcfirst() - converts the first character of a string to lowercase.
  • ucfirst() - converts the first character of a string to uppercase.
  • ucwords() - converts the first character of each word in a string to uppercase.

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine