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 Programming

PHP chr() function with example

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

PHP chr() work: Here, we will find out about the chr() work with the example in PHP. PHP chr() work chr() work is utilized to get the character from a given ASCII code. ASCII value can be in decimal organization, octal configuration by following 0 (zero), and hexadecimal arrangement by following 0x. Syntax: Capacity acknowledges … Read more

Categories PHP Programming, Programming Tags PHP chr() function with example 1 Comment

PHP ucwords() Function with Example

16th January 2020 by Sean Fleming
PHP ucwords() Function with Example

PHP ucwords() Function: Here, we will find out about the ucwords() work with the example in PHP. PHP ucwords() Function ucwords() work is a string capacity in PHP and it is utilized to changes over the primary characters in capitalized of all words in a string. Syntax: Example: PHP Code: Output:

Categories PHP Programming, Programming Tags PHP ucwords() Function with Example Leave a comment

PHP lcfirst() function with example

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

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

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

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

PHP strtolower() function with example

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

PHP strtolower() work: Here, we will find out about the strtolower() work with an example. PHP strtolower() work strtolower() work is a string capacity, it acknowledges the string and returns a lowercase string. Syntax: Example: PHP Code: Output:

Categories PHP Programming, Programming Tags PHP strtolower() function with example Leave a comment
Older posts
Newer posts
← Previous Page1 … Page26 Page27 Page28 … Page31 Next →

Search for content, code snippets, etc.

© 2025 Just Tech Review • Built with GeneratePress