<?php // declare the array and initialize it $Array = array( "PHP", "JavaScript", "Python" ); // output array elements var_dump($Array); // Remove the specified ...
確定! 回上一頁