Skip to main content
Home
Benchmark
some php code

Concatenate a string

Submitted by Jérémy on Wed, 09/16/2020 - 14:14

How to add content to a string variable ?

  • Read more about Concatenate a string

If or in_array

Submitted by Jérémy on Thu, 02/07/2019 - 13:55

How to check the value of a variable ?

  • Read more about If or in_array

Remove spaces from text

Submitted by Jérémy on Wed, 01/23/2019 - 11:48

How to remove spaces from a string ?

  • Read more about Remove spaces from text

Does a property exists in an object ?

Submitted by Jérémy on Thu, 12/27/2018 - 15:00

How to check if a property exist in an object :

  • Read more about Does a property exists in an object ?

Does a key exists in an array ?

Submitted by Jérémy on Tue, 12/18/2018 - 17:09

How to check if a key exists in an array like :

  • Read more about Does a key exists in an array ?

This is null

Submitted by Jérémy on Thu, 11/29/2018 - 16:25

How to check if my variable is NULL ?

  • Read more about This is null

Is my array empty ?

Submitted by Jérémy on Thu, 11/29/2018 - 15:36

How to check if my array variable is empty ?

  • Read more about Is my array empty ?

Is my string empty ?

Submitted by Jérémy on Thu, 11/29/2018 - 15:19

How to check if my string variable is empty ?

  • Read more about Is my string empty ?

From multi-dimensional array to key/value array

Submitted by Jérémy on Tue, 11/27/2018 - 09:48

How to transform an array like :

  • Read more about From multi-dimensional array to key/value array

Formatting phone number

Submitted by Jérémy on Mon, 11/26/2018 - 22:02

How to transform 0123456789 to 01-23-45-67-89 ?

  • Read more about Formatting phone number
Powered by Drupal