dariyoosh Posted March 20, 2013 Share Posted March 20, 2013 Hi, What I'm going to ask may seem to many among you a very trivial/strange question. Actually I'm a beginner in PHP and obviously I need to read regularly the online documentationfor different topics related to PHP (in particular functions). Whenever I check the documentation for a given subject, let's say a function, I can readthe official presentation with examples, but then, at the bottom of the page I often see manypeople who have written their comments. Sometimes, these comments seem to me reallyinteresting and helpful. Yet, I would like to ask, are these moderated and approved comments? I mean, do theyreflect the PHP official documentation point of view? and therefore the suggested solutions could safelybe used on my projects? or it's just simply personal opinions based on personal experience? Thanks in advance, Regards, Dariyoosh Link to comment https://forums.phpfreaks.com/topic/275903-a-question-about-the-developer-comments-written-in-online-php-documentation/ Share on other sites More sharing options...
Zane Posted March 20, 2013 Share Posted March 20, 2013 If you had attempted to add a note, you would already know the answer to thishttp://www.php.net/manual/add-note.php?sect=function.isset&redirect=http://www.php.net/manual/en/function.isset.php Link to comment https://forums.phpfreaks.com/topic/275903-a-question-about-the-developer-comments-written-in-online-php-documentation/#findComment-1419770 Share on other sites More sharing options...
dariyoosh Posted March 20, 2013 Author Share Posted March 20, 2013 Thanks, from the link you provided I conclude that it is moderated and notes become part of the documentation . . . Please note that periodically the developers go through the notes and may incorporate information from them into the documentation. This means that any note submitted here becomes the property of the PHP Documentation Group and will be available under the same license as the documentation. . . . Thanks for the reply Regards, Dariyoosh Link to comment https://forums.phpfreaks.com/topic/275903-a-question-about-the-developer-comments-written-in-online-php-documentation/#findComment-1419778 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.