Saved Bookmarks
| 1. |
Define User defined Function? |
|
Answer» User Defined Function: User Defined Function (UDF) in PHP gives a privilege to user to write own specific operation inside of existing program module. Function Declaration: A user-defined Function declaration begins with the keyword “function”. |
|