Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
originally from php.net
$_SERVER['SCRIPT_FILENAME']
The absolute pathname of the currently executing script.
$SERVER['SCRIPT_NAME']
Contains the current script's path. This is useful for pages which need to point to themselves.
$SERVER['PATH_TRANSLATED']
Filesystem- (not document root-) based path to the current script, after the server has done any virtual-to-real mapping.