Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Created October 29, 2014 17:47
Show Gist options
  • Save mneuhaus/078ccadf1bbb7d5da56f to your computer and use it in GitHub Desktop.
Save mneuhaus/078ccadf1bbb7d5da56f to your computer and use it in GitHub Desktop.
<?php
function get_sub*($name) {
return $values[$name];
}
function the_sub*($name) {
echo $values[$name];
// es wird kein wert zurückggegeben
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment