Skip to content

Commit

Permalink
Add page title
Browse files Browse the repository at this point in the history
  • Loading branch information
grakic committed Jul 19, 2012
1 parent 0e59502 commit 13bfa8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Functional-Programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: page
title: Functional Programming in PHP
---

# Functional Programming in PHP

PHP supports first-class function, meaning that a function can be assigned to a variable. Both user defined and built-in
functions can be referenced by a variable and invoked dynamically. Functions can be passed as arguments to other
functions (feature called Higher-order functions) and function can return other functions.
Expand Down

0 comments on commit 13bfa8f

Please sign in to comment.