Please answer this simple SPAM challenge: seven minus five? (Example: nine)
To save the sort order of a numeric index in the array. Version php =>5.5.26/*Example*/$arr = array( "1" =>2, "2" =>3 , "3" =>5 );print_r(array_slice($arr,1,null,true));/*ResultArray([2] => 3[3] => 5)*/
<< Back to user notes page