Saved Bookmarks
| 1. |
Define Function in PHP? |
|
Answer» In most of the programming language, a block of segment in a program that performs a specific operation tasks (Insert, Execute, Delete, Calculate, etc.). This segment is also known as Function. A Function is a type of sub routine or procedure in a program. |
|