Skip to content
Just Tech Review
  • Blogging
  • C
    • C Programs
    • C Tutorials
  • C#.NET
  • C#
  • Electric Cars
  • Java
  • JavaScript
  • PHP
  • Python
  • Smartphone Reviews
  • SQL

PHP ucfirst() function with example

PHP ucfirst() function with example

16th January 2020 by Sean Fleming
PHP ucfirst() function with example

PHP ucfirst() work: Here, we will find out about the ucfirst() work with an example. PHP ucfirst() work ucfirst() work is a string capacity, it is utilized to change over the first character to capitalized. It acknowledges string and returns a string with first capitalized character. Syntax: Example: PHP Code: Output:

Categories PHP Programming, Programming Tags PHP ucfirst() function with example Leave a comment

Search for content, code snippets, etc.

Popular Posts

  • How to Start A Blog In 2020 From Scratch [Step By Step Guide] How to Start A Blog In 2021 From Scratch [Step By Step Guide] How to Start A Blog In... 4 views
  • SQL query to join two tables SQL query to join two tables In this article, we will find out... 2 views
  • Python: Input age and check qualification for voting Python: Input age and check qualification for voting Python: if-else model: Here, we a... 2 views
  • Enter any number:6 6 * 1 = 6 6 * 2 = 12 6 * 3 = 18 6 * 4 = 24 6 * 5 = 30 6 * 6 = 36 6 * 7 = 42 6 * 8 = 48 6 * 9 = 54 6 * 10 = 60 C++ Program to Print Table of Any Number #include<iostream> using names... 1 view
  • Python Create a list from the specified start to end index of another list Python Create a list from the specified start to end index of another list Here, we will figure out how to m... 1 view
  • Python Binary Search Here you'll... 1 view
  • Python Create three lists of numbers, their squares and cubes Python Create three lists of numbers, their squares and cubes Here, we will figure out how to m... 1 view
  • Python Convert String to Datetime In this tut... 1 view
  • C++ Program to Compute High Precision Division for Integers As we probably are aware, the mat... 1 view
  • Basic Structure of C Program Basic Structure of C program "};