statistics_exit

Functions that call statistics_exit()

Namesort iconLocationDescription
statistics_exitmodules/statistics/statistics.moduleImplementation of hook_exit().

Functions called by statistics_exit()

Namesort iconLocationDescription
argincludes/path.incReturn a component of the current Drupal path.
db_affected_rowsincludes/database.pgsql.incDetermine the number of rows changed by the preceding query.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
drupal_bootstrapincludes/bootstrap.incA string describing a phase of Drupal to load. Each phase adds to the previous one, so invoking a later phase automatically runs the earlier phases too. The most important usage is that if you want to access the Drupal database from a script without...
drupal_get_titleincludes/path.incGet the title of the current page, for display on the page and in the title bar.
ip_addressincludes/bootstrap.incIf Drupal is behind a reverse proxy, we use the X-Forwarded-For header instead of $_SERVER['REMOTE_ADDR'], which would be the IP address of the proxy server, and not the client's.
module_invokeincludes/module.incInvoke a hook in a particular module.
referer_uriincludes/bootstrap.incReturn the URI of the referring page.
statistics_exitmodules/statistics/statistics.moduleImplementation of hook_exit().
timer_readincludes/bootstrap.incRead the current timer value without stopping the timer.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.