Skip to content

Instantly share code, notes, and snippets.

@tacoberu
Last active September 27, 2018 19:11
Show Gist options
  • Save tacoberu/55dc4b18a6602f364115d59fe9f247b2 to your computer and use it in GitHub Desktop.
Save tacoberu/55dc4b18a6602f364115d59fe9f247b2 to your computer and use it in GitHub Desktop.
Najdi jednu užitečnou informaci.
/**
* Vrátí seznam článků.
* @param $flag
*/
function getArticleList($flag)
{
// ...
}
/**
* Vrátí seznam článků podle parametrů.
* @param array $params Pole argumentů.
*/
function getArticleListParams(array $params)
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment