What is the usage of curly {} bracket in php | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What is the usage of curly {} bracket in php

11th Sep 2018, 8:05 AM
naveen kumar
naveen kumar - avatar
2 ответов
+ 5
They are used to define a block of code in the functions, and also have some other uses: https://www.phpknowhow.com/basics/usage-of-brackets/
11th Sep 2018, 8:48 AM
Mickel
Mickel - avatar
+ 1
Just like in most other languages. :-)
11th Sep 2018, 9:13 AM
Jan Štěch
Jan Štěch - avatar