You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmb69
changed the title
Использование параметров функции в качестве переменных вызывает ошибку
Using function parameters as variables causes an error
Jan 23, 2025
function func($par1="",$par2="",$par3=""){
.....
foreach($array as $par3=>$val){
.....
}
.....
}
php 8.2
The text was updated successfully, but these errors were encountered: