base_path()
Returns the base URL path of the Drupal installation. At the very least, this will always default to /.
includes/common.inc, line 1725
<?php function base_path() { return $GLOBALS['base_path']; } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen