PHP String Functions (All on One Page)
addcslashes() — Quote string with slashes in a C style addslashes() — Quote string with slashes bin2hex() — Convert binary...
addcslashes() — Quote string with slashes in a C style addslashes() — Quote string with slashes bin2hex() — Convert binary...
Nitish
Many times, the strings that you are manipulating in a PHP project will have extra spaces that need to be...
monty
If you are working on a website or project which deals with images, there will most probably come a time...
Nitish
Many times, when working on a PHP project, you deal with an array which has some unwanted or empty array...
Nitish
Let’s say you have an array and you want to delete one or more elements from that array using PHP....
Nitish
DatePeriod class Methods in PHP Function Name Function Description DatePeriod::__construct() Creates a new DatePeriod object DatePeriod::getDateInterval() Gets the interval DatePeriod::getEndDate()...
Nitish
DateTime class Methods in PHP Function Name Function Description DateTime::add() Adds an amount of days, months, years, hours, minutes and...
Nitish
Arbitrary Precision Maths Functions in PHP Function Name Function Description bcadd() Add two arbitrary precision numbers bccomp() Compare two arbitrary...
Nitish
Miscellaneous Maths Functions in PHP Function Name Function Description deg2rad() Converts the number in degrees to the radian equivalent hypot()...
Nitish
Numerical Functions in PHP Function Name Function Description abs() Absolute value ceil() Round fractions up floor() Round fractions down fmod()...
Nitish