learn php

PHP vprintf() Function

what is the syntax of the VPRINTF() function in php? Parameter Description format Required. Specifies the string and how to format the variables in it.Possible format values:%% – Returns a percent sign%b – Binary number%c – The character according to the ASCII value%d – Signed decimal number (negative, zero or positive)%e – Scientific notation using …

PHP vprintf() Function Read More »

PHP ucwords() Function

what is the syntax of the UCWORDS() function in php? Parameter Description string Required. Specifies the string to convert delimiters Optional. Specifies the word separator character PHP UCWORDS() method examples of the UCWORDS() function Example 1. In this example, we convert the first character of each word to uppercase. Example 2. In this example, we …

PHP ucwords() Function Read More »

PHP ucfirst() Function

what is the syntax of the UCFIRST() function in php? Parameter Description string Required. Specifies the string to convert PHP UCFIRST() method examples of the UCFIRST() function Example 1. In this example, we convert the first character of “hello” to uppercase.

PHP trim() Function

what is the syntax of the TRIM() function in php? Parameter Description string Required. Specifies the string to check charlist Optional. Specifies which characters to remove from the string. If omitted, all of the following characters are removed:”\0″ – NULL”\t” – tab”\n” – new line”\x0B” – vertical tab”\r” – carriage return” ” – ordinary white …

PHP trim() Function Read More »

en English
X
Scroll to Top