Skip to content

Instantly share code, notes, and snippets.

@karlazz
Created December 27, 2013 21:16
Show Gist options
  • Select an option

  • Save karlazz/8152703 to your computer and use it in GitHub Desktop.

Select an option

Save karlazz/8152703 to your computer and use it in GitHub Desktop.
Quickly display multiple values on separate lines.
foreach ($d = array('<br>', self::USER, self::ENDPOINT, $query_string) as $e) {echo $e . $d[0];}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment