Articles

The month of PHP functions : debugging tools

  • Ecrit par Damien Seguy
  • mardi 10 avril 2007
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


< Précédent   Suivant >

Commentaires

Vous pouvez ajouter votre commentaire!


Vous devez vous connecter pour commenter