Write test and debug if necasry PHP scipts fro the soecifica
Write, test, and debug (if necasry) PHP scipts fro the soecifications that follow.
Parameter: An array of strings.
Return Value: A list of the unique strings in te parameter array.
Solution
<?php
$b = array (\'m\' => \'monkey\', \'foo\' => \'bar\', \'x\' => array (\'x\', \'y\', \'z\')); // Taking array as an input in variable named b
$results = print_r($b, true); // $results now contains output from print_r
echo $result;
?>
if you like this answer, please give a thumbs up and if you have some doubt just ask in the comment section below. I will try to help. Cheers
