Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialammarkhan
Front End Web Development Techdegree Student 21,661 PointsHow did the function func() echo when there wasn't any?
In the video, their is only 2 function namely
- function answer() and
- function add_up()
so how come the author do
echo func();
and gets result?
2 Answers
shawn stokes
5,651 Pointswhat video are you referring to the only video i recall seeing this in there as a function called func in it. you can also look at the files in the download section and see if there is a a function named func in one of the files to be sure its there.
Rafael Serna
677 PointsAmmar, I suggest you watch the video again.
ammarkhan
Front End Web Development Techdegree Student 21,661 Pointsammarkhan
Front End Web Development Techdegree Student 21,661 PointsSHAWN STOKES I am referring to "PHP Variable Functions" video.