Skip to content

Instantly share code, notes, and snippets.

@girvan
Created March 22, 2012 03:24
Show Gist options
  • Save girvan/2155404 to your computer and use it in GitHub Desktop.
Save girvan/2155404 to your computer and use it in GitHub Desktop.
<?php
$url_arr=Array('software'=>'software.sopili.net','dev'=>'dev.sopili.net');
foreach($url_arr as $key=>$value){
echo $key."<br>"; //重點是 key,有時候非常的需要key這個值,然後是字串型態
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment