mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-20 20:31:29 +02:00
Add page title
This commit is contained in:
@@ -3,6 +3,8 @@ layout: page
|
|||||||
title: Functional Programming in PHP
|
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
|
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 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.
|
functions (feature called Higher-order functions) and function can return other functions.
|
||||||
|
Reference in New Issue
Block a user