Articles
Image pour le titre du contenu

Ce document est aussi disponible en français fr 


IDE editors would like everyone to use their tools to code PHP, and they usually show off impressive debogers. Sadly for them, there are a large number of tools within PHP that give access to a wealth of information. Here is a list of them.


And also, there are the well known functions :
  • __FILE__: the PHP file being executed
  • __LINE__: the line number of the currently executed PHP file
  • __FUNCTION__: function or method being executed (just the name)
  • __CLASSE__: the current class


Commentaires

Vous pouvez ajouter votre commentaire!


Vous devez vous connecter pour commenter