strnatcmp – PHP String Functions

strnatcmp – PHP String Functions

6 years ago

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

strnatcasecmp – PHP String Functions

6 years ago

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

strlen – PHP String Functions

6 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.?

6 years ago

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

How to edit Magento database configuration file?

6 years ago

The editing Magento database configuration file is an important step when you install or change hosting (server) for a website.…

How To Add Facebook Share and Twitter Tweet Button in Magento.?

6 years ago

Magento add Social Media Button : Adding a 'Facebook Share button' and a 'Twitter Tweet button' to your Magento pages…

How to display full Breadcrumb Path on product page in magento.?

6 years ago

Magento product page does not always display the full breadcrumb path on the product page and you have to add…

strripos – PHP String Functions

6 years ago

Syntax : strripos ( string, search_string, start ); Description : It's an inbuilt function of PHP. strripos() function find the position…

strrpos – PHP String Functions

6 years ago

Syntax : strrpos ( string, search_string, start ); Description : It's an inbuilt function of PHP. strrpos() function  Find the position…

How To Enable Gzip Compression in WordPress?

6 years ago

Gzip Compression in WordPress : Gzip is one of the components of the server that allows faster loading of the…