strtok – PHP String Functions

strtok – PHP String Functions

7 years ago

Syntax : string strtok ( string, token ); OR string strtok ( token ); Description : It's an inbuilt function of PHP.…

strrev() – PHP String Functions

7 years ago

Syntax : string strrev ( string ); Description : It's an inbuilt function of PHP. As its name implies, strrev() function…

strrchr() – PHP String Functions

7 years ago

Syntax : string strrchr ( string, char_string ); Description : strrchr() function will find the last occurrence of char_string in a string…

strpbrk() – PHP String Functions

7 years ago

Syntax : string strpbrk ( string, char_list ); Description : strpbrk() function will  searches a string for any of the specified…

strncmp() – PHP String Functions

7 years ago

Syntax : int strncmp ( string1, string2, length ); Description : strncmp() function will compare two strings. This is case-sensitive function.…

strncasecmp – PHP String Functions

7 years ago

Syntax : int strncasecmp ( string1, string2, length ); Description : strncasecmp() function will compare two strings. Note : Binary safe…

strnatcmp – PHP String Functions

7 years ago

Syntax : int strnatcmp ( string1, string2 ); Description : It's an inbuilt function of PHP. strnatcmp() function compares the two…

strnatcasecmp – PHP String Functions

7 years ago

Syntax : int strnatcasecmp ( string1, string2 ); Description : It's an inbuilt function of PHP. strnatcasecmp() function compares the two…

strlen – PHP String Functions

7 years ago

Syntax : int strlen ( string ); Description : It's an inbuilt function of PHP. The strlen() function returns the length…

How To Get All Categories in Magento.?

7 years ago

Get All Categories in Magento When you need to display all categories on homepage or any cms page then you can use…