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 trial

PHP PHP Functions Function Returns and More PHP Variable Functions

How 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

what 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.

SHAWN STOKES I am referring to "PHP Variable Functions" video.

Ammar, I suggest you watch the video again.