learn php

PHP strtr() Function

what is the syntax of the STRTR() function in php? Parameter Description string Required. Specifies the string to translate from Required (unless array is used). Specifies what characters to change to Required (unless array is used). Specifies what characters to change into array Required (unless to and from is used). An array containing what to …

PHP strtr() Function Read More »

PHP strtoupper() Function

what is the syntax of the STRTOUPPER() function in php? Parameter Description string Required. Specifies the string to convert PHP STRTOUPPER() method examples of the STRTOUPPER() function Example 1. In this example, we convert all characters to uppercase.

PHP strtolower() Function

what is the syntax of the STRTOLOWER() function in php? Parameter Description string Required. Specifies the string to convert PHP STRTOLOWER() method examples of the STRTOLOWER() function Example 1. In this example, we convert all characters to lowercase.

PHP strtok() Function

what is the syntax of the STRTOK() function in php? Parameter Description string Required. Specifies the string to split split Required. Specifies one or more split characters PHP STRTOK() method examples of the STRTOK() function Example 1. In this example, we split string one by one.

PHP strspn() Function

what is the syntax of the STRSPN() function in php? Parameter Description string Required. Specifies the string to search charlist Required. Specifies the characters to find start Optional. Specifies where in the string to start length Optional. Defines the length of the string PHP STRSPN() method examples of the STRSPN() function Example 1. In this …

PHP strspn() Function Read More »

PHP strrev() Function

what is the syntax of the STRREV() function in php? Parameter Description string Required. Specifies the string to reverse PHP STRREV() method examples of the STRREV() function Example 1. In this example, we reverse the string “Hello World!”.

en English
X
Scroll to Top