Friday, 27 November 2015

34_implode()_function_in_PHP

implode() function in PHP


Here we are going to learn another PHP function named implode (). Imagine that we have one array and we want to add comma at the end of each value. To do this operation implode() function is used in PHP.



User is allowed to add not only “,” but also “- , /, ” etc..



No comments:

Post a Comment