We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Harry,
I know my php version by going to my terminal typing php -v which currently stands at 5.3.2
however, i do not understand this SPL extension. How do i check if i have it?
thank you.
The text was updated successfully, but these errors were encountered:
SPL is the Standard PHP Library. From there we need the autoloader functionality.
You can check it, with extension_loaded("SPL") or look in your php_info()
Sorry, something went wrong.
Thanks Harry.
I have quite a bit of questions that I would like to ask you.
I have sent you a personal message. Please get back to me on this.
Thank you.
Merge pull request #3 from daniel-zahariev/patch-1
895f45f
Fix adding filters to render
No branches or pull requests
Hi Harry,
I know my php version by going to my terminal typing php -v which currently stands at 5.3.2
however, i do not understand this SPL extension. How do i check if i have it?
thank you.
The text was updated successfully, but these errors were encountered: