Constructing a string from PHP array values
It is possible to construct a string from array values. In order to do so a method implode needs to be called. This method takes two arguments. First one is a separator between array values and second one is the array variable.
Comments
Post a Comment