Skip to content

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.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x