PHP FUNCTIONS

Опубликовано: 04 Апрель 2026
на канале: RUBY MAE BERMEJO
239
11

In this tutorial we will discuss PHP Functions.
PHP has over 1000 built-in functions that can be called directly, from within a script, to perform a specific task.

Besides the built-in PHP functions, it is possible to create your own functions.

A function is a block of statements that can be used repeatedly in a program.
A function will not execute automatically when a page loads.
A function will be executed by a call to the function.


Source of Lecture Information:

https://www.w3schools.com/php/php_fun...

#php #phpfunctions #phptutorial #basicphp #phplecturevideos