PHP Tutorial for Beginners 21 # Functions with a Return Value

preview_player
Показать описание
php - Multiple returns from function
php - Returning 2 values from a function
Verwandte Suchanfragen zu php Functions Return Value
php function return multiple values
php mail function return values
powershell functions return value
bash functions return value
javascript functions return value
Рекомендации по теме
Комментарии
Автор

very well explained. Cleared my doubts about return result. Thank you!

jumana
Автор

Vielen Vielen Dank, ! ! !. Das war einzige, was mir niemand normal erklärt hat und konnte nicht gründlich verstehen. Deine Tutorials sind echt SUPER erklärt, mach weiter so und wäre sehr gut, wenn du Intermediate und Advance PHP tutorials mit MySQL machst.
Danke Nochmal !!!

svanskivar
Автор

You can also just put an echo in the method instead of putting echo below the $add1 or $add2, just put echo $result on the top of return $result;

miguelitossss
Автор

line 12 change to this ==> echo $add1.'<br>';
and line 14 change to this ==> echo $add2.'<br>';
also work. Why do so complicated...

waichan
join shbcf.ru