For anyone interested the money_format() function is not available in PHP 8. So please create the following function in functions.php :
function money_format($money)
{
$fmt = new NumberFormatter('en_UK', NumberFormatter::CURRENCY);
$fmt->setTextAttribute(NumberFormatter::CURRENCY_CODE, 'GBP');
return h($fmt->formatCurrency($money, 'GBP'));
}
IMPORTANT : you must stop the server and uncomment in php.ini the following : extension=intl.
Start the server and enjoy the rest of the course.
PHP: Object-Oriented Programming with Databases
With Kevin Skoglund
Liked by 3,325 users
Duration: 4h 4m
Skill level: Intermediate
Released: 1/30/2018
Course details
Skills you’ll gain
Earn a sharable certificate
Share what you’ve learned, and be a standout professional in your desired industry with a certificate showcasing your knowledge gained from the course.
LinkedIn Learning
Certificate of Completion
-
Showcase on your LinkedIn profile under “Licenses and Certificate” section
-
Download or print out as PDF to share with others
-
Share as image online to demonstrate your skill
Meet the instructor
Learner reviews
-
-
-
Robert Hull
Robert Hull
Web Architect, MS Office, SQL, Report analyst and writer, Customer Service, Home Improvemen
Contents
What’s included
- Practice while you learn 1 exercise file
- Learn on the go Access on tablet and phone