I need to know what is underscore ( _ )
mean if its write before function, variable, is for just describe something, or its needed to do or execute some of calling function ..etc
JS
var _initMobile ... //variable
_addEvent(documentElement, [EVENT_TOUCHSTART ...) //event handler
PHP
function _getBackLink(&$node, $uri, $title) {}...// php function
In fact, I did not know how to look for it..ٍSo Im ask