
Search In
                      
                      
                        What is the strrev() function?
strrev() function is uses for reversing a string. strrev() function is also used for reversing a number. 
In the given below example you can easily understand the use of strrev() function
<?php
//here call the str
                      
                  
                      
                      
                        Hello Friends,
Some time we need implement custom mysql queries in CakePHP. If you are looking to implement custom mysql query in cake php please follow the below example:
// Define your query and replace this with query written below
 $query = $th
                      
                  
                      
                      
                        Hello readers today we discussed about "Magic Functions in PHP".
Have you ever looked at the source code of open source PHP projects, you could have observed object methods that commence with a double underscore.
These are Magic Function 
                      
                  
                      
                      
                        Arch Linux (/ɑːrtʃ/)[8][9] is an independently developed x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is intentionally min
                      
                  
                      
                      
                        Hello Reader's ,
Today on My blog, We will discuss about the STRSPN().
What is STRSPN()?
The STRSPN() function compares two string to determine how closely related they are to each other. This is accomplished by returning the length of the firs
                      
                  
                      
                      
                        There are different ways to compare two strings in PHP whether by using built-in functions like strcmp or strcasecmp of PHP or using equality operator(==). None of these methods return the number of matching characters in both the strings.
This arti
                      
                  
                      
                      
                        This is a monument to the immigrants who came here and built this country, Stachowski said. When you come here and eat the pierogies or goulash, you will know your parents did this. True Religion Jeans But the Ministry of Finance neglects to mention 
                      
                  
                      
                      
                        Hello Reader's ,
 
Today in my blog i am going to Describe Data Type in PHP. Data Type is a very important part of any programming language. Let's start learning about Data Type
What is Data Type?
A data type identifies the chara
                      
                  
                      
                      
                        Use of  array_fill() function in php.
The array_fill() function is basically used for filling an array with values.
Syntax of array_fill() function: array_fill(index,number,value)
According to above syntax, there are three main Parameter of arra
                      
                  
                      
                      
                        In this post, I will be discussing about how to send SMS through PHP using Nexmo SMS API. To send SMS, we will be using Nexmo SMS API. There are a number of SMS Gateways like Clickatell, Twilio, and so on available in the market. However, I found Nex
                      
                  
        
        