Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Introduction to PHP
For more information, please see full course syllabus of Introduction to PHP
Introduction to PHP Introduction to Functions
Lecture Description
In this lesson our instructor talks about functions. First, he discusses definition of functions, function calls, return values, and function chaining. Then he talks about PHP.net function reference, optional function arguments, and string functions. He also lectures on array, date, and time functions. He ends the lesson with three complete homework challenges.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
1 answer
Wed Apr 11, 2012 4:21 PM
Post by Andrew RAFT on March 25, 2012
Hi Mathew,
I enjoy your video and find them very informative, I would like to know how to output the time function to show the time in real time and show the seconds counting on the web browser.
1 answer
Tue Feb 7, 2012 3:31 AM
Post by AnhDuc Nguyen on December 29, 2011
mktime({$dateArr['hours']}, {$dateArr['minutes']}, {$dateArr['seconds']},"
. " {$dateArr['mon']}, {$dateArr['mday']}, {$dateArr['year']})
Why using curly bracket ({} in here? I am confused when using {} and when not use?