I\'m extracting twitter user\'s profile image through JSON. For this my code is:
$x->profile_image_url
that returns the url of the profile i
The str_ireplace() function does the same job but ignoring the case
like the following
output : Hello Peter!
for more example you can see