Miscellaneous
IT Notes → PHP @ December 22, 2020
- ini_set(“param”,value) will set php.ini configuration.
- SPL is Standard PHP Library is an addition to PHP 5. It provides a number of facilities that expose internal functionality of PHP. We can write objects that behave like arrays etc. For exmaple an object that iterates or loops like array.
- PHP 5 enhancements have been objects passed by reference, class methods and properties now feature visibility, interface and abstract class, multitude of new magic methods, SimpleXML, PDO, SPL, reflection.
Subscribe
Login
0 Comments