can we swap two different string using php for example:--
before swapping:--
1 string :-hello friend,
2 string :-my dear,
after swapping that strings will be:
1.hello dear, 2.my friend.
No Answer is Posted For this Question
Be the First to Post Answer
What are the Merits and De-Merits of CURL library ?
What is a null coalescing operator in php7?
Define anonymous classes in php7?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
What is the difference between array_merge() and array_merge_recursive() in php?
What is the different between count() and sizeof() in php?
Is php open source?
What is apache and php?
Give any ten basic functions in PHP?
Who is the father or inventor of php?
Is php is dying?
Does it possible to compile php with mysql without having mysql sources?